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