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