From 757a8b46217d4df6ffbdd3a0607094edd1eefb87 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 5 Mar 2001 13:59:52 +0000 Subject: [PATCH] Document the SSLv2 session reuse fix. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) 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, -- GitLab