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