From d2be2fb241a2126d2e6a9822321a53b956a3ddbb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 29 Mar 2001 20:58:18 +0000 Subject: [PATCH] Merge in the latest news --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 9e08814c71..794f903822 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,8 @@ o Security fix: prevent Bleichenbacher's DSA attack. o Security fix: Zero the premaster secret after deriving the master secret in DH ciphersuites. + o Compatibility fix: the function des_encrypt() renamed to + des_encrypt1() to avoid clashes with some Unixen libc. o Bug fixes for Win32, HP/UX and Irix. o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and memory checking routines.