make sure RSA blinding works when the PRNG is not properly seeded;
[oweals/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.7 and OpenSSL 0.9.7a:
9
10       o Security: Important security related bugfixes.
11       o Enhanced compatibility with MIT Kerberos.
12       o Can be built without the ENGINE framework.
13       o IA32 assembler enhancements.
14       o Support for new platforms: FreeBSD/IA64 and FreeBSD/Sparc64.
15       o Configuration: the no-err option now works properly.
16       o SSL/TLS: now handles manual certificate chain building.
17       o SSL/TLS: certain session ID malfunctions corrected.
18
19   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7:
20
21       o New library section OCSP.
22       o Complete rewrite of ASN1 code.
23       o CRL checking in verify code and openssl utility.
24       o Extension copying in 'ca' utility.
25       o Flexible display options in 'ca' utility.
26       o Provisional support for international characters with UTF8.
27       o Support for external crypto devices ('engine') is no longer
28         a separate distribution.
29       o New elliptic curve library section.
30       o New AES (Rijndael) library section.
31       o Support for new platforms: Windows CE, Tandem OSS, A/UX, AIX 64-bit,
32         Linux x86_64, Linux 64-bit on Sparc v9
33       o Extended support for some platforms: VxWorks
34       o Enhanced support for shared libraries.
35       o Now only builds PIC code when shared library support is requested.
36       o Support for pkg-config.
37       o Lots of new manuals.
38       o Makes symbolic links to or copies of manuals to cover all described
39         functions.
40       o Change DES API to clean up the namespace (some applications link also
41         against libdes providing similar functions having the same name).
42         Provide macros for backward compatibility (will be removed in the
43         future).
44       o Unify handling of cryptographic algorithms (software and engine)
45         to be available via EVP routines for asymmetric and symmetric ciphers.
46       o NCONF: new configuration handling routines.
47       o Change API to use more 'const' modifiers to improve error checking
48         and help optimizers.
49       o Finally remove references to RSAref.
50       o Reworked parts of the BIGNUM code.
51       o Support for new engines: Broadcom ubsec, Accelerated Encryption
52         Processing, IBM 4758.
53       o A few new engines added in the demos area.
54       o Extended and corrected OID (object identifier) table.
55       o PRNG: query at more locations for a random device, automatic query for
56         EGD style random sources at several locations.
57       o SSL/TLS: allow optional cipher choice according to server's preference.
58       o SSL/TLS: allow server to explicitly set new session ids.
59       o SSL/TLS: support Kerberos cipher suites (RFC2712).
60         Only supports MIT Kerberos for now.
61       o SSL/TLS: allow more precise control of renegotiations and sessions.
62       o SSL/TLS: add callback to retrieve SSL/TLS messages.
63       o SSL/TLS: support AES cipher suites (RFC3268).
64
65   Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i:
66
67       o Important security related bugfixes.
68
69   Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
70
71       o New configuration targets for Tandem OSS and A/UX.
72       o New OIDs for Microsoft attributes.
73       o Better handling of SSL session caching.
74       o Better comparison of distinguished names.
75       o Better handling of shared libraries in a mixed GNU/non-GNU environment.
76       o Support assembler code with Borland C.
77       o Fixes for length problems.
78       o Fixes for uninitialised variables.
79       o Fixes for memory leaks, some unusual crashes and some race conditions.
80       o Fixes for smaller building problems.
81       o Updates of manuals, FAQ and other instructive documents.
82
83   Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g:
84
85       o Important building fixes on Unix.
86
87   Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
88
89       o Various important bugfixes.
90
91   Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e:
92
93       o Important security related bugfixes.
94       o Various SSL/TLS library bugfixes.
95
96   Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
97
98       o Various SSL/TLS library bugfixes.
99       o Fix DH parameter generation for 'non-standard' generators.
100
101   Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
102
103       o Various SSL/TLS library bugfixes.
104       o BIGNUM library fixes.
105       o RSA OAEP and random number generation fixes.
106       o Object identifiers corrected and added.
107       o Add assembler BN routines for IA64.
108       o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8,
109         MIPS Linux; shared library support for Irix, HP-UX.
110       o Add crypto accelerator support for AEP, Baltimore SureWare,
111         Broadcom and Cryptographic Appliance's keyserver
112         [in 0.9.6c-engine release].
113
114   Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
115
116       o Security fix: PRNG improvements.
117       o Security fix: RSA OAEP check.
118       o Security fix: Reinsert and fix countermeasure to Bleichbacher's
119         attack.
120       o MIPS bug fix in BIGNUM.
121       o Bug fix in "openssl enc".
122       o Bug fix in X.509 printing routine.
123       o Bug fix in DSA verification routine and DSA S/MIME verification.
124       o Bug fix to make PRNG thread-safe.
125       o Bug fix in RAND_file_name().
126       o Bug fix in compatibility mode trust settings.
127       o Bug fix in blowfish EVP.
128       o Increase default size for BIO buffering filter.
129       o Compatibility fixes in some scripts.
130
131   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a:
132
133       o Security fix: change behavior of OpenSSL to avoid using
134         environment variables when running as root.
135       o Security fix: check the result of RSA-CRT to reduce the
136         possibility of deducing the private key from an incorrectly
137         calculated signature.
138       o Security fix: prevent Bleichenbacher's DSA attack.
139       o Security fix: Zero the premaster secret after deriving the
140         master secret in DH ciphersuites.
141       o Reimplement SSL_peek(), which had various problems.
142       o Compatibility fix: the function des_encrypt() renamed to
143         des_encrypt1() to avoid clashes with some Unixen libc.
144       o Bug fixes for Win32, HP/UX and Irix.
145       o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
146         memory checking routines.
147       o Bug fixes for RSA operations in threaded environments.
148       o Bug fixes in misc. openssl applications.
149       o Remove a few potential memory leaks.
150       o Add tighter checks of BIGNUM routines.
151       o Shared library support has been reworked for generality.
152       o More documentation.
153       o New function BN_rand_range().
154       o Add "-rand" option to openssl s_client and s_server.
155
156   Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:
157
158       o Some documentation for BIO and SSL libraries.
159       o Enhanced chain verification using key identifiers.
160       o New sign and verify options to 'dgst' application.
161       o Support for DER and PEM encoded messages in 'smime' application.
162       o New 'rsautl' application, low level RSA utility.
163       o MD4 now included.
164       o Bugfix for SSL rollback padding check.
165       o Support for external crypto devices [1].
166       o Enhanced EVP interface.
167
168     [1] The support for external crypto devices is currently a separate
169         distribution.  See the file README.ENGINE.
170
171   Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
172
173       o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8 
174       o Shared library support for HPUX and Solaris-gcc
175       o Support of Linux/IA64
176       o Assembler support for Mingw32
177       o New 'rand' application
178       o New way to check for existence of algorithms from scripts
179
180   Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
181
182       o S/MIME support in new 'smime' command
183       o Documentation for the OpenSSL command line application
184       o Automation of 'req' application
185       o Fixes to make s_client, s_server work under Windows
186       o Support for multiple fieldnames in SPKACs
187       o New SPKAC command line utilty and associated library functions
188       o Options to allow passwords to be obtained from various sources
189       o New public key PEM format and options to handle it
190       o Many other fixes and enhancements to command line utilities
191       o Usable certificate chain verification
192       o Certificate purpose checking
193       o Certificate trust settings
194       o Support of authority information access extension
195       o Extensions in certificate requests
196       o Simplified X509 name and attribute routines
197       o Initial (incomplete) support for international character sets
198       o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
199       o Read only memory BIOs and simplified creation function
200       o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
201         record; allow fragmentation and interleaving of handshake and other
202         data
203       o TLS/SSL code now "tolerates" MS SGC
204       o Work around for Netscape client certificate hang bug
205       o RSA_NULL option that removes RSA patent code but keeps other
206         RSA functionality
207       o Memory leak detection now allows applications to add extra information
208         via a per-thread stack
209       o PRNG robustness improved
210       o EGD support
211       o BIGNUM library bug fixes
212       o Faster DSA parameter generation
213       o Enhanced support for Alpha Linux
214       o Experimental MacOS support
215
216   Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
217
218       o Transparent support for PKCS#8 format private keys: these are used
219         by several software packages and are more secure than the standard
220         form
221       o PKCS#5 v2.0 implementation
222       o Password callbacks have a new void * argument for application data
223       o Avoid various memory leaks
224       o New pipe-like BIO that allows using the SSL library when actual I/O
225         must be handled by the application (BIO pair)
226
227   Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
228       o Lots of enhancements and cleanups to the Configuration mechanism
229       o RSA OEAP related fixes
230       o Added `openssl ca -revoke' option for revoking a certificate
231       o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
232       o Source tree cleanups: removed lots of obsolete files
233       o Thawte SXNet, certificate policies and CRL distribution points
234         extension support
235       o Preliminary (experimental) S/MIME support
236       o Support for ASN.1 UTF8String and VisibleString
237       o Full integration of PKCS#12 code
238       o Sparc assembler bignum implementation, optimized hash functions
239       o Option to disable selected ciphers
240
241   Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
242       o Fixed a security hole related to session resumption
243       o Fixed RSA encryption routines for the p < q case
244       o "ALL" in cipher lists now means "everything except NULL ciphers"
245       o Support for Triple-DES CBCM cipher
246       o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
247       o First support for new TLSv1 ciphers
248       o Added a few new BIOs (syslog BIO, reliable BIO)
249       o Extended support for DSA certificate/keys.
250       o Extended support for Certificate Signing Requests (CSR)
251       o Initial support for X.509v3 extensions
252       o Extended support for compression inside the SSL record layer
253       o Overhauled Win32 builds
254       o Cleanups and fixes to the Big Number (BN) library
255       o Support for ASN.1 GeneralizedTime
256       o Splitted ASN.1 SETs from SEQUENCEs
257       o ASN1 and PEM support for Netscape Certificate Sequences
258       o Overhauled Perl interface
259       o Lots of source tree cleanups.
260       o Lots of memory leak fixes.
261       o Lots of bug fixes.
262
263   Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
264       o Integration of the popular NO_RSA/NO_DSA patches
265       o Initial support for compression inside the SSL record layer
266       o Added BIO proxy and filtering functionality
267       o Extended Big Number (BN) library
268       o Added RIPE MD160 message digest
269       o Addeed support for RC2/64bit cipher
270       o Extended ASN.1 parser routines
271       o Adjustations of the source tree for CVS
272       o Support for various new platforms
273