From: Richard Levitte Date: Mon, 5 Mar 2001 13:59:52 +0000 (+0000) Subject: Document the SSLv2 session reuse fix. X-Git-Tag: OpenSSL_0_9_6a-beta2~17^2~94 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=757a8b46217d4df6ffbdd3a0607094edd1eefb87;p=oweals%2Fopenssl.git Document the SSLv2 session reuse fix. --- diff --git a/CHANGES b/CHANGES index ec67a937da..8f81932bfe 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,9 @@ Add options '-batch' and '-verbose' to 'openssl req'. [Massimiliano Pala ] + *) 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,