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