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