comment
[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.6 and OpenSSL 0.9.7:
9
10       o New library section OCSP.
11       o Complete haul-over of the ASN.1 library section.
12       o Support for external crypto devices ('engine') is no longer
13         a separate distribution.
14
15   Changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
16
17       o Various SSL/TLS library bugfixes.
18       o BIGNUM library fixes.
19       o Add crypto accelerator support for AEP, Baltimore SureWare,
20         Broadcom [in 0.9.6c-engine release].
21
22   Changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
23
24       o Security fix: PRNG improvements.
25       o Security fix: RSA OAEP check.
26       o Security fix: Reinsert and fix countermeasure to Bleichbacher's
27         attack.
28       o MIPS bug fix in BIGNUM.
29       o Bug fix in "openssl enc".
30       o Bug fix in X.509 printing routine.
31       o Bug fix in DSA verification routine and DSA S/MIME verification.
32       o Bug fix to make PRNG thread-safe.
33       o Bug fix in RAND_file_name().
34       o Bug fix in compatibility mode trust settings.
35       o Bug fix in blowfish EVP.
36       o Increase default size for BIO buffering filter.
37       o Compatibility fixes in some scripts.
38
39   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a:
40
41       o Security fix: change behavior of OpenSSL to avoid using
42         environment variables when running as root.
43       o Security fix: check the result of RSA-CRT to reduce the
44         possibility of deducing the private key from an incorrectly
45         calculated signature.
46       o Security fix: prevent Bleichenbacher's DSA attack.
47       o Security fix: Zero the premaster secret after deriving the
48         master secret in DH ciphersuites.
49       o Reimplement SSL_peek(), which had various problems.
50       o Compatibility fix: the function des_encrypt() renamed to
51         des_encrypt1() to avoid clashes with some Unixen libc.
52       o Bug fixes for Win32, HP/UX and Irix.
53       o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
54         memory checking routines.
55       o Bug fixes for RSA operations in threaded enviroments.
56       o Bug fixes in misc. openssl applications.
57       o Remove a few potential memory leaks.
58       o Add tighter checks of BIGNUM routines.
59       o Shared library support has been reworked for generality.
60       o More documentation.
61       o New function BN_rand_range().
62       o Add "-rand" option to openssl s_client and s_server.
63
64   Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:
65
66       o Some documentation for BIO and SSL libraries.
67       o Enhanced chain verification using key identifiers.
68       o New sign and verify options to 'dgst' application.
69       o Support for DER and PEM encoded messages in 'smime' application.
70       o New 'rsautl' application, low level RSA utility.
71       o MD4 now included.
72       o Bugfix for SSL rollback padding check.
73       o Support for external crypto devices [1].
74       o Enhanced EVP interface.
75
76     [1] The support for external crypto devices is currently a separate
77         distribution.  See the file README.ENGINE.
78
79   Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
80
81       o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8 
82       o Shared library support for HPUX and Solaris-gcc
83       o Support of Linux/IA64
84       o Assembler support for Mingw32
85       o New 'rand' application
86       o New way to check for existence of algorithms from scripts
87
88   Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
89
90       o S/MIME support in new 'smime' command
91       o Documentation for the OpenSSL command line application
92       o Automation of 'req' application
93       o Fixes to make s_client, s_server work under Windows
94       o Support for multiple fieldnames in SPKACs
95       o New SPKAC command line utilty and associated library functions
96       o Options to allow passwords to be obtained from various sources
97       o New public key PEM format and options to handle it
98       o Many other fixes and enhancements to command line utilities
99       o Usable certificate chain verification
100       o Certificate purpose checking
101       o Certificate trust settings
102       o Support of authority information access extension
103       o Extensions in certificate requests
104       o Simplified X509 name and attribute routines
105       o Initial (incomplete) support for international character sets
106       o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
107       o Read only memory BIOs and simplified creation function
108       o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
109         record; allow fragmentation and interleaving of handshake and other
110         data
111       o TLS/SSL code now "tolerates" MS SGC
112       o Work around for Netscape client certificate hang bug
113       o RSA_NULL option that removes RSA patent code but keeps other
114         RSA functionality
115       o Memory leak detection now allows applications to add extra information
116         via a per-thread stack
117       o PRNG robustness improved
118       o EGD support
119       o BIGNUM library bug fixes
120       o Faster DSA parameter generation
121       o Enhanced support for Alpha Linux
122       o Experimental MacOS support
123
124   Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
125
126       o Transparent support for PKCS#8 format private keys: these are used
127         by several software packages and are more secure than the standard
128         form
129       o PKCS#5 v2.0 implementation
130       o Password callbacks have a new void * argument for application data
131       o Avoid various memory leaks
132       o New pipe-like BIO that allows using the SSL library when actual I/O
133         must be handled by the application (BIO pair)
134
135   Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
136       o Lots of enhancements and cleanups to the Configuration mechanism
137       o RSA OEAP related fixes
138       o Added `openssl ca -revoke' option for revoking a certificate
139       o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
140       o Source tree cleanups: removed lots of obsolete files
141       o Thawte SXNet, certificate policies and CRL distribution points
142         extension support
143       o Preliminary (experimental) S/MIME support
144       o Support for ASN.1 UTF8String and VisibleString
145       o Full integration of PKCS#12 code
146       o Sparc assembler bignum implementation, optimized hash functions
147       o Option to disable selected ciphers
148
149   Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
150       o Fixed a security hole related to session resumption
151       o Fixed RSA encryption routines for the p < q case
152       o "ALL" in cipher lists now means "everything except NULL ciphers"
153       o Support for Triple-DES CBCM cipher
154       o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
155       o First support for new TLSv1 ciphers
156       o Added a few new BIOs (syslog BIO, reliable BIO)
157       o Extended support for DSA certificate/keys.
158       o Extended support for Certificate Signing Requests (CSR)
159       o Initial support for X.509v3 extensions
160       o Extended support for compression inside the SSL record layer
161       o Overhauled Win32 builds
162       o Cleanups and fixes to the Big Number (BN) library
163       o Support for ASN.1 GeneralizedTime
164       o Splitted ASN.1 SETs from SEQUENCEs
165       o ASN1 and PEM support for Netscape Certificate Sequences
166       o Overhauled Perl interface
167       o Lots of source tree cleanups.
168       o Lots of memory leak fixes.
169       o Lots of bug fixes.
170
171   Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
172       o Integration of the popular NO_RSA/NO_DSA patches
173       o Initial support for compression inside the SSL record layer
174       o Added BIO proxy and filtering functionality
175       o Extended Big Number (BN) library
176       o Added RIPE MD160 message digest
177       o Addeed support for RC2/64bit cipher
178       o Extended ASN.1 parser routines
179       o Adjustations of the source tree for CVS
180       o Support for various new platforms
181