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