typo
[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.6 and OpenSSL 0.9.7:
9
10       o New library section OCSP.
11       o Complete rewrite of ASN1 code.
12       o CRL checking in verify code and openssl utility.
13       o Extension copying in 'ca' utility.
14       o Flexible display options in 'ca' utility.
15       o Provisional support for international characters with UTF8.
16       o Support for external crypto devices ('engine') is no longer
17         a separate distribution.
18       o New elliptic curve library section.
19       o New AES (Rijndael) library section.
20       o Support for new platforms: Windows CE, Tandem OSS, A/UX, AIX 64-bit,
21         Linux x86_64
22       o Extended support for some platforms: VxWorks
23       o Enhanced support for shared libraries.
24       o Support for pkg-config.
25       o Lots of new manuals.
26       o Change DES API to clean up the namespace (some applications link also
27         against libdes providing similar functions having the same name).
28         Provide macros for backward compatibility (will be removed in the
29         future).
30       o Unify handling of cryptographic algorithms (software and engine)
31         to be available via EVP routines for asymmetric and symmetric ciphers.
32       o NCONF: new configuration handling routines.
33       o Change API to use more 'const' modifiers to improve error checking
34         and help optimizers.
35       o Finally remove references to RSAref.
36       o Reworked parts of the BIGNUM code.
37       o Support for new engines: Broadcom ubsec, Accelerated Encryption
38         Processing, IBM 4758.
39       o A few new engines added in the demos area.
40       o Extended and corrected OID (object identifier) table.
41       o PRNG: query at more locations for a random device, automatic query for
42         EGD style random sources at several locations.
43       o SSL/TLS: allow optional cipher choice according to server's preference.
44       o SSL/TLS: allow server to explicitly set new session ids.
45       o SSL/TLS: support Kerberos cipher suites (RFC2712).
46         Only supports MIT Kerberos for now.
47       o SSL/TLS: allow more precise control of renegotiations and sessions.
48       o SSL/TLS: add callback to retrieve SSL/TLS messages.
49       o SSL/TLS: support AES cipher suites (RFC3268).
50
51   Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h:
52
53       o New configuration targets for Tandem OSS and A/UX.
54       o New OIDs for Microsoft attributes.
55       o Better handling of SSL session caching.
56       o Better comparison of distinguished names.
57       o Better handling of shared libraries in a mixed GNU/non-GNU environment.
58       o Support assembler code with Borland C.
59       o Fixes for length problems.
60       o Fixes for uninitialised variables.
61       o Fixes for memory leaks, some unusual crashes and some race conditions.
62       o Fixes for smaller building problems.
63       o Updates of manuals, FAQ and other instructive documents.
64
65   Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g:
66
67       o Important building fixes on Unix.
68
69   Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f:
70
71       o Various important bugfixes.
72
73   Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e:
74
75       o Important security related bugfixes.
76       o Various SSL/TLS library bugfixes.
77
78   Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d:
79
80       o Various SSL/TLS library bugfixes.
81       o Fix DH parameter generation for 'non-standard' generators.
82
83   Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c:
84
85       o Various SSL/TLS library bugfixes.
86       o BIGNUM library fixes.
87       o RSA OAEP and random number generation fixes.
88       o Object identifiers corrected and added.
89       o Add assembler BN routines for IA64.
90       o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8,
91         MIPS Linux; shared library support for Irix, HP-UX.
92       o Add crypto accelerator support for AEP, Baltimore SureWare,
93         Broadcom and Cryptographic Appliance's keyserver
94         [in 0.9.6c-engine release].
95
96   Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
97
98       o Security fix: PRNG improvements.
99       o Security fix: RSA OAEP check.
100       o Security fix: Reinsert and fix countermeasure to Bleichbacher's
101         attack.
102       o MIPS bug fix in BIGNUM.
103       o Bug fix in "openssl enc".
104       o Bug fix in X.509 printing routine.
105       o Bug fix in DSA verification routine and DSA S/MIME verification.
106       o Bug fix to make PRNG thread-safe.
107       o Bug fix in RAND_file_name().
108       o Bug fix in compatibility mode trust settings.
109       o Bug fix in blowfish EVP.
110       o Increase default size for BIO buffering filter.
111       o Compatibility fixes in some scripts.
112
113   Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a:
114
115       o Security fix: change behavior of OpenSSL to avoid using
116         environment variables when running as root.
117       o Security fix: check the result of RSA-CRT to reduce the
118         possibility of deducing the private key from an incorrectly
119         calculated signature.
120       o Security fix: prevent Bleichenbacher's DSA attack.
121       o Security fix: Zero the premaster secret after deriving the
122         master secret in DH ciphersuites.
123       o Reimplement SSL_peek(), which had various problems.
124       o Compatibility fix: the function des_encrypt() renamed to
125         des_encrypt1() to avoid clashes with some Unixen libc.
126       o Bug fixes for Win32, HP/UX and Irix.
127       o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
128         memory checking routines.
129       o Bug fixes for RSA operations in threaded environments.
130       o Bug fixes in misc. openssl applications.
131       o Remove a few potential memory leaks.
132       o Add tighter checks of BIGNUM routines.
133       o Shared library support has been reworked for generality.
134       o More documentation.
135       o New function BN_rand_range().
136       o Add "-rand" option to openssl s_client and s_server.
137
138   Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6:
139
140       o Some documentation for BIO and SSL libraries.
141       o Enhanced chain verification using key identifiers.
142       o New sign and verify options to 'dgst' application.
143       o Support for DER and PEM encoded messages in 'smime' application.
144       o New 'rsautl' application, low level RSA utility.
145       o MD4 now included.
146       o Bugfix for SSL rollback padding check.
147       o Support for external crypto devices [1].
148       o Enhanced EVP interface.
149
150     [1] The support for external crypto devices is currently a separate
151         distribution.  See the file README.ENGINE.
152
153   Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a:
154
155       o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8 
156       o Shared library support for HPUX and Solaris-gcc
157       o Support of Linux/IA64
158       o Assembler support for Mingw32
159       o New 'rand' application
160       o New way to check for existence of algorithms from scripts
161
162   Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5:
163
164       o S/MIME support in new 'smime' command
165       o Documentation for the OpenSSL command line application
166       o Automation of 'req' application
167       o Fixes to make s_client, s_server work under Windows
168       o Support for multiple fieldnames in SPKACs
169       o New SPKAC command line utilty and associated library functions
170       o Options to allow passwords to be obtained from various sources
171       o New public key PEM format and options to handle it
172       o Many other fixes and enhancements to command line utilities
173       o Usable certificate chain verification
174       o Certificate purpose checking
175       o Certificate trust settings
176       o Support of authority information access extension
177       o Extensions in certificate requests
178       o Simplified X509 name and attribute routines
179       o Initial (incomplete) support for international character sets
180       o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD
181       o Read only memory BIOs and simplified creation function
182       o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0
183         record; allow fragmentation and interleaving of handshake and other
184         data
185       o TLS/SSL code now "tolerates" MS SGC
186       o Work around for Netscape client certificate hang bug
187       o RSA_NULL option that removes RSA patent code but keeps other
188         RSA functionality
189       o Memory leak detection now allows applications to add extra information
190         via a per-thread stack
191       o PRNG robustness improved
192       o EGD support
193       o BIGNUM library bug fixes
194       o Faster DSA parameter generation
195       o Enhanced support for Alpha Linux
196       o Experimental MacOS support
197
198   Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4:
199
200       o Transparent support for PKCS#8 format private keys: these are used
201         by several software packages and are more secure than the standard
202         form
203       o PKCS#5 v2.0 implementation
204       o Password callbacks have a new void * argument for application data
205       o Avoid various memory leaks
206       o New pipe-like BIO that allows using the SSL library when actual I/O
207         must be handled by the application (BIO pair)
208
209   Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3:
210       o Lots of enhancements and cleanups to the Configuration mechanism
211       o RSA OEAP related fixes
212       o Added `openssl ca -revoke' option for revoking a certificate
213       o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs
214       o Source tree cleanups: removed lots of obsolete files
215       o Thawte SXNet, certificate policies and CRL distribution points
216         extension support
217       o Preliminary (experimental) S/MIME support
218       o Support for ASN.1 UTF8String and VisibleString
219       o Full integration of PKCS#12 code
220       o Sparc assembler bignum implementation, optimized hash functions
221       o Option to disable selected ciphers
222
223   Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b:
224       o Fixed a security hole related to session resumption
225       o Fixed RSA encryption routines for the p < q case
226       o "ALL" in cipher lists now means "everything except NULL ciphers"
227       o Support for Triple-DES CBCM cipher
228       o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA
229       o First support for new TLSv1 ciphers
230       o Added a few new BIOs (syslog BIO, reliable BIO)
231       o Extended support for DSA certificate/keys.
232       o Extended support for Certificate Signing Requests (CSR)
233       o Initial support for X.509v3 extensions
234       o Extended support for compression inside the SSL record layer
235       o Overhauled Win32 builds
236       o Cleanups and fixes to the Big Number (BN) library
237       o Support for ASN.1 GeneralizedTime
238       o Splitted ASN.1 SETs from SEQUENCEs
239       o ASN1 and PEM support for Netscape Certificate Sequences
240       o Overhauled Perl interface
241       o Lots of source tree cleanups.
242       o Lots of memory leak fixes.
243       o Lots of bug fixes.
244
245   Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c:
246       o Integration of the popular NO_RSA/NO_DSA patches
247       o Initial support for compression inside the SSL record layer
248       o Added BIO proxy and filtering functionality
249       o Extended Big Number (BN) library
250       o Added RIPE MD160 message digest
251       o Addeed support for RC2/64bit cipher
252       o Extended ASN.1 parser routines
253       o Adjustations of the source tree for CVS
254       o Support for various new platforms
255