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