[openssl.org #882] Documentation patch

2014-07-02 Thread Rich Salz via RT
Added some text to the last paragraph: When using i2d_SSL_SESSION(), the memory location pointed to by pp must be large enough to hold the binary representation of the session. There is no known limit on the size of the created ASN1 representation, so the necessary amount of space should be obtaine

Re: [openssl.org #882] Documentation patch

2004-05-07 Thread Jim Schneider via RT
On Thursday 06 May 2004 08:45, Jim Schneider wrote: > Here's a patch for d2i_SSL_SESSION.pod, pointing out a pitfall when using > i2d_SSL_SESSION Actually, that wasn't as clear as it should be - pp isn't getting clobbered, what it points to (*pp) is getting clobbered. ___

[openssl.org #882] Documentation patch

2004-05-07 Thread Jim Schneider via RT
Here's a patch for d2i_SSL_SESSION.pod, pointing out a pitfall when using i2d_SSL_SESSION __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED]