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