Re: key size 384 gives problem on server

2001-03-22 Thread Pradeep Kamath
Hello all, Greg, I guess 384 is too small...I tried with 400..even that gave problems...with 500,512,1000,1024 there were no problems.. Does anyone know what would be a safe lower-limit? TIA, Pradeep --- Greg Stark <[EMAIL PROTECTED]> wrote: > 384 bits is too small to be secure, and too small

Re: key size 384 gives problem on server

2001-03-22 Thread Greg Stark
384 bits is too small to be secure, and too small to hold the encrypted pre-master secret + PKCS#1 padding. The browser should really refuse to make such a connection anyway. I wouldn't be surprised if you just bumbled onto a bug in Netscape. use 1024-bit or larger moduli. __