Fix a memory leak in ecdh/ecdsa_check.
[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 1.0.2l and OpenSSL 1.0.2m [under development]
9
10       o
11
12   Major changes between OpenSSL 1.0.2k and OpenSSL 1.0.2l [25 May 2017]
13
14       o config now recognises 64-bit mingw and chooses mingw64 instead of mingw
15
16   Major changes between OpenSSL 1.0.2j and OpenSSL 1.0.2k [26 Jan 2017]
17
18       o Truncated packet could crash via OOB read (CVE-2017-3731)
19       o BN_mod_exp may produce incorrect results on x86_64 (CVE-2017-3732)
20       o Montgomery multiplication may produce incorrect results (CVE-2016-7055)
21
22   Major changes between OpenSSL 1.0.2i and OpenSSL 1.0.2j [26 Sep 2016]
23
24       o Missing CRL sanity check (CVE-2016-7052)
25
26   Major changes between OpenSSL 1.0.2h and OpenSSL 1.0.2i [22 Sep 2016]
27
28       o OCSP Status Request extension unbounded memory growth (CVE-2016-6304)
29       o SWEET32 Mitigation (CVE-2016-2183)
30       o OOB write in MDC2_Update() (CVE-2016-6303)
31       o Malformed SHA512 ticket DoS (CVE-2016-6302)
32       o OOB write in BN_bn2dec() (CVE-2016-2182)
33       o OOB read in TS_OBJ_print_bio() (CVE-2016-2180)
34       o Pointer arithmetic undefined behaviour (CVE-2016-2177)
35       o Constant time flag not preserved in DSA signing (CVE-2016-2178)
36       o DTLS buffered message DoS (CVE-2016-2179)
37       o DTLS replay protection DoS (CVE-2016-2181)
38       o Certificate message OOB reads (CVE-2016-6306)
39
40   Major changes between OpenSSL 1.0.2g and OpenSSL 1.0.2h [3 May 2016]
41
42       o Prevent padding oracle in AES-NI CBC MAC check (CVE-2016-2107)
43       o Fix EVP_EncodeUpdate overflow (CVE-2016-2105)
44       o Fix EVP_EncryptUpdate overflow (CVE-2016-2106)
45       o Prevent ASN.1 BIO excessive memory allocation (CVE-2016-2109)
46       o EBCDIC overread (CVE-2016-2176)
47       o Modify behavior of ALPN to invoke callback after SNI/servername
48         callback, such that updates to the SSL_CTX affect ALPN.
49       o Remove LOW from the DEFAULT cipher list.  This removes singles DES from
50         the default.
51       o Only remove the SSLv2 methods with the no-ssl2-method option.
52
53   Major changes between OpenSSL 1.0.2f and OpenSSL 1.0.2g [1 Mar 2016]
54
55       o Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.
56       o Disable SSLv2 default build, default negotiation and weak ciphers
57         (CVE-2016-0800)
58       o Fix a double-free in DSA code (CVE-2016-0705)
59       o Disable SRP fake user seed to address a server memory leak
60         (CVE-2016-0798)
61       o Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption
62         (CVE-2016-0797)
63       o Fix memory issues in BIO_*printf functions (CVE-2016-0799)
64       o Fix side channel attack on modular exponentiation (CVE-2016-0702)
65
66   Major changes between OpenSSL 1.0.2e and OpenSSL 1.0.2f [28 Jan 2016]
67
68       o DH small subgroups (CVE-2016-0701)
69       o SSLv2 doesn't block disabled ciphers (CVE-2015-3197)
70
71   Major changes between OpenSSL 1.0.2d and OpenSSL 1.0.2e [3 Dec 2015]
72
73       o BN_mod_exp may produce incorrect results on x86_64 (CVE-2015-3193)
74       o Certificate verify crash with missing PSS parameter (CVE-2015-3194)
75       o X509_ATTRIBUTE memory leak (CVE-2015-3195)
76       o Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
77       o In DSA_generate_parameters_ex, if the provided seed is too short,
78         return an error
79
80   Major changes between OpenSSL 1.0.2c and OpenSSL 1.0.2d [9 Jul 2015]
81
82       o Alternate chains certificate forgery (CVE-2015-1793)
83       o Race condition handling PSK identify hint (CVE-2015-3196)
84
85   Major changes between OpenSSL 1.0.2b and OpenSSL 1.0.2c [12 Jun 2015]
86
87       o Fix HMAC ABI incompatibility
88
89   Major changes between OpenSSL 1.0.2a and OpenSSL 1.0.2b [11 Jun 2015]
90
91       o Malformed ECParameters causes infinite loop (CVE-2015-1788)
92       o Exploitable out-of-bounds read in X509_cmp_time (CVE-2015-1789)
93       o PKCS7 crash with missing EnvelopedContent (CVE-2015-1790)
94       o CMS verify infinite loop with unknown hash function (CVE-2015-1792)
95       o Race condition handling NewSessionTicket (CVE-2015-1791)
96
97   Major changes between OpenSSL 1.0.2 and OpenSSL 1.0.2a [19 Mar 2015]
98
99       o OpenSSL 1.0.2 ClientHello sigalgs DoS fix (CVE-2015-0291)
100       o Multiblock corrupted pointer fix (CVE-2015-0290)
101       o Segmentation fault in DTLSv1_listen fix (CVE-2015-0207)
102       o Segmentation fault in ASN1_TYPE_cmp fix (CVE-2015-0286)
103       o Segmentation fault for invalid PSS parameters fix (CVE-2015-0208)
104       o ASN.1 structure reuse memory corruption fix (CVE-2015-0287)
105       o PKCS7 NULL pointer dereferences fix (CVE-2015-0289)
106       o DoS via reachable assert in SSLv2 servers fix (CVE-2015-0293)
107       o Empty CKE with client auth and DHE fix (CVE-2015-1787)
108       o Handshake with unseeded PRNG fix (CVE-2015-0285)
109       o Use After Free following d2i_ECPrivatekey error fix (CVE-2015-0209)
110       o X509_to_X509_REQ NULL pointer deref fix (CVE-2015-0288)
111       o Removed the export ciphers from the DEFAULT ciphers
112
113   Major changes between OpenSSL 1.0.1l and OpenSSL 1.0.2 [22 Jan 2015]:
114
115       o Suite B support for TLS 1.2 and DTLS 1.2
116       o Support for DTLS 1.2
117       o TLS automatic EC curve selection.
118       o API to set TLS supported signature algorithms and curves
119       o SSL_CONF configuration API.
120       o TLS Brainpool support.
121       o ALPN support.
122       o CMS support for RSA-PSS, RSA-OAEP, ECDH and X9.42 DH.
123
124   Major changes between OpenSSL 1.0.1k and OpenSSL 1.0.1l [15 Jan 2015]
125
126       o Build fixes for the Windows and OpenVMS platforms
127
128   Major changes between OpenSSL 1.0.1j and OpenSSL 1.0.1k [8 Jan 2015]
129
130       o Fix for CVE-2014-3571
131       o Fix for CVE-2015-0206
132       o Fix for CVE-2014-3569
133       o Fix for CVE-2014-3572
134       o Fix for CVE-2015-0204
135       o Fix for CVE-2015-0205
136       o Fix for CVE-2014-8275
137       o Fix for CVE-2014-3570
138
139   Major changes between OpenSSL 1.0.1i and OpenSSL 1.0.1j [15 Oct 2014]
140
141       o Fix for CVE-2014-3513
142       o Fix for CVE-2014-3567
143       o Mitigation for CVE-2014-3566 (SSL protocol vulnerability)
144       o Fix for CVE-2014-3568
145
146   Major changes between OpenSSL 1.0.1h and OpenSSL 1.0.1i [6 Aug 2014]
147
148       o Fix for CVE-2014-3512
149       o Fix for CVE-2014-3511
150       o Fix for CVE-2014-3510
151       o Fix for CVE-2014-3507
152       o Fix for CVE-2014-3506
153       o Fix for CVE-2014-3505
154       o Fix for CVE-2014-3509
155       o Fix for CVE-2014-5139
156       o Fix for CVE-2014-3508
157
158   Major changes between OpenSSL 1.0.1g and OpenSSL 1.0.1h [5 Jun 2014]
159
160       o Fix for CVE-2014-0224
161       o Fix for CVE-2014-0221
162       o Fix for CVE-2014-0198
163       o Fix for CVE-2014-0195
164       o Fix for CVE-2014-3470
165       o Fix for CVE-2010-5298
166
167   Major changes between OpenSSL 1.0.1f and OpenSSL 1.0.1g [7 Apr 2014]
168
169       o Fix for CVE-2014-0160
170       o Add TLS padding extension workaround for broken servers.
171       o Fix for CVE-2014-0076
172
173   Major changes between OpenSSL 1.0.1e and OpenSSL 1.0.1f [6 Jan 2014]
174
175       o Don't include gmt_unix_time in TLS server and client random values
176       o Fix for TLS record tampering bug CVE-2013-4353
177       o Fix for TLS version checking bug CVE-2013-6449
178       o Fix for DTLS retransmission bug CVE-2013-6450
179
180   Major changes between OpenSSL 1.0.1d and OpenSSL 1.0.1e [11 Feb 2013]:
181
182       o Corrected fix for CVE-2013-0169
183
184   Major changes between OpenSSL 1.0.1c and OpenSSL 1.0.1d [4 Feb 2013]:
185
186       o Fix renegotiation in TLS 1.1, 1.2 by using the correct TLS version.
187       o Include the fips configuration module.
188       o Fix OCSP bad key DoS attack CVE-2013-0166
189       o Fix for SSL/TLS/DTLS CBC plaintext recovery attack CVE-2013-0169
190       o Fix for TLS AESNI record handling flaw CVE-2012-2686
191
192   Major changes between OpenSSL 1.0.1b and OpenSSL 1.0.1c [10 May 2012]:
193
194       o Fix TLS/DTLS record length checking bug CVE-2012-2333
195       o Don't attempt to use non-FIPS composite ciphers in FIPS mode.
196
197   Major changes between OpenSSL 1.0.1a and OpenSSL 1.0.1b [26 Apr 2012]:
198
199       o Fix compilation error on non-x86 platforms.
200       o Make FIPS capable OpenSSL ciphers work in non-FIPS mode.
201       o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
202
203   Major changes between OpenSSL 1.0.1 and OpenSSL 1.0.1a [19 Apr 2012]:
204
205       o Fix for ASN1 overflow bug CVE-2012-2110
206       o Workarounds for some servers that hang on long client hellos.
207       o Fix SEGV in AES code.
208
209   Major changes between OpenSSL 1.0.0h and OpenSSL 1.0.1 [14 Mar 2012]:
210
211       o TLS/DTLS heartbeat support.
212       o SCTP support.
213       o RFC 5705 TLS key material exporter.
214       o RFC 5764 DTLS-SRTP negotiation.
215       o Next Protocol Negotiation.
216       o PSS signatures in certificates, requests and CRLs.
217       o Support for password based recipient info for CMS.
218       o Support TLS v1.2 and TLS v1.1.
219       o Preliminary FIPS capability for unvalidated 2.0 FIPS module.
220       o SRP support.
221
222   Major changes between OpenSSL 1.0.0g and OpenSSL 1.0.0h [12 Mar 2012]:
223
224       o Fix for CMS/PKCS#7 MMA CVE-2012-0884
225       o Corrected fix for CVE-2011-4619
226       o Various DTLS fixes.
227
228   Major changes between OpenSSL 1.0.0f and OpenSSL 1.0.0g [18 Jan 2012]:
229
230       o Fix for DTLS DoS issue CVE-2012-0050
231
232   Major changes between OpenSSL 1.0.0e and OpenSSL 1.0.0f [4 Jan 2012]:
233
234       o Fix for DTLS plaintext recovery attack CVE-2011-4108
235       o Clear block padding bytes of SSL 3.0 records CVE-2011-4576
236       o Only allow one SGC handshake restart for SSL/TLS CVE-2011-4619
237       o Check parameters are not NULL in GOST ENGINE CVE-2012-0027
238       o Check for malformed RFC3779 data CVE-2011-4577
239
240   Major changes between OpenSSL 1.0.0d and OpenSSL 1.0.0e [6 Sep 2011]:
241
242       o Fix for CRL vulnerability issue CVE-2011-3207
243       o Fix for ECDH crashes CVE-2011-3210
244       o Protection against EC timing attacks.
245       o Support ECDH ciphersuites for certificates using SHA2 algorithms.
246       o Various DTLS fixes.
247
248   Major changes between OpenSSL 1.0.0c and OpenSSL 1.0.0d [8 Feb 2011]:
249
250       o Fix for security issue CVE-2011-0014
251
252   Major changes between OpenSSL 1.0.0b and OpenSSL 1.0.0c [2 Dec 2010]:
253
254       o Fix for security issue CVE-2010-4180
255       o Fix for CVE-2010-4252
256       o Fix mishandling of absent EC point format extension.
257       o Fix various platform compilation issues.
258       o Corrected fix for security issue CVE-2010-3864.
259
260   Major changes between OpenSSL 1.0.0a and OpenSSL 1.0.0b [16 Nov 2010]:
261
262       o Fix for security issue CVE-2010-3864.
263       o Fix for CVE-2010-2939
264       o Fix WIN32 build system for GOST ENGINE.
265
266   Major changes between OpenSSL 1.0.0 and OpenSSL 1.0.0a [1 Jun 2010]:
267
268       o Fix for security issue CVE-2010-1633.
269       o GOST MAC and CFB fixes.
270
271   Major changes between OpenSSL 0.9.8n and OpenSSL 1.0.0 [29 Mar 2010]:
272
273       o RFC3280 path validation: sufficient to process PKITS tests.
274       o Integrated support for PVK files and keyblobs.
275       o Change default private key format to PKCS#8.
276       o CMS support: able to process all examples in RFC4134
277       o Streaming ASN1 encode support for PKCS#7 and CMS.
278       o Multiple signer and signer add support for PKCS#7 and CMS.
279       o ASN1 printing support.
280       o Whirlpool hash algorithm added.
281       o RFC3161 time stamp support.
282       o New generalised public key API supporting ENGINE based algorithms.
283       o New generalised public key API utilities.
284       o New ENGINE supporting GOST algorithms.
285       o SSL/TLS GOST ciphersuite support.
286       o PKCS#7 and CMS GOST support.
287       o RFC4279 PSK ciphersuite support.
288       o Supported points format extension for ECC ciphersuites.
289       o ecdsa-with-SHA224/256/384/512 signature types.
290       o dsa-with-SHA224 and dsa-with-SHA256 signature types.
291       o Opaque PRF Input TLS extension support.
292       o Updated time routines to avoid OS limitations.
293
294   Major changes between OpenSSL 0.9.8m and OpenSSL 0.9.8n [24 Mar 2010]:
295
296       o CFB cipher definition fixes.
297       o Fix security issues CVE-2010-0740 and CVE-2010-0433.
298
299   Major changes between OpenSSL 0.9.8l and OpenSSL 0.9.8m [25 Feb 2010]:
300
301       o Cipher definition fixes.
302       o Workaround for slow RAND_poll() on some WIN32 versions.
303       o Remove MD2 from algorithm tables.
304       o SPKAC handling fixes.
305       o Support for RFC5746 TLS renegotiation extension.
306       o Compression memory leak fixed.
307       o Compression session resumption fixed.
308       o Ticket and SNI coexistence fixes.
309       o Many fixes to DTLS handling. 
310
311   Major changes between OpenSSL 0.9.8k and OpenSSL 0.9.8l [5 Nov 2009]:
312
313       o Temporary work around for CVE-2009-3555: disable renegotiation.
314
315   Major changes between OpenSSL 0.9.8j and OpenSSL 0.9.8k [25 Mar 2009]:
316
317       o Fix various build issues.
318       o Fix security issues (CVE-2009-0590, CVE-2009-0591, CVE-2009-0789)
319
320   Major changes between OpenSSL 0.9.8i and OpenSSL 0.9.8j [7 Jan 2009]:
321
322       o Fix security issue (CVE-2008-5077)
323       o Merge FIPS 140-2 branch code.
324
325   Major changes between OpenSSL 0.9.8g and OpenSSL 0.9.8h [28 May 2008]:
326
327       o CryptoAPI ENGINE support.
328       o Various precautionary measures.
329       o Fix for bugs affecting certificate request creation.
330       o Support for local machine keyset attribute in PKCS#12 files.
331
332   Major changes between OpenSSL 0.9.8f and OpenSSL 0.9.8g [19 Oct 2007]:
333
334       o Backport of CMS functionality to 0.9.8.
335       o Fixes for bugs introduced with 0.9.8f.
336
337   Major changes between OpenSSL 0.9.8e and OpenSSL 0.9.8f [11 Oct 2007]:
338
339       o Add gcc 4.2 support.
340       o Add support for AES and SSE2 assembly lanugauge optimization
341         for VC++ build.
342       o Support for RFC4507bis and server name extensions if explicitly 
343         selected at compile time.
344       o DTLS improvements.
345       o RFC4507bis support.
346       o TLS Extensions support.
347
348   Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e [23 Feb 2007]:
349
350       o Various ciphersuite selection fixes.
351       o RFC3779 support.
352
353   Major changes between OpenSSL 0.9.8c and OpenSSL 0.9.8d [28 Sep 2006]:
354
355       o Introduce limits to prevent malicious key DoS  (CVE-2006-2940)
356       o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
357       o Changes to ciphersuite selection algorithm
358
359   Major changes between OpenSSL 0.9.8b and OpenSSL 0.9.8c [5 Sep 2006]:
360
361       o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
362       o New cipher Camellia
363
364   Major changes between OpenSSL 0.9.8a and OpenSSL 0.9.8b [4 May 2006]:
365
366       o Cipher string fixes.
367       o Fixes for VC++ 2005.
368       o Updated ECC cipher suite support.
369       o New functions EVP_CIPHER_CTX_new() and EVP_CIPHER_CTX_free().
370       o Zlib compression usage fixes.
371       o Built in dynamic engine compilation support on Win32.
372       o Fixes auto dynamic engine loading in Win32.
373
374   Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a [11 Oct 2005]:
375
376       o Fix potential SSL 2.0 rollback, CVE-2005-2969
377       o Extended Windows CE support
378
379   Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8 [5 Jul 2005]:
380
381       o Major work on the BIGNUM library for higher efficiency and to
382         make operations more streamlined and less contradictory.  This
383         is the result of a major audit of the BIGNUM library.
384       o Addition of BIGNUM functions for fields GF(2^m) and NIST
385         curves, to support the Elliptic Crypto functions.
386       o Major work on Elliptic Crypto; ECDH and ECDSA added, including
387         the use through EVP, X509 and ENGINE.
388       o New ASN.1 mini-compiler that's usable through the OpenSSL
389         configuration file.
390       o Added support for ASN.1 indefinite length constructed encoding.
391       o New PKCS#12 'medium level' API to manipulate PKCS#12 files.
392       o Complete rework of shared library construction and linking
393         programs with shared or static libraries, through a separate
394         Makefile.shared.
395       o Rework of the passing of parameters from one Makefile to another.
396       o Changed ENGINE framework to load dynamic engine modules
397         automatically from specifically given directories.
398       o New structure and ASN.1 functions for CertificatePair.
399       o Changed the ZLIB compression method to be stateful.
400       o Changed the key-generation and primality testing "progress"
401         mechanism to take a structure that contains the ticker
402         function and an argument.
403       o New engine module: GMP (performs private key exponentiation).
404       o New engine module: VIA PadLOck ACE extension in VIA C3
405         Nehemiah processors.
406       o Added support for IPv6 addresses in certificate extensions.
407         See RFC 1884, section 2.2.
408       o Added support for certificate policy mappings, policy
409         constraints and name constraints.
410       o Added support for multi-valued AVAs in the OpenSSL
411         configuration file.
412       o Added support for multiple certificates with the same subject
413         in the 'openssl ca' index file.
414       o Make it possible to create self-signed certificates using
415         'openssl ca -selfsign'.
416       o Make it possible to generate a serial number file with
417         'openssl ca -create_serial'.
418       o New binary search functions with extended functionality.
419       o New BUF functions.
420       o New STORE structure and library to provide an interface to all
421         sorts of data repositories.  Supports storage of public and
422         private keys, certificates, CRLs, numbers and arbitrary blobs.
423         This library is unfortunately unfinished and unused withing
424         OpenSSL.
425       o New control functions for the error stack.
426       o Changed the PKCS#7 library to support one-pass S/MIME
427         processing.
428       o Added the possibility to compile without old deprecated
429         functionality with the OPENSSL_NO_DEPRECATED macro or the
430         'no-deprecated' argument to the config and Configure scripts.
431       o Constification of all ASN.1 conversion functions, and other
432         affected functions.
433       o Improved platform support for PowerPC.
434       o New FIPS 180-2 algorithms (SHA-224, -256, -384 and -512).
435       o New X509_VERIFY_PARAM structure to support parametrisation
436         of X.509 path validation.
437       o Major overhaul of RC4 performance on Intel P4, IA-64 and
438         AMD64.
439       o Changed the Configure script to have some algorithms disabled
440         by default.  Those can be explicitely enabled with the new
441         argument form 'enable-xxx'.
442       o Change the default digest in 'openssl' commands from MD5 to
443         SHA-1.
444       o Added support for DTLS.
445       o New BIGNUM blinding.
446       o Added support for the RSA-PSS encryption scheme
447       o Added support for the RSA X.931 padding.
448       o Added support for BSD sockets on NetWare.
449       o Added support for files larger than 2GB.
450       o Added initial support for Win64.
451       o Added alternate pkg-config files.
452
453   Major changes between OpenSSL 0.9.7l and OpenSSL 0.9.7m [23 Feb 2007]:
454
455       o FIPS 1.1.1 module linking.
456       o Various ciphersuite selection fixes.
457
458   Major changes between OpenSSL 0.9.7k and OpenSSL 0.9.7l [28 Sep 2006]:
459
460       o Introduce limits to prevent malicious key DoS  (CVE-2006-2940)
461       o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343)
462
463   Major changes between OpenSSL 0.9.7j and OpenSSL 0.9.7k [5 Sep 2006]:
464
465       o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339
466
467   Major changes between OpenSSL 0.9.7i and OpenSSL 0.9.7j [4 May 2006]:
468
469       o Visual C++ 2005 fixes.
470       o Update Windows build system for FIPS.
471
472   Major changes between OpenSSL 0.9.7h and OpenSSL 0.9.7i [14 Oct 2005]:
473
474       o Give EVP_MAX_MD_SIZE it's old value, except for a FIPS build.
475
476   Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.7h [11 Oct 2005]:
477
478       o Fix SSL 2.0 Rollback, CVE-2005-2969
479       o Allow use of fixed-length exponent on DSA signing
480       o Default fixed-window RSA, DSA, DH private-key operations
481
482   Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g [11 Apr 2005]:
483
484       o More compilation issues fixed.
485       o Adaptation to more modern Kerberos API.
486       o Enhanced or corrected configuration for Solaris64, Mingw and Cygwin.
487       o Enhanced x86_64 assembler BIGNUM module.
488       o More constification.
489       o Added processing of proxy certificates (RFC 3820).
490
491   Major changes between OpenSSL 0.9.7e and OpenSSL 0.9.7f [22 Mar 2005]:
492
493       o Several compilation issues fixed.
494       o Many memory allocation failure checks added.
495       o Improved comparison of X509 Name type.
496       o Mandatory basic checks on certificates.
497       o Performance improvements.
498
499   Major changes between OpenSSL 0.9.7d and OpenSSL 0.9.7e [25 Oct 2004]:
500
501       o Fix race condition in CRL checking code.
502       o Fixes to PKCS#7 (S/MIME) code.
503
504   Major changes between OpenSSL 0.9.7c and OpenSSL 0.9.7d [17 Mar 2004]:
505
506       o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
507       o Security: Fix null-pointer assignment in do_change_cipher_spec()
508       o Allow multiple active certificates with same subject in CA index
509       o Multiple X509 verification fixes
510       o Speed up HMAC and other operations
511
512   Major changes between OpenSSL 0.9.7b and OpenSSL 0.9.7c [30 Sep 2003]:
513
514       o Security: fix various ASN1 parsing bugs.
515       o New -ignore_err option to OCSP utility.
516       o Various interop and bug fixes in S/MIME code.
517       o SSL/TLS protocol fix for unrequested client certificates.
518
519   Major changes between OpenSSL 0.9.7a and OpenSSL 0.9.7b [10 Apr 2003]:
520
521       o Security: counter the Klima-Pokorny-Rosa extension of
522         Bleichbacher's attack 
523       o Security: make RSA blinding default.
524       o Configuration: Irix fixes, AIX fixes, better mingw support.
525       o Support for new platforms: linux-ia64-ecc.
526       o Build: shared library support fixes.
527       o ASN.1: treat domainComponent correctly.
528       o Documentation: fixes and additions.
529
530   Major changes between OpenSSL 0.9.7 and OpenSSL 0.9.7a [19 Feb 2003]:
531
532       o Security: Important security related bugfixes.
533       o Enhanced compatibility with MIT Kerberos.
534       o Can be built without the ENGINE framework.
535       o IA32 assembler enhancements.
536       o Support for new platforms: FreeBSD/IA64 and FreeBSD/Sparc64.
537       o Configuration: the no-err option now works properly.
538       o SSL/TLS: now handles manual certificate chain building.
539       o SSL/TLS: certain session ID malfunctions corrected.
540
541   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7 [30 Dec 2002]:
542
543       o New library section OCSP.
544       o Complete rewrite of ASN1 code.
545       o CRL checking in verify code and openssl utility.
546       o Extension copying in 'ca' utility.
547       o Flexible display options in 'ca' utility.
548       o Provisional support for international characters with UTF8.
549       o Support for external crypto devices ('engine') is no longer
550         a separate distribution.
551       o New elliptic curve library section.
552       o New AES (Rijndael) library section.
553       o Support for new platforms: Windows CE, Tandem OSS, A/UX, AIX 64-bit,
554         Linux x86_64, Linux 64-bit on Sparc v9
555       o Extended support for some platforms: VxWorks
556       o Enhanced support for shared libraries.
557       o Now only builds PIC code when shared library support is requested.
558       o Support for pkg-config.
559       o Lots of new manuals.
560       o Makes symbolic links to or copies of manuals to cover all described
561         functions.
562       o Change DES API to clean up the namespace (some applications link also
563         against libdes providing similar functions having the same name).
564         Provide macros for backward compatibility (will be removed in the
565         future).
566       o Unify handling of cryptographic algorithms (software and engine)
567         to be available via EVP routines for asymmetric and symmetric ciphers.
568       o NCONF: new configuration handling routines.
569       o Change API to use more 'const' modifiers to improve error checking
570         and help optimizers.
571       o Finally remove references to RSAref.
572       o Reworked parts of the BIGNUM code.
573       o Support for new engines: Broadcom ubsec, Accelerated Encryption
574         Processing, IBM 4758.
575       o A few new engines added in the demos area.
576       o Extended and corrected OID (object identifier) table.
577       o PRNG: query at more locations for a random device, automatic query for
578         EGD style random sources at several locations.
579       o SSL/TLS: allow optional cipher choice according to server's preference.
580       o SSL/TLS: allow server to explicitly set new session ids.
581       o SSL/TLS: support Kerberos cipher suites (RFC2712).
582         Only supports MIT Kerberos for now.
583       o SSL/TLS: allow more precise control of renegotiations and sessions.
584       o SSL/TLS: add callback to retrieve SSL/TLS messages.
585       o SSL/TLS: support AES cipher suites (RFC3268).
586
587   Major changes between OpenSSL 0.9.6j and OpenSSL 0.9.6k [30 Sep 2003]:
588
589       o Security: fix various ASN1 parsing bugs.
590       o SSL/TLS protocol fix for unrequested client certificates.
591
592   Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j [10 Apr 2003]:
593
594       o Security: counter the Klima-Pokorny-Rosa extension of
595         Bleichbacher's attack 
596       o Security: make RSA blinding default.
597       o Build: shared library support fixes.
598
599   Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i [19 Feb 2003]:
600
601       o Important security related bugfixes.
602
603   Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h [5 Dec 2002]:
604
605       o New configuration targets for Tandem OSS and A/UX.
606       o New OIDs for Microsoft attributes.
607       o Better handling of SSL session caching.
608       o Better comparison of distinguished names.
609       o Better handling of shared libraries in a mixed GNU/non-GNU environment.
610       o Support assembler code with Borland C.
611       o Fixes for length problems.
612       o Fixes for uninitialised variables.
613       o Fixes for memory leaks, some unusual crashes and some race conditions.
614       o Fixes for smaller building problems.
615       o Updates of manuals, FAQ and other instructive documents.
616
617   Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g [9 Aug 2002]:
618
619       o Important building fixes on Unix.
620
621   Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f [8 Aug 2002]:
622
623       o Various important bugfixes.
624
625   Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e [30 Jul 2002]:
626
627       o Important security related bugfixes.
628       o Various SSL/TLS library bugfixes.
629
630   Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d [9 May 2002]:
631
632       o Various SSL/TLS library bugfixes.
633       o Fix DH parameter generation for 'non-standard' generators.
634
635   Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c [21 Dec 2001]:
636
637       o Various SSL/TLS library bugfixes.
638       o BIGNUM library fixes.
639       o RSA OAEP and random number generation fixes.
640       o Object identifiers corrected and added.
641       o Add assembler BN routines for IA64.
642       o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8,
643         MIPS Linux; shared library support for Irix, HP-UX.
644       o Add crypto accelerator support for AEP, Baltimore SureWare,
645         Broadcom and Cryptographic Appliance's keyserver
646         [in 0.9.6c-engine release].
647
648   Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b [9 Jul 2001]:
649
650       o Security fix: PRNG improvements.
651       o Security fix: RSA OAEP check.
652       o Security fix: Reinsert and fix countermeasure to Bleichbacher's
653         attack.
654       o MIPS bug fix in BIGNUM.
655       o Bug fix in "openssl enc".
656       o Bug fix in X.509 printing routine.
657       o Bug fix in DSA verification routine and DSA S/MIME verification.
658       o Bug fix to make PRNG thread-safe.
659       o Bug fix in RAND_file_name().
660       o Bug fix in compatibility mode trust settings.
661       o Bug fix in blowfish EVP.
662       o Increase default size for BIO buffering filter.
663       o Compatibility fixes in some scripts.
664
665   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a [5 Apr 2001]:
666
667       o Security fix: change behavior of OpenSSL to avoid using
668         environment variables when running as root.
669       o Security fix: check the result of RSA-CRT to reduce the
670         possibility of deducing the private key from an incorrectly
671         calculated signature.
672       o Security fix: prevent Bleichenbacher's DSA attack.
673       o Security fix: Zero the premaster secret after deriving the
674         master secret in DH ciphersuites.
675       o Reimplement SSL_peek(), which had various problems.
676       o Compatibility fix: the function des_encrypt() renamed to
677         des_encrypt1() to avoid clashes with some Unixen libc.
678       o Bug fixes for Win32, HP/UX and Irix.
679       o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
680         memory checking routines.
681       o Bug fixes for RSA operations in threaded environments.
682       o Bug fixes in misc. openssl applications.
683       o Remove a few potential memory leaks.
684       o Add tighter checks of BIGNUM routines.
685       o Shared library support has been reworked for generality.
686       o More documentation.
687       o New function BN_rand_range().
688       o Add "-rand" option to openssl s_client and s_server.
689
690   Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6 [10 Oct 2000]:
691
692       o Some documentation for BIO and SSL libraries.
693       o Enhanced chain verification using key identifiers.
694       o New sign and verify options to 'dgst' application.
695       o Support for DER and PEM encoded messages in 'smime' application.
696       o New 'rsautl' application, low level RSA utility.
697       o MD4 now included.
698       o Bugfix for SSL rollback padding check.
699       o Support for external crypto devices [1].
700       o Enhanced EVP interface.
701
702     [1] The support for external crypto devices is currently a separate
703         distribution.  See the file README.ENGINE.
704
705   Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a [1 Apr 2000]:
706
707       o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8 
708       o Shared library support for HPUX and Solaris-gcc
709       o Support of Linux/IA64
710       o Assembler support for Mingw32
711       o New 'rand' application
712       o New way to check for existence of algorithms from scripts
713
714   Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5 [25 May 2000]:
715
716       o S/MIME support in new 'smime' command
717       o Documentation for the OpenSSL command line application
718       o Automation of 'req' application
719       o Fixes to make s_client, s_server work under Windows
720       o Support for multiple fieldnames in SPKACs
721       o New SPKAC command line utilty and associated library functions
722       o Options to allow passwords to be obtained from various sources
723       o New public key PEM format and options to handle it
724       o Many other fixes and enhancements to command line utilities
725       o Usable certificate chain verification
726       o Certificate purpose checking
727       o Certificate trust settings
728       o Support of authority information access extension
729       o Extensions in certificate requests
730       o Simplified X509 name and attribute routines
731       o Initial (incomplete) support for international character sets
732       o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
733       o Read only memory BIOs and simplified creation function
734       o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
735         record; allow fragmentation and interleaving of handshake and other
736         data
737       o TLS/SSL code now "tolerates" MS SGC
738       o Work around for Netscape client certificate hang bug
739       o RSA_NULL option that removes RSA patent code but keeps other
740         RSA functionality
741       o Memory leak detection now allows applications to add extra information
742         via a per-thread stack
743       o PRNG robustness improved
744       o EGD support
745       o BIGNUM library bug fixes
746       o Faster DSA parameter generation
747       o Enhanced support for Alpha Linux
748       o Experimental MacOS support
749
750   Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4 [9 Aug 1999]:
751
752       o Transparent support for PKCS#8 format private keys: these are used
753         by several software packages and are more secure than the standard
754         form
755       o PKCS#5 v2.0 implementation
756       o Password callbacks have a new void * argument for application data
757       o Avoid various memory leaks
758       o New pipe-like BIO that allows using the SSL library when actual I/O
759         must be handled by the application (BIO pair)
760
761   Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3 [24 May 1999]:
762       o Lots of enhancements and cleanups to the Configuration mechanism
763       o RSA OEAP related fixes
764       o Added `openssl ca -revoke' option for revoking a certificate
765       o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
766       o Source tree cleanups: removed lots of obsolete files
767       o Thawte SXNet, certificate policies and CRL distribution points
768         extension support
769       o Preliminary (experimental) S/MIME support
770       o Support for ASN.1 UTF8String and VisibleString
771       o Full integration of PKCS#12 code
772       o Sparc assembler bignum implementation, optimized hash functions
773       o Option to disable selected ciphers
774
775   Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b [22 Mar 1999]:
776       o Fixed a security hole related to session resumption
777       o Fixed RSA encryption routines for the p < q case
778       o "ALL" in cipher lists now means "everything except NULL ciphers"
779       o Support for Triple-DES CBCM cipher
780       o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
781       o First support for new TLSv1 ciphers
782       o Added a few new BIOs (syslog BIO, reliable BIO)
783       o Extended support for DSA certificate/keys.
784       o Extended support for Certificate Signing Requests (CSR)
785       o Initial support for X.509v3 extensions
786       o Extended support for compression inside the SSL record layer
787       o Overhauled Win32 builds
788       o Cleanups and fixes to the Big Number (BN) library
789       o Support for ASN.1 GeneralizedTime
790       o Splitted ASN.1 SETs from SEQUENCEs
791       o ASN1 and PEM support for Netscape Certificate Sequences
792       o Overhauled Perl interface
793       o Lots of source tree cleanups.
794       o Lots of memory leak fixes.
795       o Lots of bug fixes.
796
797   Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c [23 Dec 1998]:
798       o Integration of the popular NO_RSA/NO_DSA patches
799       o Initial support for compression inside the SSL record layer
800       o Added BIO proxy and filtering functionality
801       o Extended Big Number (BN) library
802       o Added RIPE MD160 message digest
803       o Addeed support for RC2/64bit cipher
804       o Extended ASN.1 parser routines
805       o Adjustations of the source tree for CVS
806       o Support for various new platforms
807