X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=NEWS;h=1cd2d92630a46b1e4c42a3ee5478dc22bbb4f9ae;hb=bb5b16a36cf67530c1222297f44b3f661f5105af;hp=ed03b7b752c1419326d763d753e249469b3f2e91;hpb=7cdd2aa128811724497b98d20dd06a2efca9c266;p=oweals%2Fopenssl.git diff --git a/NEWS b/NEWS index ed03b7b752..1cd2d92630 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,9 @@ o Security fix: prevent Bleichenbacher's DSA attack. o Security fix: Zero the premaster secret after deriving the master secret in DH ciphersuites. + o Reimplement SSL_peek(), which had various problems. + 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. @@ -29,7 +32,7 @@ o Add tighter checks of BIGNUM routines. o Shared library support has been reworked for generality. o More documentation. - o New function BN_rand_range() + o New function BN_rand_range(). o Add "-rand" option to openssl s_client and s_server. Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6: