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