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