65dd4a7d9fd882dff49cb8d690238e14692d8cfc
[openssl.git] / NEWS
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.5a and OpenSSL 0.9.6:
9
10       o Some documentation for BIO and SSL libraries.
11       o Enhanced chain verification using key identifiers.
12       o New sign and verify options to 'dgst' application.
13       o Support for DER and PEM encoded messages in 'smime' application.
14       o New 'rsautl' application, low level RSA utility.
15       o MD4 now included.
16       o Bugfix for SSL rollback padding check.
17
18   Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
19
20       o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8 
21       o Shared library support for HPUX and Solaris-gcc
22       o Support of Linux/IA64
23       o Assembler support for Mingw32
24       o New 'rand' application
25       o New way to check for existence of algorithms from scripts
26
27   Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
28
29       o S/MIME support in new 'smime' command
30       o Documentation for the OpenSSL command line application
31       o Automation of 'req' application
32       o Fixes to make s_client, s_server work under Windows
33       o Support for multiple fieldnames in SPKACs
34       o New SPKAC command line utilty and associated library functions
35       o Options to allow passwords to be obtained from various sources
36       o New public key PEM format and options to handle it
37       o Many other fixes and enhancements to command line utilities
38       o Usable certificate chain verification
39       o Certificate purpose checking
40       o Certificate trust settings
41       o Support of authority information access extension
42       o Extensions in certificate requests
43       o Simplified X509 name and attribute routines
44       o Initial (incomplete) support for international character sets
45       o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
46       o Read only memory BIOs and simplified creation function
47       o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
48         record; allow fragmentation and interleaving of handshake and other
49         data
50       o TLS/SSL code now "tolerates" MS SGC
51       o Work around for Netscape client certificate hang bug
52       o RSA_NULL option that removes RSA patent code but keeps other
53         RSA functionality
54       o Memory leak detection now allows applications to add extra information
55         via a per-thread stack
56       o PRNG robustness improved
57       o EGD support
58       o BIGNUM library bug fixes
59       o Faster DSA parameter generation
60       o Enhanced support for Alpha Linux
61       o Experimental MacOS support
62
63   Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
64
65       o Transparent support for PKCS#8 format private keys: these are used
66         by several software packages and are more secure than the standard
67         form
68       o PKCS#5 v2.0 implementation
69       o Password callbacks have a new void * argument for application data
70       o Avoid various memory leaks
71       o New pipe-like BIO that allows using the SSL library when actual I/O
72         must be handled by the application (BIO pair)
73
74   Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
75       o Lots of enhancements and cleanups to the Configuration mechanism
76       o RSA OEAP related fixes
77       o Added `openssl ca -revoke' option for revoking a certificate
78       o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
79       o Source tree cleanups: removed lots of obsolete files
80       o Thawte SXNet, certificate policies and CRL distribution points
81         extension support
82       o Preliminary (experimental) S/MIME support
83       o Support for ASN.1 UTF8String and VisibleString
84       o Full integration of PKCS#12 code
85       o Sparc assembler bignum implementation, optimized hash functions
86       o Option to disable selected ciphers
87
88   Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
89       o Fixed a security hole related to session resumption
90       o Fixed RSA encryption routines for the p < q case
91       o "ALL" in cipher lists now means "everything except NULL ciphers"
92       o Support for Triple-DES CBCM cipher
93       o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
94       o First support for new TLSv1 ciphers
95       o Added a few new BIOs (syslog BIO, reliable BIO)
96       o Extended support for DSA certificate/keys.
97       o Extended support for Certificate Signing Requests (CSR)
98       o Initial support for X.509v3 extensions
99       o Extended support for compression inside the SSL record layer
100       o Overhauled Win32 builds
101       o Cleanups and fixes to the Big Number (BN) library
102       o Support for ASN.1 GeneralizedTime
103       o Splitted ASN.1 SETs from SEQUENCEs
104       o ASN1 and PEM support for Netscape Certificate Sequences
105       o Overhauled Perl interface
106       o Lots of source tree cleanups.
107       o Lots of memory leak fixes.
108       o Lots of bug fixes.
109
110   Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
111       o Integration of the popular NO_RSA/NO_DSA patches
112       o Initial support for compression inside the SSL record layer
113       o Added BIO proxy and filtering functionality
114       o Extended Big Number (BN) library
115       o Added RIPE MD160 message digest
116       o Addeed support for RC2/64bit cipher
117       o Extended ASN.1 parser routines
118       o Adjustations of the source tree for CVS
119       o Support for various new platforms
120