[openssl-dev] ssl_sess.c : compilation error

Salz, Rich rsalz at akamai.com
Tue Jun 9 13:51:14 UTC 2015


> The only mentions of SSL_CTX_sess_get_new_cb are packages that bundle
> or replicate OpenSSL code:

It's not surprising; code that sets the callback should first get and store the old callback so that they can explicitly chain them.  But that's not well-explained, fragile with dynamic libraries that can unload, and... well... not really needed.  When is more than one callback ever set?

:) 


More information about the openssl-dev mailing list