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