blob: d401a1522c048f16abf4925b7fda74effa4f4aa7 [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
8 Major changes between SSLeay 0.9.1c and OpenSSL 0.9.2:
9 o Support for Triple-DES CBCM cipher
10 o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
11 o First support for new TLSv1 ciphers
12 o Added a few new BIOs (syslog BIO, reliable BIO)
13 o Extended support for DSA certificate/keys.
Ralf S. Engelschall03e20a11999-03-06 14:41:24 +000014 o Extended support for Certificate Signing Requests (CSR)
Ralf S. Engelschall3b52c2e1999-03-06 13:53:17 +000015 o Initial support for X.509v3 extensions
16 o Extended support for compression inside the SSL record layer
17 o Overhauled Win32 builds
18 o Cleanups and fixes to the Big Number (BN) library
19 o Support for ASN.1 GeneralizedTime
20 o Splitted ASN.1 SETs from SEQUENCEs
21 o ASN1 and PEM support for Netscape Certificate Sequences
22 o Overhauled Perl interface
23 o Lots of source tree cleanups.
24 o Lots of memory leak fixes.
25 o Lots of bug fixes.
26
27 Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
28 o Integration of the popular NO_RSA/NO_DSA patches
29 o Initial support for compression inside the SSL record layer
30 o Added BIO proxy and filtering functionality
31 o Extended Big Number (BN) library
32 o Added RIPE MD160 message digest
33 o Addeed support for RC2/64bit cipher
34 o Extended ASN.1 parser routines
35 o Adjustations of the source tree for CVS
36 o Support for various new platforms
37