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