Document the SSLv2 session reuse fix.

This commit is contained in:
Richard Levitte 2001-03-05 13:59:52 +00:00
parent 5cac59b6c1
commit 757a8b4621

View File

@ -13,6 +13,9 @@
Add options '-batch' and '-verbose' to 'openssl req'.
[Massimiliano Pala <madwolf@hackmasters.net>]
*) Make it possible to reuse SSLv2 sessions.
[Richard Levitte]
*) Introduce the possibility to access global variables through
functions on platform were that's the best way to handle exporting
global variables in shared libraries. To enable this functionality,