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