Ralf S. Engelschall | 3b52c2e | 1999-03-06 13:53:17 +0000 | [diff] [blame] | 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 | |
Dr. Stephen Henson | ac63b83 | 2007-02-23 13:16:38 +0000 | [diff] [blame^] | 8 | Major changes between OpenSSL 0.9.8d and OpenSSL 0.9.8e: |
| 9 | |
| 10 | o Various ciphersuite selection fixes. |
| 11 | o RFC3779 support. |
| 12 | |
Bodo Möller | 61118ca | 2006-09-28 13:35:01 +0000 | [diff] [blame] | 13 | Major changes between OpenSSL 0.9.8c and OpenSSL 0.9.8d: |
| 14 | |
| 15 | o Introduce limits to prevent malicious key DoS (CVE-2006-2940) |
| 16 | o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343) |
| 17 | o Changes to ciphersuite selection algorithm |
| 18 | |
Bodo Möller | 613e7d2 | 2006-09-06 06:42:11 +0000 | [diff] [blame] | 19 | Major changes between OpenSSL 0.9.8b and OpenSSL 0.9.8c: |
| 20 | |
| 21 | o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339 |
| 22 | o New cipher Camellia |
| 23 | |
| 24 | Major changes between OpenSSL 0.9.8a and OpenSSL 0.9.8b: |
| 25 | |
| 26 | o Cipher string fixes. |
| 27 | o Fixes for VC++ 2005. |
| 28 | o Updated ECC cipher suite support. |
| 29 | o New functions EVP_CIPHER_CTX_new() and EVP_CIPHER_CTX_free(). |
| 30 | o Zlib compression usage fixes. |
| 31 | o Built in dynamic engine compilation support on Win32. |
| 32 | o Fixes auto dynamic engine loading in Win32. |
| 33 | |
Bodo Möller | 72dce76 | 2005-10-26 19:40:45 +0000 | [diff] [blame] | 34 | Major changes between OpenSSL 0.9.8 and OpenSSL 0.9.8a: |
| 35 | |
Mark J. Cox | b79aa05 | 2006-09-05 08:58:03 +0000 | [diff] [blame] | 36 | o Fix potential SSL 2.0 rollback, CVE-2005-2969 |
Bodo Möller | 72dce76 | 2005-10-26 19:40:45 +0000 | [diff] [blame] | 37 | o Extended Windows CE support |
| 38 | |
Richard Levitte | 7017605 | 2005-05-30 22:51:28 +0000 | [diff] [blame] | 39 | Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.8: |
| 40 | |
| 41 | o Major work on the BIGNUM library for higher efficiency and to |
| 42 | make operations more streamlined and less contradictory. This |
| 43 | is the result of a major audit of the BIGNUM library. |
| 44 | o Addition of BIGNUM functions for fields GF(2^m) and NIST |
| 45 | curves, to support the Elliptic Crypto functions. |
| 46 | o Major work on Elliptic Crypto; ECDH and ECDSA added, including |
| 47 | the use through EVP, X509 and ENGINE. |
| 48 | o New ASN.1 mini-compiler that's usable through the OpenSSL |
| 49 | configuration file. |
| 50 | o Added support for ASN.1 indefinite length constructed encoding. |
| 51 | o New PKCS#12 'medium level' API to manipulate PKCS#12 files. |
| 52 | o Complete rework of shared library construction and linking |
| 53 | programs with shared or static libraries, through a separate |
| 54 | Makefile.shared. |
Richard Levitte | c831012 | 2005-07-05 18:36:42 +0000 | [diff] [blame] | 55 | o Rework of the passing of parameters from one Makefile to another. |
Richard Levitte | 7017605 | 2005-05-30 22:51:28 +0000 | [diff] [blame] | 56 | o Changed ENGINE framework to load dynamic engine modules |
| 57 | automatically from specifically given directories. |
| 58 | o New structure and ASN.1 functions for CertificatePair. |
| 59 | o Changed the ZLIB compression method to be stateful. |
| 60 | o Changed the key-generation and primality testing "progress" |
| 61 | mechanism to take a structure that contains the ticker |
| 62 | function and an argument. |
| 63 | o New engine module: GMP (performs private key exponentiation). |
| 64 | o New engine module: VIA PadLOck ACE extension in VIA C3 |
| 65 | Nehemiah processors. |
| 66 | o Added support for IPv6 addresses in certificate extensions. |
| 67 | See RFC 1884, section 2.2. |
| 68 | o Added support for certificate policy mappings, policy |
| 69 | constraints and name constraints. |
| 70 | o Added support for multi-valued AVAs in the OpenSSL |
| 71 | configuration file. |
| 72 | o Added support for multiple certificates with the same subject |
| 73 | in the 'openssl ca' index file. |
| 74 | o Make it possible to create self-signed certificates using |
| 75 | 'openssl ca -selfsign'. |
| 76 | o Make it possible to generate a serial number file with |
| 77 | 'openssl ca -create_serial'. |
| 78 | o New binary search functions with extended functionality. |
| 79 | o New BUF functions. |
| 80 | o New STORE structure and library to provide an interface to all |
| 81 | sorts of data repositories. Supports storage of public and |
| 82 | private keys, certificates, CRLs, numbers and arbitrary blobs. |
| 83 | This library is unfortunately unfinished and unused withing |
| 84 | OpenSSL. |
| 85 | o New control functions for the error stack. |
| 86 | o Changed the PKCS#7 library to support one-pass S/MIME |
| 87 | processing. |
| 88 | o Added the possibility to compile without old deprecated |
| 89 | functionality with the OPENSSL_NO_DEPRECATED macro or the |
| 90 | 'no-deprecated' argument to the config and Configure scripts. |
| 91 | o Constification of all ASN.1 conversion functions, and other |
| 92 | affected functions. |
| 93 | o Improved platform support for PowerPC. |
| 94 | o New FIPS 180-2 algorithms (SHA-224, -256, -384 and -512). |
| 95 | o New X509_VERIFY_PARAM structure to support parametrisation |
| 96 | of X.509 path validation. |
| 97 | o Major overhaul of RC4 performance on Intel P4, IA-64 and |
| 98 | AMD64. |
| 99 | o Changed the Configure script to have some algorithms disabled |
| 100 | by default. Those can be explicitely enabled with the new |
| 101 | argument form 'enable-xxx'. |
| 102 | o Change the default digest in 'openssl' commands from MD5 to |
| 103 | SHA-1. |
Bodo Möller | 613e7d2 | 2006-09-06 06:42:11 +0000 | [diff] [blame] | 104 | o Added support for DTLS. |
Richard Levitte | 7017605 | 2005-05-30 22:51:28 +0000 | [diff] [blame] | 105 | o New BIGNUM blinding. |
| 106 | o Added support for the RSA-PSS encryption scheme |
| 107 | o Added support for the RSA X.931 padding. |
Richard Levitte | c831012 | 2005-07-05 18:36:42 +0000 | [diff] [blame] | 108 | o Added support for BSD sockets on NetWare. |
| 109 | o Added support for files larger than 2GB. |
| 110 | o Added initial support for Win64. |
| 111 | o Added alternate pkg-config files. |
Richard Levitte | 7017605 | 2005-05-30 22:51:28 +0000 | [diff] [blame] | 112 | |
Dr. Stephen Henson | ac63b83 | 2007-02-23 13:16:38 +0000 | [diff] [blame^] | 113 | Major changes between OpenSSL 0.9.7l and OpenSSL 0.9.7m: |
| 114 | |
| 115 | o FIPS 1.1.1 module linking. |
| 116 | o Various ciphersuite selection fixes. |
| 117 | |
Bodo Möller | 61118ca | 2006-09-28 13:35:01 +0000 | [diff] [blame] | 118 | Major changes between OpenSSL 0.9.7k and OpenSSL 0.9.7l: |
| 119 | |
| 120 | o Introduce limits to prevent malicious key DoS (CVE-2006-2940) |
| 121 | o Fix security issues (CVE-2006-2937, CVE-2006-3737, CVE-2006-4343) |
| 122 | |
Bodo Möller | 613e7d2 | 2006-09-06 06:42:11 +0000 | [diff] [blame] | 123 | Major changes between OpenSSL 0.9.7j and OpenSSL 0.9.7k: |
| 124 | |
| 125 | o Fix Daniel Bleichenbacher forged signature attack, CVE-2006-4339 |
| 126 | |
| 127 | Major changes between OpenSSL 0.9.7i and OpenSSL 0.9.7j: |
| 128 | |
| 129 | o Visual C++ 2005 fixes. |
| 130 | o Update Windows build system for FIPS. |
| 131 | |
| 132 | Major changes between OpenSSL 0.9.7h and OpenSSL 0.9.7i: |
| 133 | |
| 134 | o Give EVP_MAX_MD_SIZE it's old value, except for a FIPS build. |
| 135 | |
| 136 | Major changes between OpenSSL 0.9.7g and OpenSSL 0.9.7h: |
| 137 | |
| 138 | o Fix SSL 2.0 Rollback, CVE-2005-2969 |
| 139 | o Allow use of fixed-length exponent on DSA signing |
| 140 | o Default fixed-window RSA, DSA, DH private-key operations |
| 141 | |
Richard Levitte | 36521f0 | 2005-04-11 15:05:45 +0000 | [diff] [blame] | 142 | Major changes between OpenSSL 0.9.7f and OpenSSL 0.9.7g: |
| 143 | |
| 144 | o More compilation issues fixed. |
| 145 | o Adaptation to more modern Kerberos API. |
| 146 | o Enhanced or corrected configuration for Solaris64, Mingw and Cygwin. |
| 147 | o Enhanced x86_64 assembler BIGNUM module. |
| 148 | o More constification. |
| 149 | o Added processing of proxy certificates (RFC 3820). |
| 150 | |
| 151 | Major changes between OpenSSL 0.9.7e and OpenSSL 0.9.7f: |
| 152 | |
| 153 | o Several compilation issues fixed. |
| 154 | o Many memory allocation failure checks added. |
| 155 | o Improved comparison of X509 Name type. |
| 156 | o Mandatory basic checks on certificates. |
| 157 | o Performance improvements. |
| 158 | |
Dr. Stephen Henson | 0338667 | 2004-10-25 17:11:19 +0000 | [diff] [blame] | 159 | Major changes between OpenSSL 0.9.7d and OpenSSL 0.9.7e: |
| 160 | |
| 161 | o Fix race condition in CRL checking code. |
| 162 | o Fixes to PKCS#7 (S/MIME) code. |
| 163 | |
| 164 | Major changes between OpenSSL 0.9.7c and OpenSSL 0.9.7d: |
| 165 | |
| 166 | o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug |
| 167 | o Security: Fix null-pointer assignment in do_change_cipher_spec() |
| 168 | o Allow multiple active certificates with same subject in CA index |
| 169 | o Multiple X509 verification fixes |
| 170 | o Speed up HMAC and other operations |
| 171 | |
Dr. Stephen Henson | 2990244 | 2003-09-30 16:47:33 +0000 | [diff] [blame] | 172 | Major changes between OpenSSL 0.9.7b and OpenSSL 0.9.7c: |
| 173 | |
| 174 | o Security: fix various ASN1 parsing bugs. |
| 175 | o New -ignore_err option to OCSP utility. |
| 176 | o Various interop and bug fixes in S/MIME code. |
| 177 | o SSL/TLS protocol fix for unrequested client certificates. |
| 178 | |
Richard Levitte | 1774e22 | 2003-04-10 19:33:09 +0000 | [diff] [blame] | 179 | Major changes between OpenSSL 0.9.7a and OpenSSL 0.9.7b: |
| 180 | |
| 181 | o Security: counter the Klima-Pokorny-Rosa extension of |
| 182 | Bleichbacher's attack |
| 183 | o Security: make RSA blinding default. |
| 184 | o Configuration: Irix fixes, AIX fixes, better mingw support. |
| 185 | o Support for new platforms: linux-ia64-ecc. |
| 186 | o Build: shared library support fixes. |
| 187 | o ASN.1: treat domainComponent correctly. |
| 188 | o Documentation: fixes and additions. |
| 189 | |
Richard Levitte | d8cbc93 | 2003-02-19 14:02:37 +0000 | [diff] [blame] | 190 | Major changes between OpenSSL 0.9.7 and OpenSSL 0.9.7a: |
| 191 | |
| 192 | o Security: Important security related bugfixes. |
| 193 | o Enhanced compatibility with MIT Kerberos. |
| 194 | o Can be built without the ENGINE framework. |
| 195 | o IA32 assembler enhancements. |
| 196 | o Support for new platforms: FreeBSD/IA64 and FreeBSD/Sparc64. |
| 197 | o Configuration: the no-err option now works properly. |
| 198 | o SSL/TLS: now handles manual certificate chain building. |
| 199 | o SSL/TLS: certain session ID malfunctions corrected. |
| 200 | |
Ulf Möller | 3ba25ee | 2000-12-20 15:42:01 +0000 | [diff] [blame] | 201 | Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.7: |
Richard Levitte | 83f2571 | 2000-11-19 14:10:07 +0000 | [diff] [blame] | 202 | |
| 203 | o New library section OCSP. |
Lutz Jänicke | e4fb497 | 2002-04-11 18:43:52 +0000 | [diff] [blame] | 204 | o Complete rewrite of ASN1 code. |
| 205 | o CRL checking in verify code and openssl utility. |
| 206 | o Extension copying in 'ca' utility. |
| 207 | o Flexible display options in 'ca' utility. |
| 208 | o Provisional support for international characters with UTF8. |
Bodo Möller | 4dec4f6 | 2001-09-11 12:26:56 +0000 | [diff] [blame] | 209 | o Support for external crypto devices ('engine') is no longer |
| 210 | a separate distribution. |
Lutz Jänicke | e4fb497 | 2002-04-11 18:43:52 +0000 | [diff] [blame] | 211 | o New elliptic curve library section. |
| 212 | o New AES (Rijndael) library section. |
Richard Levitte | 1fc73fe | 2002-12-06 00:39:03 +0000 | [diff] [blame] | 213 | o Support for new platforms: Windows CE, Tandem OSS, A/UX, AIX 64-bit, |
Dr. Stephen Henson | 2990244 | 2003-09-30 16:47:33 +0000 | [diff] [blame] | 214 | Linux x86_64, Linux 64-bit on Sparc v9 |
Richard Levitte | 9801fb6 | 2002-11-18 23:58:24 +0000 | [diff] [blame] | 215 | o Extended support for some platforms: VxWorks |
| 216 | o Enhanced support for shared libraries. |
Dr. Stephen Henson | 2990244 | 2003-09-30 16:47:33 +0000 | [diff] [blame] | 217 | o Now only builds PIC code when shared library support is requested. |
Richard Levitte | 9801fb6 | 2002-11-18 23:58:24 +0000 | [diff] [blame] | 218 | o Support for pkg-config. |
| 219 | o Lots of new manuals. |
Dr. Stephen Henson | 2990244 | 2003-09-30 16:47:33 +0000 | [diff] [blame] | 220 | o Makes symbolic links to or copies of manuals to cover all described |
| 221 | functions. |
Lutz Jänicke | e4fb497 | 2002-04-11 18:43:52 +0000 | [diff] [blame] | 222 | o Change DES API to clean up the namespace (some applications link also |
| 223 | against libdes providing similar functions having the same name). |
| 224 | Provide macros for backward compatibility (will be removed in the |
| 225 | future). |
Bodo Möller | ece0bdf | 2002-06-17 13:59:12 +0000 | [diff] [blame] | 226 | o Unify handling of cryptographic algorithms (software and engine) |
| 227 | to be available via EVP routines for asymmetric and symmetric ciphers. |
Lutz Jänicke | e4fb497 | 2002-04-11 18:43:52 +0000 | [diff] [blame] | 228 | o NCONF: new configuration handling routines. |
| 229 | o Change API to use more 'const' modifiers to improve error checking |
| 230 | and help optimizers. |
| 231 | o Finally remove references to RSAref. |
| 232 | o Reworked parts of the BIGNUM code. |
| 233 | o Support for new engines: Broadcom ubsec, Accelerated Encryption |
| 234 | Processing, IBM 4758. |
Richard Levitte | 9801fb6 | 2002-11-18 23:58:24 +0000 | [diff] [blame] | 235 | o A few new engines added in the demos area. |
Lutz Jänicke | e1f7ea2 | 2002-06-12 20:46:38 +0000 | [diff] [blame] | 236 | o Extended and corrected OID (object identifier) table. |
Lutz Jänicke | e4fb497 | 2002-04-11 18:43:52 +0000 | [diff] [blame] | 237 | o PRNG: query at more locations for a random device, automatic query for |
| 238 | EGD style random sources at several locations. |
| 239 | o SSL/TLS: allow optional cipher choice according to server's preference. |
| 240 | o SSL/TLS: allow server to explicitly set new session ids. |
| 241 | o SSL/TLS: support Kerberos cipher suites (RFC2712). |
Richard Levitte | 1fc73fe | 2002-12-06 00:39:03 +0000 | [diff] [blame] | 242 | Only supports MIT Kerberos for now. |
Lutz Jänicke | e4fb497 | 2002-04-11 18:43:52 +0000 | [diff] [blame] | 243 | o SSL/TLS: allow more precise control of renegotiations and sessions. |
| 244 | o SSL/TLS: add callback to retrieve SSL/TLS messages. |
Bodo Möller | ea4f109 | 2002-07-04 08:51:09 +0000 | [diff] [blame] | 245 | o SSL/TLS: support AES cipher suites (RFC3268). |
Lutz Jänicke | e4fb497 | 2002-04-11 18:43:52 +0000 | [diff] [blame] | 246 | |
Dr. Stephen Henson | 2990244 | 2003-09-30 16:47:33 +0000 | [diff] [blame] | 247 | Major changes between OpenSSL 0.9.6j and OpenSSL 0.9.6k: |
| 248 | |
| 249 | o Security: fix various ASN1 parsing bugs. |
| 250 | o SSL/TLS protocol fix for unrequested client certificates. |
| 251 | |
Richard Levitte | 138f970 | 2003-04-10 20:38:24 +0000 | [diff] [blame] | 252 | Major changes between OpenSSL 0.9.6i and OpenSSL 0.9.6j: |
| 253 | |
| 254 | o Security: counter the Klima-Pokorny-Rosa extension of |
| 255 | Bleichbacher's attack |
| 256 | o Security: make RSA blinding default. |
| 257 | o Build: shared library support fixes. |
| 258 | |
Richard Levitte | d8cbc93 | 2003-02-19 14:02:37 +0000 | [diff] [blame] | 259 | Major changes between OpenSSL 0.9.6h and OpenSSL 0.9.6i: |
| 260 | |
| 261 | o Important security related bugfixes. |
| 262 | |
Richard Levitte | 9801fb6 | 2002-11-18 23:58:24 +0000 | [diff] [blame] | 263 | Major changes between OpenSSL 0.9.6g and OpenSSL 0.9.6h: |
| 264 | |
| 265 | o New configuration targets for Tandem OSS and A/UX. |
| 266 | o New OIDs for Microsoft attributes. |
| 267 | o Better handling of SSL session caching. |
| 268 | o Better comparison of distinguished names. |
| 269 | o Better handling of shared libraries in a mixed GNU/non-GNU environment. |
| 270 | o Support assembler code with Borland C. |
| 271 | o Fixes for length problems. |
| 272 | o Fixes for uninitialised variables. |
| 273 | o Fixes for memory leaks, some unusual crashes and some race conditions. |
| 274 | o Fixes for smaller building problems. |
| 275 | o Updates of manuals, FAQ and other instructive documents. |
| 276 | |
Richard Levitte | 3696908 | 2002-08-12 06:54:54 +0000 | [diff] [blame] | 277 | Major changes between OpenSSL 0.9.6f and OpenSSL 0.9.6g: |
| 278 | |
| 279 | o Important building fixes on Unix. |
| 280 | |
Richard Levitte | fbe792f | 2002-08-08 22:55:28 +0000 | [diff] [blame] | 281 | Major changes between OpenSSL 0.9.6e and OpenSSL 0.9.6f: |
| 282 | |
| 283 | o Various important bugfixes. |
| 284 | |
Lutz Jänicke | b218af2 | 2002-07-30 11:32:47 +0000 | [diff] [blame] | 285 | Major changes between OpenSSL 0.9.6d and OpenSSL 0.9.6e: |
| 286 | |
| 287 | o Important security related bugfixes. |
| 288 | o Various SSL/TLS library bugfixes. |
| 289 | |
Lutz Jänicke | 151457a | 2002-04-18 08:11:31 +0000 | [diff] [blame] | 290 | Major changes between OpenSSL 0.9.6c and OpenSSL 0.9.6d: |
Lutz Jänicke | e4fb497 | 2002-04-11 18:43:52 +0000 | [diff] [blame] | 291 | |
| 292 | o Various SSL/TLS library bugfixes. |
| 293 | o Fix DH parameter generation for 'non-standard' generators. |
Bodo Möller | 4dec4f6 | 2001-09-11 12:26:56 +0000 | [diff] [blame] | 294 | |
Lutz Jänicke | 151457a | 2002-04-18 08:11:31 +0000 | [diff] [blame] | 295 | Major changes between OpenSSL 0.9.6b and OpenSSL 0.9.6c: |
Bodo Möller | ae52ec9 | 2001-11-12 11:28:15 +0000 | [diff] [blame] | 296 | |
| 297 | o Various SSL/TLS library bugfixes. |
| 298 | o BIGNUM library fixes. |
Richard Levitte | ef5f6a0 | 2001-12-20 16:58:26 +0000 | [diff] [blame] | 299 | o RSA OAEP and random number generation fixes. |
| 300 | o Object identifiers corrected and added. |
| 301 | o Add assembler BN routines for IA64. |
| 302 | o Add support for OS/390 Unix, UnixWare with gcc, OpenUNIX 8, |
| 303 | MIPS Linux; shared library support for Irix, HP-UX. |
Mark J. Cox | a3790c0 | 2001-11-12 20:30:01 +0000 | [diff] [blame] | 304 | o Add crypto accelerator support for AEP, Baltimore SureWare, |
Richard Levitte | ef5f6a0 | 2001-12-20 16:58:26 +0000 | [diff] [blame] | 305 | Broadcom and Cryptographic Appliance's keyserver |
| 306 | [in 0.9.6c-engine release]. |
Bodo Möller | ae52ec9 | 2001-11-12 11:28:15 +0000 | [diff] [blame] | 307 | |
Lutz Jänicke | 151457a | 2002-04-18 08:11:31 +0000 | [diff] [blame] | 308 | Major changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b: |
Bodo Möller | 4dec4f6 | 2001-09-11 12:26:56 +0000 | [diff] [blame] | 309 | |
| 310 | o Security fix: PRNG improvements. |
| 311 | o Security fix: RSA OAEP check. |
| 312 | o Security fix: Reinsert and fix countermeasure to Bleichbacher's |
| 313 | attack. |
| 314 | o MIPS bug fix in BIGNUM. |
| 315 | o Bug fix in "openssl enc". |
| 316 | o Bug fix in X.509 printing routine. |
| 317 | o Bug fix in DSA verification routine and DSA S/MIME verification. |
| 318 | o Bug fix to make PRNG thread-safe. |
| 319 | o Bug fix in RAND_file_name(). |
| 320 | o Bug fix in compatibility mode trust settings. |
| 321 | o Bug fix in blowfish EVP. |
| 322 | o Increase default size for BIO buffering filter. |
| 323 | o Compatibility fixes in some scripts. |
Richard Levitte | 83f2571 | 2000-11-19 14:10:07 +0000 | [diff] [blame] | 324 | |
Richard Levitte | 7cdd2aa | 2001-03-28 13:36:13 +0000 | [diff] [blame] | 325 | Major changes between OpenSSL 0.9.6 and OpenSSL 0.9.6a: |
| 326 | |
| 327 | o Security fix: change behavior of OpenSSL to avoid using |
| 328 | environment variables when running as root. |
| 329 | o Security fix: check the result of RSA-CRT to reduce the |
| 330 | possibility of deducing the private key from an incorrectly |
| 331 | calculated signature. |
| 332 | o Security fix: prevent Bleichenbacher's DSA attack. |
| 333 | o Security fix: Zero the premaster secret after deriving the |
| 334 | master secret in DH ciphersuites. |
Bodo Möller | 4fea814 | 2001-03-30 10:46:15 +0000 | [diff] [blame] | 335 | o Reimplement SSL_peek(), which had various problems. |
Richard Levitte | 307bf4d | 2001-03-29 15:15:10 +0000 | [diff] [blame] | 336 | o Compatibility fix: the function des_encrypt() renamed to |
| 337 | des_encrypt1() to avoid clashes with some Unixen libc. |
Richard Levitte | 7cdd2aa | 2001-03-28 13:36:13 +0000 | [diff] [blame] | 338 | o Bug fixes for Win32, HP/UX and Irix. |
| 339 | o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and |
| 340 | memory checking routines. |
Lutz Jänicke | 5012158 | 2002-07-10 17:34:54 +0000 | [diff] [blame] | 341 | o Bug fixes for RSA operations in threaded environments. |
Richard Levitte | 7cdd2aa | 2001-03-28 13:36:13 +0000 | [diff] [blame] | 342 | o Bug fixes in misc. openssl applications. |
| 343 | o Remove a few potential memory leaks. |
| 344 | o Add tighter checks of BIGNUM routines. |
| 345 | o Shared library support has been reworked for generality. |
| 346 | o More documentation. |
Bodo Möller | 4fea814 | 2001-03-30 10:46:15 +0000 | [diff] [blame] | 347 | o New function BN_rand_range(). |
Richard Levitte | 7cdd2aa | 2001-03-28 13:36:13 +0000 | [diff] [blame] | 348 | o Add "-rand" option to openssl s_client and s_server. |
| 349 | |
Dr. Stephen Henson | 4e87e05 | 2000-09-20 00:50:25 +0000 | [diff] [blame] | 350 | Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6: |
| 351 | |
| 352 | o Some documentation for BIO and SSL libraries. |
| 353 | o Enhanced chain verification using key identifiers. |
| 354 | o New sign and verify options to 'dgst' application. |
| 355 | o Support for DER and PEM encoded messages in 'smime' application. |
| 356 | o New 'rsautl' application, low level RSA utility. |
Bodo Möller | b38d84d | 2000-09-20 15:22:02 +0000 | [diff] [blame] | 357 | o MD4 now included. |
| 358 | o Bugfix for SSL rollback padding check. |
Bodo Möller | 4dec4f6 | 2001-09-11 12:26:56 +0000 | [diff] [blame] | 359 | o Support for external crypto devices [1]. |
Ulf Möller | fda05b2 | 2000-09-23 19:08:16 +0000 | [diff] [blame] | 360 | o Enhanced EVP interface. |
Richard Levitte | b22bda2 | 2000-09-20 15:52:26 +0000 | [diff] [blame] | 361 | |
Bodo Möller | 4dec4f6 | 2001-09-11 12:26:56 +0000 | [diff] [blame] | 362 | [1] The support for external crypto devices is currently a separate |
| 363 | distribution. See the file README.ENGINE. |
| 364 | |
Richard Levitte | 35a79ec | 2000-03-20 09:23:05 +0000 | [diff] [blame] | 365 | Major changes between OpenSSL 0.9.5 and OpenSSL 0.9.5a: |
| 366 | |
Ulf Möller | b7a81df | 2000-03-20 12:17:20 +0000 | [diff] [blame] | 367 | o Bug fixes for Win32, SuSE Linux, NeXTSTEP and FreeBSD 2.2.8 |
Richard Levitte | 35a79ec | 2000-03-20 09:23:05 +0000 | [diff] [blame] | 368 | o Shared library support for HPUX and Solaris-gcc |
| 369 | o Support of Linux/IA64 |
Ulf Möller | b7a81df | 2000-03-20 12:17:20 +0000 | [diff] [blame] | 370 | o Assembler support for Mingw32 |
Richard Levitte | 35a79ec | 2000-03-20 09:23:05 +0000 | [diff] [blame] | 371 | o New 'rand' application |
| 372 | o New way to check for existence of algorithms from scripts |
| 373 | |
Ulf Möller | 0c23524 | 2000-01-27 19:29:23 +0000 | [diff] [blame] | 374 | Major changes between OpenSSL 0.9.4 and OpenSSL 0.9.5: |
| 375 | |
Dr. Stephen Henson | 90644dd | 2000-01-28 01:35:31 +0000 | [diff] [blame] | 376 | o S/MIME support in new 'smime' command |
Ulf Möller | 0c23524 | 2000-01-27 19:29:23 +0000 | [diff] [blame] | 377 | o Documentation for the OpenSSL command line application |
Dr. Stephen Henson | 90644dd | 2000-01-28 01:35:31 +0000 | [diff] [blame] | 378 | o Automation of 'req' application |
| 379 | o Fixes to make s_client, s_server work under Windows |
| 380 | o Support for multiple fieldnames in SPKACs |
| 381 | o New SPKAC command line utilty and associated library functions |
Dr. Stephen Henson | ae1bb4e | 2000-02-19 00:46:02 +0000 | [diff] [blame] | 382 | o Options to allow passwords to be obtained from various sources |
Dr. Stephen Henson | 90644dd | 2000-01-28 01:35:31 +0000 | [diff] [blame] | 383 | o New public key PEM format and options to handle it |
| 384 | o Many other fixes and enhancements to command line utilities |
| 385 | o Usable certificate chain verification |
| 386 | o Certificate purpose checking |
| 387 | o Certificate trust settings |
| 388 | o Support of authority information access extension |
| 389 | o Extensions in certificate requests |
| 390 | o Simplified X509 name and attribute routines |
Dr. Stephen Henson | ae1bb4e | 2000-02-19 00:46:02 +0000 | [diff] [blame] | 391 | o Initial (incomplete) support for international character sets |
Dr. Stephen Henson | 90644dd | 2000-01-28 01:35:31 +0000 | [diff] [blame] | 392 | o New DH_METHOD, DSA_METHOD and enhanced RSA_METHOD |
| 393 | o Read only memory BIOs and simplified creation function |
Bodo Möller | 8bd5b79 | 2000-02-21 10:40:36 +0000 | [diff] [blame] | 394 | o TLS/SSL protocol bugfixes: Accept TLS 'client hello' in SSL 3.0 |
| 395 | record; allow fragmentation and interleaving of handshake and other |
| 396 | data |
Dr. Stephen Henson | 90644dd | 2000-01-28 01:35:31 +0000 | [diff] [blame] | 397 | o TLS/SSL code now "tolerates" MS SGC |
Bodo Möller | 8bd5b79 | 2000-02-21 10:40:36 +0000 | [diff] [blame] | 398 | o Work around for Netscape client certificate hang bug |
Dr. Stephen Henson | 90644dd | 2000-01-28 01:35:31 +0000 | [diff] [blame] | 399 | o RSA_NULL option that removes RSA patent code but keeps other |
| 400 | RSA functionality |
Bodo Möller | 07e6dbd | 2000-01-28 21:26:30 +0000 | [diff] [blame] | 401 | o Memory leak detection now allows applications to add extra information |
| 402 | via a per-thread stack |
| 403 | o PRNG robustness improved |
Ulf Möller | 4d524e1 | 2000-02-24 11:55:57 +0000 | [diff] [blame] | 404 | o EGD support |
Ulf Möller | 6d9ca50 | 2000-02-06 16:35:59 +0000 | [diff] [blame] | 405 | o BIGNUM library bug fixes |
Ulf Möller | 4d524e1 | 2000-02-24 11:55:57 +0000 | [diff] [blame] | 406 | o Faster DSA parameter generation |
Ulf Möller | 74235cc | 2000-01-30 22:16:47 +0000 | [diff] [blame] | 407 | o Enhanced support for Alpha Linux |
| 408 | o Experimental MacOS support |
Ulf Möller | 0c23524 | 2000-01-27 19:29:23 +0000 | [diff] [blame] | 409 | |
Dr. Stephen Henson | ed7f60f | 1999-08-06 21:47:09 +0000 | [diff] [blame] | 410 | Major changes between OpenSSL 0.9.3 and OpenSSL 0.9.4: |
| 411 | |
| 412 | o Transparent support for PKCS#8 format private keys: these are used |
Bodo Möller | c97cbcb | 1999-08-07 02:46:49 +0000 | [diff] [blame] | 413 | by several software packages and are more secure than the standard |
| 414 | form |
| 415 | o PKCS#5 v2.0 implementation |
| 416 | o Password callbacks have a new void * argument for application data |
| 417 | o Avoid various memory leaks |
| 418 | o New pipe-like BIO that allows using the SSL library when actual I/O |
| 419 | must be handled by the application (BIO pair) |
Dr. Stephen Henson | ed7f60f | 1999-08-06 21:47:09 +0000 | [diff] [blame] | 420 | |
Ralf S. Engelschall | 8e8a8a5 | 1999-05-01 14:47:08 +0000 | [diff] [blame] | 421 | Major changes between OpenSSL 0.9.2b and OpenSSL 0.9.3: |
Ulf Möller | 9de649f | 1999-05-04 11:17:11 +0000 | [diff] [blame] | 422 | o Lots of enhancements and cleanups to the Configuration mechanism |
| 423 | o RSA OEAP related fixes |
Ralf S. Engelschall | 8e8a8a5 | 1999-05-01 14:47:08 +0000 | [diff] [blame] | 424 | o Added `openssl ca -revoke' option for revoking a certificate |
| 425 | o Source cleanups: const correctness, type-safe stacks and ASN.1 SETs |
| 426 | o Source tree cleanups: removed lots of obsolete files |
Dr. Stephen Henson | 703126f | 1999-05-17 20:05:36 +0000 | [diff] [blame] | 427 | o Thawte SXNet, certificate policies and CRL distribution points |
Bodo Möller | a03dd7a | 1999-05-17 20:36:08 +0000 | [diff] [blame] | 428 | extension support |
Dr. Stephen Henson | 703126f | 1999-05-17 20:05:36 +0000 | [diff] [blame] | 429 | o Preliminary (experimental) S/MIME support |
| 430 | o Support for ASN.1 UTF8String and VisibleString |
| 431 | o Full integration of PKCS#12 code |
Ulf Möller | 2cf9fcd | 1999-05-17 15:03:43 +0000 | [diff] [blame] | 432 | o Sparc assembler bignum implementation, optimized hash functions |
Ulf Möller | b0759f8 | 1999-05-18 16:40:40 +0000 | [diff] [blame] | 433 | o Option to disable selected ciphers |
Ralf S. Engelschall | 8e8a8a5 | 1999-05-01 14:47:08 +0000 | [diff] [blame] | 434 | |
Ralf S. Engelschall | d343d27 | 1999-03-23 07:33:13 +0000 | [diff] [blame] | 435 | Major changes between OpenSSL 0.9.1c and OpenSSL 0.9.2b: |
Ralf S. Engelschall | 738769f | 1999-03-22 15:38:12 +0000 | [diff] [blame] | 436 | o Fixed a security hole related to session resumption |
| 437 | o Fixed RSA encryption routines for the p < q case |
| 438 | o "ALL" in cipher lists now means "everything except NULL ciphers" |
Ralf S. Engelschall | 3b52c2e | 1999-03-06 13:53:17 +0000 | [diff] [blame] | 439 | o Support for Triple-DES CBCM cipher |
| 440 | o Support of Optimal Asymmetric Encryption Padding (OAEP) for RSA |
| 441 | o First support for new TLSv1 ciphers |
| 442 | o Added a few new BIOs (syslog BIO, reliable BIO) |
| 443 | o Extended support for DSA certificate/keys. |
Ralf S. Engelschall | 03e20a1 | 1999-03-06 14:41:24 +0000 | [diff] [blame] | 444 | o Extended support for Certificate Signing Requests (CSR) |
Ralf S. Engelschall | 3b52c2e | 1999-03-06 13:53:17 +0000 | [diff] [blame] | 445 | o Initial support for X.509v3 extensions |
| 446 | o Extended support for compression inside the SSL record layer |
| 447 | o Overhauled Win32 builds |
| 448 | o Cleanups and fixes to the Big Number (BN) library |
| 449 | o Support for ASN.1 GeneralizedTime |
| 450 | o Splitted ASN.1 SETs from SEQUENCEs |
| 451 | o ASN1 and PEM support for Netscape Certificate Sequences |
| 452 | o Overhauled Perl interface |
| 453 | o Lots of source tree cleanups. |
| 454 | o Lots of memory leak fixes. |
| 455 | o Lots of bug fixes. |
| 456 | |
| 457 | Major changes between SSLeay 0.9.0b and OpenSSL 0.9.1c: |
| 458 | o Integration of the popular NO_RSA/NO_DSA patches |
| 459 | o Initial support for compression inside the SSL record layer |
| 460 | o Added BIO proxy and filtering functionality |
| 461 | o Extended Big Number (BN) library |
| 462 | o Added RIPE MD160 message digest |
| 463 | o Addeed support for RC2/64bit cipher |
| 464 | o Extended ASN.1 parser routines |
| 465 | o Adjustations of the source tree for CVS |
| 466 | o Support for various new platforms |
| 467 | |