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