Re: Maximum size of server certificate

2002-01-24 Thread Erwann ABALEA
On Thu, 24 Jan 2002, Krishnaswamy R. wrote: > Thanks a lot for the information. I checked out www.openssl.org. > It mentions OpenSSL 0.9.6c (21-Dec-2001) as the latest release. > Any idea when OpenSSL 0.9.7 is scheduled to be released? No more than one day after it will be ready... -- Erwann A

Re: Maximum size of server certificate

2002-01-24 Thread Krishnaswamy R.
Thanks a lot for the information. I checked out www.openssl.org. It mentions OpenSSL 0.9.6c (21-Dec-2001) as the latest release. Any idea when OpenSSL 0.9.7 is scheduled to be released? thanks and regards, Krishna Lutz Jaenicke wrote: > On Wed, Jan 23, 2002 at 05:42:58PM +0530, Krishnaswamy R. w

Re: Maximum size of server certificate

2001-12-20 Thread Krishnaswamy R.
Hi, Iam interested in knowing how OpenSSL handles large certificates in an SSL connection. My understanding is that OpenSSL would dynamically allocate memory buffers for the certificate and process them. We are running OpenSSL in a device where memory is at a premium. The concern is that if the

Re: Maximum size of server certificate

2001-12-18 Thread Eric Rescorla
Oops. Hit send too early. Here's the complete resonse. "Krishnaswamy R." <[EMAIL PROTECTED]> writes: > Is there is any maximum size defined in TLS for a server's > certificate sent to the client? Yes, but it's ridiculously large. Officially, both any single certificate and the server's cert chai

Re: Maximum size of server certificate

2001-12-18 Thread Eric Rescorla
"Krishnaswamy R." <[EMAIL PROTECTED]> writes: > Is there is any maximum size defined in TLS for a server's > certificate sent to the client? Yes, but it's ridiculously large. No single certificate can be longer than 2^24 bytes. -Ekr -- [Eric Rescorla [EMAIL PR

Re: Maximum size of server certificate

2001-12-18 Thread Saju Paul
3: Premature process termination with fatal errors or diagnostic - Original Message - From: "Krishnaswamy R." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 1:08 PM Subject: Maximum size of server certificate > Hi

Maximum size of server certificate

2001-12-18 Thread Krishnaswamy R.
Hi all, Is there is any maximum size defined in TLS for a server's certificate sent to the client? Or is there is any practical implementation size limit defined in OpenSSL for the size of a server's certificate. thanks, Krishna _