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