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