Ralf S. Engelschall | 3b52c2e | 1999-03-06 13:53:17 +0000 | [diff] [blame] | 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 | |
Ralf S. Engelschall | d343d27 | 1999-03-23 07:33:13 +0000 | [diff] [blame] | 8 | Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b: |
Ralf S. Engelschall | 738769f | 1999-03-22 15:38:12 +0000 | [diff] [blame] | 9 | o Fixed a security hole related to session resumption |
| 10 | o Fixed RSA encryption routines for the p < q case |
| 11 | o "ALL" in cipher lists now means "everything except NULL ciphers" |
Ralf S. Engelschall | 3b52c2e | 1999-03-06 13:53:17 +0000 | [diff] [blame] | 12 | o Support for Triple-DES CBCM cipher |
| 13 | o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA |
| 14 | o First support for new TLSv1 ciphers |
| 15 | o Added a few new BIOs (syslog BIO, reliable BIO) |
| 16 | o Extended support for DSA certificate/keys. |
Ralf S. Engelschall | 03e20a1 | 1999-03-06 14:41:24 +0000 | [diff] [blame] | 17 | o Extended support for Certificate Signing Requests (CSR) |
Ralf S. Engelschall | 3b52c2e | 1999-03-06 13:53:17 +0000 | [diff] [blame] | 18 | o Initial support for X.509v3 extensions |
| 19 | o Extended support for compression inside the SSL record layer |
| 20 | o Overhauled Win32 builds |
| 21 | o Cleanups and fixes to the Big Number (BN) library |
| 22 | o Support for ASN.1 GeneralizedTime |
| 23 | o Splitted ASN.1 SETs from SEQUENCEs |
| 24 | o ASN1 and PEM support for Netscape Certificate Sequences |
| 25 | o Overhauled Perl interface |
| 26 | o Lots of source tree cleanups. |
| 27 | o Lots of memory leak fixes. |
| 28 | o Lots of bug fixes. |
| 29 | |
| 30 | Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c: |
| 31 | o Integration of the popular NO_RSA/NO_DSA patches |
| 32 | o Initial support for compression inside the SSL record layer |
| 33 | o Added BIO proxy and filtering functionality |
| 34 | o Extended Big Number (BN) library |
| 35 | o Added RIPE MD160 message digest |
| 36 | o Addeed support for RC2/64bit cipher |
| 37 | o Extended ASN.1 parser routines |
| 38 | o Adjustations of the source tree for CVS |
| 39 | o Support for various new platforms |
| 40 | |