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