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