News for 0.9.6a.

This commit is contained in:
Bodo Möller 2001-03-30 10:46:49 +00:00
parent 83c4e75be9
commit bf7b0d2d2b

3
NEWS
View File

@ -15,6 +15,7 @@
o Security fix: prevent Bleichenbacher's DSA attack. o Security fix: prevent Bleichenbacher's DSA attack.
o Security fix: Zero the premaster secret after deriving the o Security fix: Zero the premaster secret after deriving the
master secret in DH ciphersuites. master secret in DH ciphersuites.
o Reimplement SSL_peek(), which had various problems.
o Compatibility fix: the function des_encrypt() renamed to o Compatibility fix: the function des_encrypt() renamed to
des_encrypt1() to avoid clashes with some Unixen libc. des_encrypt1() to avoid clashes with some Unixen libc.
o Bug fixes for Win32, HP/UX and Irix. o Bug fixes for Win32, HP/UX and Irix.
@ -26,7 +27,7 @@
o Add tighter checks of BIGNUM routines. o Add tighter checks of BIGNUM routines.
o Shared library support has been reworked for generality. o Shared library support has been reworked for generality.
o More documentation. 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. o Add "-rand" option to openssl s_client and s_server.
Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6: Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6: