> 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? :) _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
