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