Remove obsolete PRNG note. Add comment about use of SHA256 et al.
[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.8m and OpenSSL 0.9.8n:
9
10       o CFB cipher definition fixes.
11       o Fix security issues CVE-2010-0740 and CVE-2010-0433.
12
13   Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m:
14
15       o Cipher definition fixes.
16       o Workaround for slow RAND_poll() on some WIN32 versions.
17       o Remove MD2 from algorithm tables.
18       o SPKAC handling fixes.
19       o Support for RFC5746 TLS renegotiation extension.
20       o Compression memory leak fixed.
21       o Compression session resumption fixed.
22       o Ticket and SNI coexistence fixes.
23       o Many fixes to DTLS handling. 
24
25   Major changes between OpenSSL 0.9.8k and OpenSSL 0.9.8l:
26
27       o Temporary work around for CVE-2009-3555: disable renegotiation.
28
29   Major changes between OpenSSL 0.9.8j and OpenSSL 0.9.8k:
30
31       o Fix various build issues.
32       o Fix security issues (CVE-2009-0590, CVE-2009-0591, CVE-2009-0789)
33
34   Major changes between OpenSSL 0.9.8i and OpenSSL 0.9.8j:
35
36       o Fix security issue (CVE-2008-5077)
37       o Merge FIPS 140-2 branch code.
38
39   Major changes between OpenSSL 0.9.8g and OpenSSL 0.9.8h:
40
41       o CryptoAPI ENGINE support.
42       o Various precautionary measures.
43       o Fix for bugs affecting certificate request creation.
44       o Support for local machine keyset attribute in PKCS#12 files.
45
46   Major changes between OpenSSL 0.9.8f and OpenSSL 0.9.8g:
47
48       o Backport of CMS functionality to 0.9.8.
49       o Fixes for bugs introduced with 0.9.8f.
50
51   Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f:
52
53       o Add gcc 4.2 support.
54       o Add support for AES and SSE2 assembly lanugauge optimization
55         for VC++ build.
56       o Support for RFC4507bis and server name extensions if explicitly 
57         selected at compile time.
58       o DTLS improvements.
59       o RFC4507bis support.
60       o TLS Extensions support.
61
62   Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e:
63
64       o Various ciphersuite selection fixes.
65       o RFC3779 support.
66
67   Major changes between OpenSSL 0.9.8c and OpenSSL 0.9.8d:
68
69       o Introduce limits to prevent malicious key DoS  (CVE-2006-2940)
70       o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
71       o Changes to ciphersuite selection algorithm
72
73   Major changes between OpenSSL 0.9.8b and OpenSSL 0.9.8c:
74
75       o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
76       o New cipher Camellia
77
78   Major changes between OpenSSL 0.9.8a and OpenSSL 0.9.8b:
79
80       o Cipher string fixes.
81       o Fixes for VC++ 2005.
82       o Updated ECC cipher suite support.
83       o New functions EVP_CIPHER_CTX_new() and EVP_CIPHER_CTX_free().
84       o Zlib compression usage fixes.
85       o Built in dynamic engine compilation support on Win32.
86       o Fixes auto dynamic engine loading in Win32.
87
88   Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a:
89
90       o Fix potential SSL 2.0 rollback, CVE-2005-2969
91       o Extended Windows CE support
92
93   Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8:
94
95       o Major work on the BIGNUM library for higher efficiency and to
96         make operations more streamlined and less contradictory.  This
97         is the result of a major audit of the BIGNUM library.
98       o Addition of BIGNUM functions for fields GF(2^m) and NIST
99         curves, to support the Elliptic Crypto functions.
100       o Major work on Elliptic Crypto; ECDH and ECDSA added, including
101         the use through EVP, X509 and ENGINE.
102       o New ASN.1 mini-compiler that's usable through the OpenSSL
103         configuration file.
104       o Added support for ASN.1 indefinite length constructed encoding.
105       o New PKCS#12 'medium level' API to manipulate PKCS#12 files.
106       o Complete rework of shared library construction and linking
107         programs with shared or static libraries, through a separate
108         Makefile.shared.
109       o Rework of the passing of parameters from one Makefile to another.
110       o Changed ENGINE framework to load dynamic engine modules
111         automatically from specifically given directories.
112       o New structure and ASN.1 functions for CertificatePair.
113       o Changed the ZLIB compression method to be stateful.
114       o Changed the key-generation and primality testing "progress"
115         mechanism to take a structure that contains the ticker
116         function and an argument.
117       o New engine module: GMP (performs private key exponentiation).
118       o New engine module: VIA PadLOck ACE extension in VIA C3
119         Nehemiah processors.
120       o Added support for IPv6 addresses in certificate extensions.
121         See RFC 1884, section 2.2.
122       o Added support for certificate policy mappings, policy
123         constraints and name constraints.
124       o Added support for multi-valued AVAs in the OpenSSL
125         configuration file.
126       o Added support for multiple certificates with the same subject
127         in the 'openssl ca' index file.
128       o Make it possible to create self-signed certificates using
129         'openssl ca -selfsign'.
130       o Make it possible to generate a serial number file with
131         'openssl ca -create_serial'.
132       o New binary search functions with extended functionality.
133       o New BUF functions.
134       o New STORE structure and library to provide an interface to all
135         sorts of data repositories.  Supports storage of public and
136         private keys, certificates, CRLs, numbers and arbitrary blobs.
137         This library is unfortunately unfinished and unused withing
138         OpenSSL.
139       o New control functions for the error stack.
140       o Changed the PKCS#7 library to support one-pass S/MIME
141         processing.
142       o Added the possibility to compile without old deprecated
143         functionality with the OPENSSL_NO_DEPRECATED macro or the
144         'no-deprecated' argument to the config and Configure scripts.
145       o Constification of all ASN.1 conversion functions, and other
146         affected functions.
147       o Improved platform support for PowerPC.
148       o New FIPS 180-2 algorithms (SHA-224, -256, -384 and -512).
149       o New X509_VERIFY_PARAM structure to support parametrisation
150         of X.509 path validation.
151       o Major overhaul of RC4 performance on Intel P4, IA-64 and
152         AMD64.
153       o Changed the Configure script to have some algorithms disabled
154         by default.  Those can be explicitely enabled with the new
155         argument form 'enable-xxx'.
156       o Change the default digest in 'openssl' commands from MD5 to
157         SHA-1.
158       o Added support for DTLS.
159       o New BIGNUM blinding.
160       o Added support for the RSA-PSS encryption scheme
161       o Added support for the RSA X.931 padding.
162       o Added support for BSD sockets on NetWare.
163       o Added support for files larger than 2GB.
164       o Added initial support for Win64.
165       o Added alternate pkg-config files.
166
167   Major changes between OpenSSL 0.9.7k and OpenSSL 0.9.7l:
168
169       o Introduce limits to prevent malicious key DoS  (CVE-2006-2940)
170       o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
171
172   Major changes between OpenSSL 0.9.7j and OpenSSL 0.9.7k:
173
174       o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
175
176   Major changes between OpenSSL 0.9.7i and OpenSSL 0.9.7j:
177
178       o Visual C++ 2005 fixes.
179       o Update Windows build system for FIPS.
180
181   Major changes between OpenSSL 0.9.7h and OpenSSL 0.9.7i:
182
183       o Give EVP_MAX_MD_SIZE it's old value, except for a FIPS build.
184
185   Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.7h:
186
187       o Fix SSL 2.0 Rollback, CVE-2005-2969
188       o Allow use of fixed-length exponent on DSA signing
189       o Default fixed-window RSA, DSA, DH private-key operations
190
191   Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g:
192
193       o More compilation issues fixed.
194       o Adaptation to more modern Kerberos API.
195       o Enhanced or corrected configuration for Solaris64, Mingw and Cygwin.
196       o Enhanced x86_64 assembler BIGNUM module.
197       o More constification.
198       o Added processing of proxy certificates (RFC 3820).
199
200   Major changes between OpenSSL 0.9.7e and OpenSSL 0.9.7f:
201
202       o Several compilation issues fixed.
203       o Many memory allocation failure checks added.
204       o Improved comparison of X509 Name type.
205       o Mandatory basic checks on certificates.
206       o Performance improvements.
207
208   Major changes between OpenSSL 0.9.7d and OpenSSL 0.9.7e:
209
210       o Fix race condition in CRL checking code.
211       o Fixes to PKCS#7 (S/MIME) code.
212
213   Major changes between OpenSSL 0.9.7c and OpenSSL 0.9.7d:
214
215       o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
216       o Security: Fix null-pointer assignment in do_change_cipher_spec()
217       o Allow multiple active certificates with same subject in CA index
218       o Multiple X509 verification fixes
219       o Speed up HMAC and other operations
220
221   Major changes between OpenSSL 0.9.7b and OpenSSL 0.9.7c:
222
223       o Security: fix various ASN1 parsing bugs.
224       o New -ignore_err option to OCSP utility.
225       o Various interop and bug fixes in S/MIME code.
226       o SSL/TLS protocol fix for unrequested client certificates.
227
228   Major changes between OpenSSL 0.9.7a and OpenSSL 0.9.7b:
229
230       o Security: counter the Klima-Pokorny-Rosa extension of
231         Bleichbacher's attack 
232       o Security: make RSA blinding default.
233       o Configuration: Irix fixes, AIX fixes, better mingw support.
234       o Support for new platforms: linux-ia64-ecc.
235       o Build: shared library support fixes.
236       o ASN.1: treat domainComponent correctly.
237       o Documentation: fixes and additions.
238
239   Major changes between OpenSSL 0.9.7 and OpenSSL 0.9.7a:
240
241       o Security: Important security related bugfixes.
242       o Enhanced compatibility with MIT Kerberos.
243       o Can be built without the ENGINE framework.
244       o IA32 assembler enhancements.
245       o Support for new platforms: FreeBSD/IA64 and FreeBSD/Sparc64.
246       o Configuration: the no-err option now works properly.
247       o SSL/TLS: now handles manual certificate chain building.
248       o SSL/TLS: certain session ID malfunctions corrected.
249
250   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7:
251
252       o New library section OCSP.
253       o Complete rewrite of ASN1 code.
254       o CRL checking in verify code and openssl utility.
255       o Extension copying in 'ca' utility.
256       o Flexible display options in 'ca' utility.
257       o Provisional support for international characters with UTF8.
258       o Support for external crypto devices ('engine') is no longer
259         a separate distribution.
260       o New elliptic curve library section.
261       o New AES (Rijndael) library section.
262       o Support for new platforms: Windows CE, Tandem OSS, A/UX, AIX 64-bit,
263         Linux x86_64, Linux 64-bit on Sparc v9
264       o Extended support for some platforms: VxWorks
265       o Enhanced support for shared libraries.
266       o Now only builds PIC code when shared library support is requested.
267       o Support for pkg-config.
268       o Lots of new manuals.
269       o Makes symbolic links to or copies of manuals to cover all described
270         functions.
271       o Change DES API to clean up the namespace (some applications link also
272         against libdes providing similar functions having the same name).
273         Provide macros for backward compatibility (will be removed in the
274         future).
275       o Unify handling of cryptographic algorithms (software and engine)
276         to be available via EVP routines for asymmetric and symmetric ciphers.
277       o NCONF: new configuration handling routines.
278       o Change API to use more 'const' modifiers to improve error checking
279         and help optimizers.
280       o Finally remove references to RSAref.
281       o Reworked parts of the BIGNUM code.
282       o Support for new engines: Broadcom ubsec, Accelerated Encryption
283         Processing, IBM 4758.
284       o A few new engines added in the demos area.
285       o Extended and corrected OID (object identifier) table.
286       o PRNG: query at more locations for a random device, automatic query for
287         EGD style random sources at several locations.
288       o SSL/TLS: allow optional cipher choice according to server's preference.
289       o SSL/TLS: allow server to explicitly set new session ids.
290       o SSL/TLS: support Kerberos cipher suites (RFC2712).
291         Only supports MIT Kerberos for now.
292       o SSL/TLS: allow more precise control of renegotiations and sessions.
293       o SSL/TLS: add callback to retrieve SSL/TLS messages.
294       o SSL/TLS: support AES cipher suites (RFC3268).
295
296   Major changes between OpenSSL 0.9.6j and OpenSSL 0.9.6k:
297
298       o Security: fix various ASN1 parsing bugs.
299       o SSL/TLS protocol fix for unrequested client certificates.
300
301   Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j:
302
303       o Security: counter the Klima-Pokorny-Rosa extension of
304         Bleichbacher's attack 
305       o Security: make RSA blinding default.
306       o Build: shared library support fixes.
307
308   Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i:
309
310       o Important security related bugfixes.
311
312   Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
313
314       o New configuration targets for Tandem OSS and A/UX.
315       o New OIDs for Microsoft attributes.
316       o Better handling of SSL session caching.
317       o Better comparison of distinguished names.
318       o Better handling of shared libraries in a mixed GNU/non-GNU environment.
319       o Support assembler code with Borland C.
320       o Fixes for length problems.
321       o Fixes for uninitialised variables.
322       o Fixes for memory leaks, some unusual crashes and some race conditions.
323       o Fixes for smaller building problems.
324       o Updates of manuals, FAQ and other instructive documents.
325
326   Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g:
327
328       o Important building fixes on Unix.
329
330   Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
331
332       o Various important bugfixes.
333
334   Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e:
335
336       o Important security related bugfixes.
337       o Various SSL/TLS library bugfixes.
338
339   Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
340
341       o Various SSL/TLS library bugfixes.
342       o Fix DH parameter generation for 'non-standard' generators.
343
344   Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
345
346       o Various SSL/TLS library bugfixes.
347       o BIGNUM library fixes.
348       o RSA OAEP and random number generation fixes.
349       o Object identifiers corrected and added.
350       o Add assembler BN routines for IA64.
351       o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8,
352         MIPS Linux; shared library support for Irix, HP-UX.
353       o Add crypto accelerator support for AEP, Baltimore SureWare,
354         Broadcom and Cryptographic Appliance's keyserver
355         [in 0.9.6c-engine release].
356
357   Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
358
359       o Security fix: PRNG improvements.
360       o Security fix: RSA OAEP check.
361       o Security fix: Reinsert and fix countermeasure to Bleichbacher's
362         attack.
363       o MIPS bug fix in BIGNUM.
364       o Bug fix in "openssl enc".
365       o Bug fix in X.509 printing routine.
366       o Bug fix in DSA verification routine and DSA S/MIME verification.
367       o Bug fix to make PRNG thread-safe.
368       o Bug fix in RAND_file_name().
369       o Bug fix in compatibility mode trust settings.
370       o Bug fix in blowfish EVP.
371       o Increase default size for BIO buffering filter.
372       o Compatibility fixes in some scripts.
373
374   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a:
375
376       o Security fix: change behavior of OpenSSL to avoid using
377         environment variables when running as root.
378       o Security fix: check the result of RSA-CRT to reduce the
379         possibility of deducing the private key from an incorrectly
380         calculated signature.
381       o Security fix: prevent Bleichenbacher's DSA attack.
382       o Security fix: Zero the premaster secret after deriving the
383         master secret in DH ciphersuites.
384       o Reimplement SSL_peek(), which had various problems.
385       o Compatibility fix: the function des_encrypt() renamed to
386         des_encrypt1() to avoid clashes with some Unixen libc.
387       o Bug fixes for Win32, HP/UX and Irix.
388       o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
389         memory checking routines.
390       o Bug fixes for RSA operations in threaded environments.
391       o Bug fixes in misc. openssl applications.
392       o Remove a few potential memory leaks.
393       o Add tighter checks of BIGNUM routines.
394       o Shared library support has been reworked for generality.
395       o More documentation.
396       o New function BN_rand_range().
397       o Add "-rand" option to openssl s_client and s_server.
398
399   Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:
400
401       o Some documentation for BIO and SSL libraries.
402       o Enhanced chain verification using key identifiers.
403       o New sign and verify options to 'dgst' application.
404       o Support for DER and PEM encoded messages in 'smime' application.
405       o New 'rsautl' application, low level RSA utility.
406       o MD4 now included.
407       o Bugfix for SSL rollback padding check.
408       o Support for external crypto devices [1].
409       o Enhanced EVP interface.
410
411     [1] The support for external crypto devices is currently a separate
412         distribution.  See the file README.ENGINE.
413
414   Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
415
416       o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8 
417       o Shared library support for HPUX and Solaris-gcc
418       o Support of Linux/IA64
419       o Assembler support for Mingw32
420       o New 'rand' application
421       o New way to check for existence of algorithms from scripts
422
423   Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
424
425       o S/MIME support in new 'smime' command
426       o Documentation for the OpenSSL command line application
427       o Automation of 'req' application
428       o Fixes to make s_client, s_server work under Windows
429       o Support for multiple fieldnames in SPKACs
430       o New SPKAC command line utilty and associated library functions
431       o Options to allow passwords to be obtained from various sources
432       o New public key PEM format and options to handle it
433       o Many other fixes and enhancements to command line utilities
434       o Usable certificate chain verification
435       o Certificate purpose checking
436       o Certificate trust settings
437       o Support of authority information access extension
438       o Extensions in certificate requests
439       o Simplified X509 name and attribute routines
440       o Initial (incomplete) support for international character sets
441       o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
442       o Read only memory BIOs and simplified creation function
443       o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
444         record; allow fragmentation and interleaving of handshake and other
445         data
446       o TLS/SSL code now "tolerates" MS SGC
447       o Work around for Netscape client certificate hang bug
448       o RSA_NULL option that removes RSA patent code but keeps other
449         RSA functionality
450       o Memory leak detection now allows applications to add extra information
451         via a per-thread stack
452       o PRNG robustness improved
453       o EGD support
454       o BIGNUM library bug fixes
455       o Faster DSA parameter generation
456       o Enhanced support for Alpha Linux
457       o Experimental MacOS support
458
459   Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
460
461       o Transparent support for PKCS#8 format private keys: these are used
462         by several software packages and are more secure than the standard
463         form
464       o PKCS#5 v2.0 implementation
465       o Password callbacks have a new void * argument for application data
466       o Avoid various memory leaks
467       o New pipe-like BIO that allows using the SSL library when actual I/O
468         must be handled by the application (BIO pair)
469
470   Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
471       o Lots of enhancements and cleanups to the Configuration mechanism
472       o RSA OEAP related fixes
473       o Added `openssl ca -revoke' option for revoking a certificate
474       o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
475       o Source tree cleanups: removed lots of obsolete files
476       o Thawte SXNet, certificate policies and CRL distribution points
477         extension support
478       o Preliminary (experimental) S/MIME support
479       o Support for ASN.1 UTF8String and VisibleString
480       o Full integration of PKCS#12 code
481       o Sparc assembler bignum implementation, optimized hash functions
482       o Option to disable selected ciphers
483
484   Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
485       o Fixed a security hole related to session resumption
486       o Fixed RSA encryption routines for the p < q case
487       o "ALL" in cipher lists now means "everything except NULL ciphers"
488       o Support for Triple-DES CBCM cipher
489       o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
490       o First support for new TLSv1 ciphers
491       o Added a few new BIOs (syslog BIO, reliable BIO)
492       o Extended support for DSA certificate/keys.
493       o Extended support for Certificate Signing Requests (CSR)
494       o Initial support for X.509v3 extensions
495       o Extended support for compression inside the SSL record layer
496       o Overhauled Win32 builds
497       o Cleanups and fixes to the Big Number (BN) library
498       o Support for ASN.1 GeneralizedTime
499       o Splitted ASN.1 SETs from SEQUENCEs
500       o ASN1 and PEM support for Netscape Certificate Sequences
501       o Overhauled Perl interface
502       o Lots of source tree cleanups.
503       o Lots of memory leak fixes.
504       o Lots of bug fixes.
505
506   Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
507       o Integration of the popular NO_RSA/NO_DSA patches
508       o Initial support for compression inside the SSL record layer
509       o Added BIO proxy and filtering functionality
510       o Extended Big Number (BN) library
511       o Added RIPE MD160 message digest
512       o Addeed support for RC2/64bit cipher
513       o Extended ASN.1 parser routines
514       o Adjustations of the source tree for CVS
515       o Support for various new platforms
516