Deleted Added
full compact
NEWS (100928) NEWS (100936)
1
2 NEWS
3 ====
4
5 This file gives a brief overview of the major changes between each OpenSSL
6 release. For more details please read the CHANGES file.
7
8 Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:

--- 42 unchanged lines hidden (view full) ---

51 o Security fix: Zero the premaster secret after deriving the
52 master secret in DH ciphersuites.
53 o Reimplement SSL_peek(), which had various problems.
54 o Compatibility fix: the function des_encrypt() renamed to
55 des_encrypt1() to avoid clashes with some Unixen libc.
56 o Bug fixes for Win32, HP/UX and Irix.
57 o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
58 memory checking routines.
1
2 NEWS
3 ====
4
5 This file gives a brief overview of the major changes between each OpenSSL
6 release. For more details please read the CHANGES file.
7
8 Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:

--- 42 unchanged lines hidden (view full) ---

51 o Security fix: Zero the premaster secret after deriving the
52 master secret in DH ciphersuites.
53 o Reimplement SSL_peek(), which had various problems.
54 o Compatibility fix: the function des_encrypt() renamed to
55 des_encrypt1() to avoid clashes with some Unixen libc.
56 o Bug fixes for Win32, HP/UX and Irix.
57 o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
58 memory checking routines.
59 o Bug fixes for RSA operations in threaded enviroments.
59 o Bug fixes for RSA operations in threaded environments.
60 o Bug fixes in misc. openssl applications.
61 o Remove a few potential memory leaks.
62 o Add tighter checks of BIGNUM routines.
63 o Shared library support has been reworked for generality.
64 o More documentation.
65 o New function BN_rand_range().
66 o Add "-rand" option to openssl s_client and s_server.
67

--- 118 unchanged lines hidden ---
60 o Bug fixes in misc. openssl applications.
61 o Remove a few potential memory leaks.
62 o Add tighter checks of BIGNUM routines.
63 o Shared library support has been reworked for generality.
64 o More documentation.
65 o New function BN_rand_range().
66 o Add "-rand" option to openssl s_client and s_server.
67

--- 118 unchanged lines hidden ---