blob: 8d783e6515b648cd32a4bb43786f7a1562905393 [file] [log] [blame]
Ralf S. Engelschall3b52c2e1999-03-06 13:53:17 +00001
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. Engelschalld343d271999-03-23 07:33:13 +00008 Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
Ralf S. Engelschall738769f1999-03-22 15:38:12 +00009 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. Engelschall3b52c2e1999-03-06 13:53:17 +000012 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. Engelschall03e20a11999-03-06 14:41:24 +000017 o Extended support for Certificate Signing Requests (CSR)
Ralf S. Engelschall3b52c2e1999-03-06 13:53:17 +000018 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