]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
If legacy renegotiation is not permitted then send a fatal alert if a patched
[thirdparty/openssl.git] / CHANGES
CommitLineData
81a6c781 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
480af99e 5 Changes between 1.0.0 and 1.1.0 [xx XXX xxxx]
aaf35f11 6
5e631217
DSH
7 *) Add an "external" session cache for debugging purposes to s_server. This
8 should help trace issues which normally are only apparent in deployed
9 multi-process servers.
10 [Steve Henson]
11
637f374a
DSH
12 *) Initial TLSv1.1 support. Since TLSv1.1 is very similar to TLS v1.0 only
13 a few changes are required:
14
15 Add SSL_OP_NO_TLSv1_1 flag.
16 Add TLSv1_1 methods.
17 Update version checking logic to handle version 1.1.
18 Add explicit IV handling (ported from DTLS code).
19 Add command line options to s_client/s_server.
20 [Steve Henson]
21
d2a53c22
DSH
22 *) Experiemental password based recipient info support for CMS library:
23 implementing RFC3211.
24 [Steve Henson]
25
3d63b396
DSH
26 *) Split password based encryption into PBES2 and PBKDF2 functions. This
27 neatly separates the code into cipher and PBE sections and is required
28 for some algorithms that split PBES2 into separate pieces (such as
29 password based CMS).
18e503f3
DSH
30 [Steve Henson]
31
b6dcdbfc
DSH
32 *) Extensive audit of libcrypto with DEBUG_UNUSED. Fix many cases where
33 return value is ignored. NB. The functions RAND_add(), RAND_seed(),
34 BIO_set_cipher() and some obscure PEM functions were changed so they
35 can now return an error. The RAND changes required a change to the
36 RAND_METHOD structure.
37 [Steve Henson]
38
acf20c7d
DSH
39 *) New macro __owur for "OpenSSL Warn Unused Result". This makes use of
40 a gcc attribute to warn if the result of a function is ignored. This
41 is enable if DEBUG_UNUSED is set. Add to several functions in evp.h
42 whose return value is often ignored.
43 [Steve Henson]
44
480af99e 45 Changes between 0.9.8m (?) and 1.0.0 [xx XXX xxxx]
3d63b396 46
0e0c6821
DSH
47 *) Add new -subject_hash_old and -issuer_hash_old options to x509 utility to
48 output hashes compatible with older versions of OpenSSL.
49 [Willy Weisz <weisz@vcpc.univie.ac.at>]
50
e6f418bc
DSH
51 *) Fix compression algorithm handling: if resuming a session use the
52 compression algorithm of the resumed session instead of determining
53 it from client hello again. Don't allow server to change algorithm.
54 [Steve Henson]
55
7427379e
BM
56 *) Constify crypto/cast (i.e., <openssl/cast.h>): a CAST_KEY doesn't
57 change when encrypting or decrypting.
58 [Bodo Moeller]
59
3d63b396
DSH
60 *) Add load_crls() function to apps tidying load_certs() too. Add option
61 to verify utility to allow additional CRLs to be included.
62 [Steve Henson]
63
64 *) Update OCSP request code to permit adding custom headers to the request:
65 some responders need this.
66 [Steve Henson]
67
a25f33d2
DSH
68 *) The function EVP_PKEY_sign() returns <=0 on error: check return code
69 correctly.
70 [Julia Lawall <julia@diku.dk>]
71
17716680
DSH
72 *) Update verify callback code in apps/s_cb.c and apps/verify.c, it
73 needlessly dereferenced structures, used obsolete functions and
74 didn't handle all updated verify codes correctly.
75 [Steve Henson]
76
480af99e 77 *) Disable MD2 in the default configuration.
0e4bc563
DSH
78 [Steve Henson]
79
e30dd20c
DSH
80 *) In BIO_pop() and BIO_push() use the ctrl argument (which was NULL) to
81 indicate the initial BIO being pushed or popped. This makes it possible
82 to determine whether the BIO is the one explicitly called or as a result
83 of the ctrl being passed down the chain. Fix BIO_pop() and SSL BIOs so
84 it handles reference counts correctly and doesn't zero out the I/O bio
85 when it is not being explicitly popped. WARNING: applications which
86 included workarounds for the old buggy behaviour will need to be modified
87 or they could free up already freed BIOs.
88 [Steve Henson]
89
480af99e
BM
90 *) Extend the uni2asc/asc2uni => OPENSSL_uni2asc/OPENSSL_asc2uni
91 renaming to all platforms (within the 0.9.8 branch, this was
92 done conditionally on Netware platforms to avoid a name clash).
c05353c5
DSH
93 [Guenter <lists@gknw.net>]
94
d741ccad
DSH
95 *) Add ECDHE and PSK support to DTLS.
96 [Michael Tuexen <tuexen@fh-muenster.de>]
97
5f8f94a6
DSH
98 *) Add CHECKED_STACK_OF macro to safestack.h, otherwise safestack can't
99 be used on C++.
100 [Steve Henson]
101
e5fa864f
DSH
102 *) Add "missing" function EVP_MD_flags() (without this the only way to
103 retrieve a digest flags is by accessing the structure directly. Update
104 EVP_MD_do_all*() and EVP_CIPHER_do_all*() to include the name a digest
105 or cipher is registered as in the "from" argument. Print out all
106 registered digests in the dgst usage message instead of manually
107 attempting to work them out.
108 [Steve Henson]
109
22c98d4a
DSH
110 *) If no SSLv2 ciphers are used don't use an SSLv2 compatible client hello:
111 this allows the use of compression and extensions. Change default cipher
112 string to remove SSLv2 ciphersuites. This effectively avoids ancient SSLv2
113 by default unless an application cipher string requests it.
114 [Steve Henson]
115
14023fe3
DSH
116 *) Alter match criteria in PKCS12_parse(). It used to try to use local
117 key ids to find matching certificates and keys but some PKCS#12 files
118 don't follow the (somewhat unwritten) rules and this strategy fails.
119 Now just gather all certificates together and the first private key
120 then look for the first certificate that matches the key.
121 [Steve Henson]
122
aaf35f11
DSH
123 *) Support use of registered digest and cipher names for dgst and cipher
124 commands instead of having to add each one as a special case. So now
125 you can do:
126
127 openssl sha256 foo
128
129 as well as:
130
131 openssl dgst -sha256 foo
132
133 and this works for ENGINE based algorithms too.
134
135 [Steve Henson]
3ff55e96 136
b6af2c7e
DSH
137 *) Update Gost ENGINE to support parameter files.
138 [Victor B. Wagner <vitus@cryptocom.ru>]
139
33ab2e31
DSH
140 *) Support GeneralizedTime in ca utility.
141 [Oliver Martin <oliver@volatilevoid.net>, Steve Henson]
142
c2c99e28
DSH
143 *) Enhance the hash format used for certificate directory links. The new
144 form uses the canonical encoding (meaning equivalent names will work
145 even if they aren't identical) and uses SHA1 instead of MD5. This form
146 is incompatible with the older format and as a result c_rehash should
147 be used to rebuild symbolic links.
148 [Steve Henson]
149
8125d9f9
DSH
150 *) Make PKCS#8 the default write format for private keys, replacing the
151 traditional format. This form is standardised, more secure and doesn't
152 include an implicit MD5 dependency.
153 [Steve Henson]
154
363bd0b4
DSH
155 *) Add a $gcc_devteam_warn option to Configure. The idea is that any code
156 committed to OpenSSL should pass this lot as a minimum.
157 [Steve Henson]
158
12bf56c0
DSH
159 *) Add session ticket override functionality for use by EAP-FAST.
160 [Jouni Malinen <j@w1.fi>]
161
87d52468
DSH
162 *) Modify HMAC functions to return a value. Since these can be implemented
163 in an ENGINE errors can occur.
164 [Steve Henson]
165
1ea6472e
BL
166 *) Type-checked OBJ_bsearch_ex.
167 [Ben Laurie]
168
babb3798
BL
169 *) Type-checked OBJ_bsearch. Also some constification necessitated
170 by type-checking. Still to come: TXT_DB, bsearch(?),
171 OBJ_bsearch_ex, qsort, CRYPTO_EX_DATA, ASN1_VALUE, ASN1_STRING,
1ea6472e
BL
172 CONF_VALUE.
173 [Ben Laurie]
babb3798 174
87d3a0cd
DSH
175 *) New function OPENSSL_gmtime_adj() to add a specific number of days and
176 seconds to a tm structure directly, instead of going through OS
177 specific date routines. This avoids any issues with OS routines such
178 as the year 2038 bug. New *_adj() functions for ASN1 time structures
179 and X509_time_adj_ex() to cover the extended range. The existing
180 X509_time_adj() is still usable and will no longer have any date issues.
181 [Steve Henson]
182
d43c4497
DSH
183 *) Delta CRL support. New use deltas option which will attempt to locate
184 and search any appropriate delta CRLs available.
185
186 This work was sponsored by Google.
187 [Steve Henson]
188
4b96839f
DSH
189 *) Support for CRLs partitioned by reason code. Reorganise CRL processing
190 code and add additional score elements. Validate alternate CRL paths
191 as part of the CRL checking and indicate a new error "CRL path validation
192 error" in this case. Applications wanting additional details can use
193 the verify callback and check the new "parent" field. If this is not
194 NULL CRL path validation is taking place. Existing applications wont
195 see this because it requires extended CRL support which is off by
196 default.
197
198 This work was sponsored by Google.
199 [Steve Henson]
200
249a77f5
DSH
201 *) Support for freshest CRL extension.
202
203 This work was sponsored by Google.
204 [Steve Henson]
205
d0fff69d
DSH
206 *) Initial indirect CRL support. Currently only supported in the CRLs
207 passed directly and not via lookup. Process certificate issuer
208 CRL entry extension and lookup CRL entries by bother issuer name
4b96839f 209 and serial number. Check and process CRL issuer entry in IDP extension.
d0fff69d
DSH
210
211 This work was sponsored by Google.
212 [Steve Henson]
213
9d84d4ed
DSH
214 *) Add support for distinct certificate and CRL paths. The CRL issuer
215 certificate is validated separately in this case. Only enabled if
216 an extended CRL support flag is set: this flag will enable additional
217 CRL functionality in future.
218
219 This work was sponsored by Google.
220 [Steve Henson]
9d84d4ed 221
002e66c0
DSH
222 *) Add support for policy mappings extension.
223
224 This work was sponsored by Google.
225 [Steve Henson]
226
e9746e03
DSH
227 *) Fixes to pathlength constraint, self issued certificate handling,
228 policy processing to align with RFC3280 and PKITS tests.
229
230 This work was sponsored by Google.
231 [Steve Henson]
232
233 *) Support for name constraints certificate extension. DN, email, DNS
234 and URI types are currently supported.
235
236 This work was sponsored by Google.
237 [Steve Henson]
238
4c329696
GT
239 *) To cater for systems that provide a pointer-based thread ID rather
240 than numeric, deprecate the current numeric thread ID mechanism and
241 replace it with a structure and associated callback type. This
242 mechanism allows a numeric "hash" to be extracted from a thread ID in
243 either case, and on platforms where pointers are larger than 'long',
244 mixing is done to help ensure the numeric 'hash' is usable even if it
245 can't be guaranteed unique. The default mechanism is to use "&errno"
246 as a pointer-based thread ID to distinguish between threads.
247
248 Applications that want to provide their own thread IDs should now use
249 CRYPTO_THREADID_set_callback() to register a callback that will call
250 either CRYPTO_THREADID_set_numeric() or CRYPTO_THREADID_set_pointer().
251
2ecd2ede
BM
252 Note that ERR_remove_state() is now deprecated, because it is tied
253 to the assumption that thread IDs are numeric. ERR_remove_state(0)
254 to free the current thread's error state should be replaced by
255 ERR_remove_thread_state(NULL).
256
4c329696
GT
257 (This new approach replaces the functions CRYPTO_set_idptr_callback(),
258 CRYPTO_get_idptr_callback(), and CRYPTO_thread_idptr() that existed in
259 OpenSSL 0.9.9-dev between June 2006 and August 2008. Also, if an
260 application was previously providing a numeric thread callback that
261 was inappropriate for distinguishing threads, then uniqueness might
262 have been obtained with &errno that happened immediately in the
263 intermediate development versions of OpenSSL; this is no longer the
264 case, the numeric thread callback will now override the automatic use
265 of &errno.)
266 [Geoff Thorpe, with help from Bodo Moeller]
267
5cbd2033
DSH
268 *) Initial support for different CRL issuing certificates. This covers a
269 simple case where the self issued certificates in the chain exist and
270 the real CRL issuer is higher in the existing chain.
e9746e03
DSH
271
272 This work was sponsored by Google.
5cbd2033
DSH
273 [Steve Henson]
274
5ce278a7
BL
275 *) Removed effectively defunct crypto/store from the build.
276 [Ben Laurie]
277
278 *) Revamp of STACK to provide stronger type-checking. Still to come:
279 TXT_DB, bsearch(?), OBJ_bsearch, qsort, CRYPTO_EX_DATA, ASN1_VALUE,
280 ASN1_STRING, CONF_VALUE.
281 [Ben Laurie]
282
8671b898
BL
283 *) Add a new SSL_MODE_RELEASE_BUFFERS mode flag to release unused buffer
284 RAM on SSL connections. This option can save about 34k per idle SSL.
285 [Nick Mathewson]
286
3c1d6bbc
BL
287 *) Revamp of LHASH to provide stronger type-checking. Still to come:
288 STACK, TXT_DB, bsearch, qsort.
289 [Ben Laurie]
290
8931b30d
DSH
291 *) Initial support for Cryptographic Message Syntax (aka CMS) based
292 on RFC3850, RFC3851 and RFC3852. New cms directory and cms utility,
fd47c361 293 support for data, signedData, compressedData, digestedData and
eb9d8d8c
DSH
294 encryptedData, envelopedData types included. Scripts to check against
295 RFC4134 examples draft and interop and consistency checks of many
296 content types and variants.
8931b30d
DSH
297 [Steve Henson]
298
3df93571 299 *) Add options to enc utility to support use of zlib compression BIO.
8931b30d
DSH
300 [Steve Henson]
301
73980531
DSH
302 *) Extend mk1mf to support importing of options and assembly language
303 files from Configure script, currently only included in VC-WIN32.
304 The assembly language rules can now optionally generate the source
305 files from the associated perl scripts.
306 [Steve Henson]
307
0e1dba93
DSH
308 *) Implement remaining functionality needed to support GOST ciphersuites.
309 Interop testing has been performed using CryptoPro implementations.
310 [Victor B. Wagner <vitus@cryptocom.ru>]
311
0023adb4
AP
312 *) s390x assembler pack.
313 [Andy Polyakov]
314
4c7c5ff6
AP
315 *) ARMv4 assembler pack. ARMv4 refers to v4 and later ISA, not CPU
316 "family."
317 [Andy Polyakov]
318
761772d7
BM
319 *) Implement Opaque PRF Input TLS extension as specified in
320 draft-rescorla-tls-opaque-prf-input-00.txt. Since this is not an
321 official specification yet and no extension type assignment by
322 IANA exists, this extension (for now) will have to be explicitly
323 enabled when building OpenSSL by providing the extension number
324 to use. For example, specify an option
325
326 -DTLSEXT_TYPE_opaque_prf_input=0x9527
327
328 to the "config" or "Configure" script to enable the extension,
329 assuming extension number 0x9527 (which is a completely arbitrary
330 and unofficial assignment based on the MD5 hash of the Internet
331 Draft). Note that by doing so, you potentially lose
332 interoperability with other TLS implementations since these might
333 be using the same extension number for other purposes.
334
335 SSL_set_tlsext_opaque_prf_input(ssl, src, len) is used to set the
336 opaque PRF input value to use in the handshake. This will create
337 an interal copy of the length-'len' string at 'src', and will
338 return non-zero for success.
339
340 To get more control and flexibility, provide a callback function
341 by using
342
343 SSL_CTX_set_tlsext_opaque_prf_input_callback(ctx, cb)
344 SSL_CTX_set_tlsext_opaque_prf_input_callback_arg(ctx, arg)
345
346 where
347
348 int (*cb)(SSL *, void *peerinput, size_t len, void *arg);
349 void *arg;
350
351 Callback function 'cb' will be called in handshakes, and is
352 expected to use SSL_set_tlsext_opaque_prf_input() as appropriate.
353 Argument 'arg' is for application purposes (the value as given to
354 SSL_CTX_set_tlsext_opaque_prf_input_callback_arg() will directly
355 be provided to the callback function). The callback function
356 has to return non-zero to report success: usually 1 to use opaque
357 PRF input just if possible, or 2 to enforce use of the opaque PRF
358 input. In the latter case, the library will abort the handshake
359 if opaque PRF input is not successfully negotiated.
360
361 Arguments 'peerinput' and 'len' given to the callback function
362 will always be NULL and 0 in the case of a client. A server will
363 see the client's opaque PRF input through these variables if
364 available (NULL and 0 otherwise). Note that if the server
365 provides an opaque PRF input, the length must be the same as the
366 length of the client's opaque PRF input.
367
368 Note that the callback function will only be called when creating
369 a new session (session resumption can resume whatever was
370 previously negotiated), and will not be called in SSL 2.0
371 handshakes; thus, SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2) or
372 SSL_set_options(ssl, SSL_OP_NO_SSLv2) is especially recommended
373 for applications that need to enforce opaque PRF input.
374
375 [Bodo Moeller]
376
81025661
DSH
377 *) Update ssl code to support digests other than SHA1+MD5 for handshake
378 MAC.
379
380 [Victor B. Wagner <vitus@cryptocom.ru>]
381
6434abbf
DSH
382 *) Add RFC4507 support to OpenSSL. This includes the corrections in
383 RFC4507bis. The encrypted ticket format is an encrypted encoded
384 SSL_SESSION structure, that way new session features are automatically
385 supported.
386
ba0e826d
DSH
387 If a client application caches session in an SSL_SESSION structure
388 support is transparent because tickets are now stored in the encoded
389 SSL_SESSION.
390
391 The SSL_CTX structure automatically generates keys for ticket
392 protection in servers so again support should be possible
6434abbf
DSH
393 with no application modification.
394
395 If a client or server wishes to disable RFC4507 support then the option
396 SSL_OP_NO_TICKET can be set.
397
398 Add a TLS extension debugging callback to allow the contents of any client
399 or server extensions to be examined.
ec5d7473
DSH
400
401 This work was sponsored by Google.
6434abbf
DSH
402 [Steve Henson]
403
3c07d3a3
DSH
404 *) Final changes to avoid use of pointer pointer casts in OpenSSL.
405 OpenSSL should now compile cleanly on gcc 4.2
406 [Peter Hartley <pdh@utter.chaos.org.uk>, Steve Henson]
407
b948e2c5
DSH
408 *) Update SSL library to use new EVP_PKEY MAC API. Include generic MAC
409 support including streaming MAC support: this is required for GOST
410 ciphersuite support.
411 [Victor B. Wagner <vitus@cryptocom.ru>, Steve Henson]
412
9cfc8a9d
DSH
413 *) Add option -stream to use PKCS#7 streaming in smime utility. New
414 function i2d_PKCS7_bio_stream() and PEM_write_PKCS7_bio_stream()
415 to output in BER and PEM format.
416 [Steve Henson]
417
47b71e6e
DSH
418 *) Experimental support for use of HMAC via EVP_PKEY interface. This
419 allows HMAC to be handled via the EVP_DigestSign*() interface. The
420 EVP_PKEY "key" in this case is the HMAC key, potentially allowing
2022cfe0
DSH
421 ENGINE support for HMAC keys which are unextractable. New -mac and
422 -macopt options to dgst utility.
47b71e6e
DSH
423 [Steve Henson]
424
d952c79a
DSH
425 *) New option -sigopt to dgst utility. Update dgst to use
426 EVP_Digest{Sign,Verify}*. These two changes make it possible to use
427 alternative signing paramaters such as X9.31 or PSS in the dgst
428 utility.
429 [Steve Henson]
430
fd5bc65c
BM
431 *) Change ssl_cipher_apply_rule(), the internal function that does
432 the work each time a ciphersuite string requests enabling
433 ("foo+bar"), moving ("+foo+bar"), disabling ("-foo+bar", or
434 removing ("!foo+bar") a class of ciphersuites: Now it maintains
435 the order of disabled ciphersuites such that those ciphersuites
436 that most recently went from enabled to disabled not only stay
437 in order with respect to each other, but also have higher priority
438 than other disabled ciphersuites the next time ciphersuites are
439 enabled again.
440
441 This means that you can now say, e.g., "PSK:-PSK:HIGH" to enable
442 the same ciphersuites as with "HIGH" alone, but in a specific
443 order where the PSK ciphersuites come first (since they are the
444 most recently disabled ciphersuites when "HIGH" is parsed).
445
446 Also, change ssl_create_cipher_list() (using this new
447 funcionality) such that between otherwise identical
448 cihpersuites, ephemeral ECDH is preferred over ephemeral DH in
449 the default order.
450 [Bodo Moeller]
451
0a05123a
BM
452 *) Change ssl_create_cipher_list() so that it automatically
453 arranges the ciphersuites in reasonable order before starting
454 to process the rule string. Thus, the definition for "DEFAULT"
455 (SSL_DEFAULT_CIPHER_LIST) now is just "ALL:!aNULL:!eNULL", but
456 remains equivalent to "AES:ALL:!aNULL:!eNULL:+aECDH:+kRSA:+RC4:@STRENGTH".
457 This makes it much easier to arrive at a reasonable default order
458 in applications for which anonymous ciphers are OK (meaning
459 that you can't actually use DEFAULT).
460 [Bodo Moeller; suggested by Victor Duchovni]
461
52b8dad8
BM
462 *) Split the SSL/TLS algorithm mask (as used for ciphersuite string
463 processing) into multiple integers instead of setting
464 "SSL_MKEY_MASK" bits, "SSL_AUTH_MASK" bits, "SSL_ENC_MASK",
465 "SSL_MAC_MASK", and "SSL_SSL_MASK" bits all in a single integer.
466 (These masks as well as the individual bit definitions are hidden
467 away into the non-exported interface ssl/ssl_locl.h, so this
468 change to the definition of the SSL_CIPHER structure shouldn't
469 affect applications.) This give us more bits for each of these
470 categories, so there is no longer a need to coagulate AES128 and
471 AES256 into a single algorithm bit, and to coagulate Camellia128
472 and Camellia256 into a single algorithm bit, which has led to all
473 kinds of kludges.
474
475 Thus, among other things, the kludge introduced in 0.9.7m and
476 0.9.8e for masking out AES256 independently of AES128 or masking
477 out Camellia256 independently of AES256 is not needed here in 0.9.9.
478
479 With the change, we also introduce new ciphersuite aliases that
480 so far were missing: "AES128", "AES256", "CAMELLIA128", and
481 "CAMELLIA256".
482 [Bodo Moeller]
483
357d5de5
NL
484 *) Add support for dsa-with-SHA224 and dsa-with-SHA256.
485 Use the leftmost N bytes of the signature input if the input is
486 larger than the prime q (with N being the size in bytes of q).
487 [Nils Larsch]
488
11d8cdc6
DSH
489 *) Very *very* experimental PKCS#7 streaming encoder support. Nothing uses
490 it yet and it is largely untested.
491 [Steve Henson]
492
06e2dd03
NL
493 *) Add support for the ecdsa-with-SHA224/256/384/512 signature types.
494 [Nils Larsch]
495
de121164 496 *) Initial incomplete changes to avoid need for function casts in OpenSSL
297e6f19 497 some compilers (gcc 4.2 and later) reject their use. Safestack is
a6fbcb42 498 reimplemented. Update ASN1 to avoid use of legacy functions.
de121164
DSH
499 [Steve Henson]
500
3189772e
AP
501 *) Win32/64 targets are linked with Winsock2.
502 [Andy Polyakov]
503
010fa0b3
DSH
504 *) Add an X509_CRL_METHOD structure to allow CRL processing to be redirected
505 to external functions. This can be used to increase CRL handling
506 efficiency especially when CRLs are very large by (for example) storing
507 the CRL revoked certificates in a database.
508 [Steve Henson]
509
5d20c4fb
DSH
510 *) Overhaul of by_dir code. Add support for dynamic loading of CRLs so
511 new CRLs added to a directory can be used. New command line option
512 -verify_return_error to s_client and s_server. This causes real errors
513 to be returned by the verify callback instead of carrying on no matter
514 what. This reflects the way a "real world" verify callback would behave.
515 [Steve Henson]
516
517 *) GOST engine, supporting several GOST algorithms and public key formats.
518 Kindly donated by Cryptocom.
519 [Cryptocom]
520
bc7535bc
DSH
521 *) Partial support for Issuing Distribution Point CRL extension. CRLs
522 partitioned by DP are handled but no indirect CRL or reason partitioning
523 (yet). Complete overhaul of CRL handling: now the most suitable CRL is
524 selected via a scoring technique which handles IDP and AKID in CRLs.
525 [Steve Henson]
526
527 *) New X509_STORE_CTX callbacks lookup_crls() and lookup_certs() which
528 will ultimately be used for all verify operations: this will remove the
529 X509_STORE dependency on certificate verification and allow alternative
530 lookup methods. X509_STORE based implementations of these two callbacks.
531 [Steve Henson]
532
f6e7d014
DSH
533 *) Allow multiple CRLs to exist in an X509_STORE with matching issuer names.
534 Modify get_crl() to find a valid (unexpired) CRL if possible.
535 [Steve Henson]
536
edc54021
DSH
537 *) New function X509_CRL_match() to check if two CRLs are identical. Normally
538 this would be called X509_CRL_cmp() but that name is already used by
539 a function that just compares CRL issuer names. Cache several CRL
540 extensions in X509_CRL structure and cache CRLDP in X509.
541 [Steve Henson]
542
450ea834
DSH
543 *) Store a "canonical" representation of X509_NAME structure (ASN1 Name)
544 this maps equivalent X509_NAME structures into a consistent structure.
545 Name comparison can then be performed rapidly using memcmp().
546 [Steve Henson]
547
454dbbc5
DSH
548 *) Non-blocking OCSP request processing. Add -timeout option to ocsp
549 utility.
c1c6c0bf
DSH
550 [Steve Henson]
551
b7683e3a
DSH
552 *) Allow digests to supply their own micalg string for S/MIME type using
553 the ctrl EVP_MD_CTRL_MICALG.
554 [Steve Henson]
555
556 *) During PKCS7 signing pass the PKCS7 SignerInfo structure to the
557 EVP_PKEY_METHOD before and after signing via the EVP_PKEY_CTRL_PKCS7_SIGN
558 ctrl. It can then customise the structure before and/or after signing
559 if necessary.
560 [Steve Henson]
561
0ee2166c
DSH
562 *) New function OBJ_add_sigid() to allow application defined signature OIDs
563 to be added to OpenSSLs internal tables. New function OBJ_sigid_free()
564 to free up any added signature OIDs.
565 [Steve Henson]
566
5ba4bf35
DSH
567 *) New functions EVP_CIPHER_do_all(), EVP_CIPHER_do_all_sorted(),
568 EVP_MD_do_all() and EVP_MD_do_all_sorted() to enumerate internal
569 digest and cipher tables. New options added to openssl utility:
570 list-message-digest-algorithms and list-cipher-algorithms.
571 [Steve Henson]
572
c4e7870a
BM
573 *) Change the array representation of binary polynomials: the list
574 of degrees of non-zero coefficients is now terminated with -1.
575 Previously it was terminated with 0, which was also part of the
576 value; thus, the array representation was not applicable to
577 polynomials where t^0 has coefficient zero. This change makes
578 the array representation useful in a more general context.
579 [Douglas Stebila]
580
89bbe14c
BM
581 *) Various modifications and fixes to SSL/TLS cipher string
582 handling. For ECC, the code now distinguishes between fixed ECDH
583 with RSA certificates on the one hand and with ECDSA certificates
584 on the other hand, since these are separate ciphersuites. The
585 unused code for Fortezza ciphersuites has been removed.
586
587 For consistency with EDH, ephemeral ECDH is now called "EECDH"
588 (not "ECDHE"). For consistency with the code for DH
589 certificates, use of ECDH certificates is now considered ECDH
590 authentication, not RSA or ECDSA authentication (the latter is
591 merely the CA's signing algorithm and not actively used in the
592 protocol).
593
594 The temporary ciphersuite alias "ECCdraft" is no longer
595 available, and ECC ciphersuites are no longer excluded from "ALL"
596 and "DEFAULT". The following aliases now exist for RFC 4492
597 ciphersuites, most of these by analogy with the DH case:
598
599 kECDHr - ECDH cert, signed with RSA
600 kECDHe - ECDH cert, signed with ECDSA
601 kECDH - ECDH cert (signed with either RSA or ECDSA)
602 kEECDH - ephemeral ECDH
603 ECDH - ECDH cert or ephemeral ECDH
604
605 aECDH - ECDH cert
606 aECDSA - ECDSA cert
607 ECDSA - ECDSA cert
608
609 AECDH - anonymous ECDH
610 EECDH - non-anonymous ephemeral ECDH (equivalent to "kEECDH:-AECDH")
611
612 [Bodo Moeller]
613
fb7b3932
DSH
614 *) Add additional S/MIME capabilities for AES and GOST ciphers if supported.
615 Use correct micalg parameters depending on digest(s) in signed message.
616 [Steve Henson]
617
01b8b3c7
DSH
618 *) Add engine support for EVP_PKEY_ASN1_METHOD. Add functions to process
619 an ENGINE asn1 method. Support ENGINE lookups in the ASN1 code.
620 [Steve Henson]
de9fcfe3 621
58aa573a 622 *) Initial engine support for EVP_PKEY_METHOD. New functions to permit
c9777d26
DSH
623 an engine to register a method. Add ENGINE lookups for methods and
624 functional reference processing.
58aa573a
DSH
625 [Steve Henson]
626
91c9e621
DSH
627 *) New functions EVP_Digest{Sign,Verify)*. These are enchance versions of
628 EVP_{Sign,Verify}* which allow an application to customise the signature
629 process.
630 [Steve Henson]
631
55311921
DSH
632 *) New -resign option to smime utility. This adds one or more signers
633 to an existing PKCS#7 signedData structure. Also -md option to use an
634 alternative message digest algorithm for signing.
635 [Steve Henson]
636
a6e7fcd1
DSH
637 *) Tidy up PKCS#7 routines and add new functions to make it easier to
638 create PKCS7 structures containing multiple signers. Update smime
639 application to support multiple signers.
640 [Steve Henson]
641
121dd39f
DSH
642 *) New -macalg option to pkcs12 utility to allow setting of an alternative
643 digest MAC.
644 [Steve Henson]
645
856640b5 646 *) Initial support for PKCS#5 v2.0 PRFs other than default SHA1 HMAC.
b8f702a0 647 Reorganize PBE internals to lookup from a static table using NIDs,
6d3a1eac
DSH
648 add support for HMAC PBE OID translation. Add a EVP_CIPHER ctrl:
649 EVP_CTRL_PBE_PRF_NID this allows a cipher to specify an alternative
650 PRF which will be automatically used with PBES2.
856640b5
DSH
651 [Steve Henson]
652
34b3c72e 653 *) Replace the algorithm specific calls to generate keys in "req" with the
959e8dfe
DSH
654 new API.
655 [Steve Henson]
656
399a6f0b
DSH
657 *) Update PKCS#7 enveloped data routines to use new API. This is now
658 supported by any public key method supporting the encrypt operation. A
659 ctrl is added to allow the public key algorithm to examine or modify
660 the PKCS#7 RecipientInfo structure if it needs to: for RSA this is
661 a no op.
662 [Steve Henson]
28e4fe34 663
03919683
DSH
664 *) Add a ctrl to asn1 method to allow a public key algorithm to express
665 a default digest type to use. In most cases this will be SHA1 but some
666 algorithms (such as GOST) need to specify an alternative digest. The
667 return value indicates how strong the prefernce is 1 means optional and
668 2 is mandatory (that is it is the only supported type). Modify
669 ASN1_item_sign() to accept a NULL digest argument to indicate it should
670 use the default md. Update openssl utilities to use the default digest
671 type for signing if it is not explicitly indicated.
672 [Steve Henson]
673
ee1d9ec0
DSH
674 *) Use OID cross reference table in ASN1_sign() and ASN1_verify(). New
675 EVP_MD flag EVP_MD_FLAG_PKEY_METHOD_SIGNATURE. This uses the relevant
676 signing method from the key type. This effectively removes the link
677 between digests and public key types.
678 [Steve Henson]
679
d2027098
DSH
680 *) Add an OID cross reference table and utility functions. Its purpose is to
681 translate between signature OIDs such as SHA1WithrsaEncryption and SHA1,
682 rsaEncryption. This will allow some of the algorithm specific hackery
683 needed to use the correct OID to be removed.
684 [Steve Henson]
685
492a9e24
DSH
686 *) Remove algorithm specific dependencies when setting PKCS7_SIGNER_INFO
687 structures for PKCS7_sign(). They are now set up by the relevant public
688 key ASN1 method.
689 [Steve Henson]
690
9ca7047d
DSH
691 *) Add provisional EC pkey method with support for ECDSA and ECDH.
692 [Steve Henson]
693
ffb1ac67
DSH
694 *) Add support for key derivation (agreement) in the API, DH method and
695 pkeyutl.
696 [Steve Henson]
697
3ba0885a
DSH
698 *) Add DSA pkey method and DH pkey methods, extend DH ASN1 method to support
699 public and private key formats. As a side effect these add additional
700 command line functionality not previously available: DSA signatures can be
701 generated and verified using pkeyutl and DH key support and generation in
702 pkey, genpkey.
703 [Steve Henson]
704
4700aea9
UM
705 *) BeOS support.
706 [Oliver Tappe <zooey@hirschkaefer.de>]
707
708 *) New make target "install_html_docs" installs HTML renditions of the
709 manual pages.
710 [Oliver Tappe <zooey@hirschkaefer.de>]
711
f5cda4cb
DSH
712 *) New utility "genpkey" this is analagous to "genrsa" etc except it can
713 generate keys for any algorithm. Extend and update EVP_PKEY_METHOD to
714 support key and parameter generation and add initial key generation
715 functionality for RSA.
716 [Steve Henson]
717
f733a5ef
DSH
718 *) Add functions for main EVP_PKEY_method operations. The undocumented
719 functions EVP_PKEY_{encrypt,decrypt} have been renamed to
720 EVP_PKEY_{encrypt,decrypt}_old.
721 [Steve Henson]
722
0b6f3c66
DSH
723 *) Initial definitions for EVP_PKEY_METHOD. This will be a high level public
724 key API, doesn't do much yet.
725 [Steve Henson]
726
0b33dac3
DSH
727 *) New function EVP_PKEY_asn1_get0_info() to retrieve information about
728 public key algorithms. New option to openssl utility:
729 "list-public-key-algorithms" to print out info.
730 [Steve Henson]
731
33273721
BM
732 *) Implement the Supported Elliptic Curves Extension for
733 ECC ciphersuites from draft-ietf-tls-ecc-12.txt.
734 [Douglas Stebila]
735
246e0931
DSH
736 *) Don't free up OIDs in OBJ_cleanup() if they are in use by EVP_MD or
737 EVP_CIPHER structures to avoid later problems in EVP_cleanup().
738 [Steve Henson]
739
3e4585c8 740 *) New utilities pkey and pkeyparam. These are similar to algorithm specific
f5cda4cb 741 utilities such as rsa, dsa, dsaparam etc except they process any key
3e4585c8 742 type.
3e84b6e1
DSH
743 [Steve Henson]
744
35208f36
DSH
745 *) Transfer public key printing routines to EVP_PKEY_ASN1_METHOD. New
746 functions EVP_PKEY_print_public(), EVP_PKEY_print_private(),
747 EVP_PKEY_print_param() to print public key data from an EVP_PKEY
748 structure.
749 [Steve Henson]
750
448be743
DSH
751 *) Initial support for pluggable public key ASN1.
752 De-spaghettify the public key ASN1 handling. Move public and private
753 key ASN1 handling to a new EVP_PKEY_ASN1_METHOD structure. Relocate
754 algorithm specific handling to a single module within the relevant
755 algorithm directory. Add functions to allow (near) opaque processing
756 of public and private key structures.
757 [Steve Henson]
758
36ca4ba6
BM
759 *) Implement the Supported Point Formats Extension for
760 ECC ciphersuites from draft-ietf-tls-ecc-12.txt.
761 [Douglas Stebila]
762
ddac1974
NL
763 *) Add initial support for RFC 4279 PSK TLS ciphersuites. Add members
764 for the psk identity [hint] and the psk callback functions to the
765 SSL_SESSION, SSL and SSL_CTX structure.
766
767 New ciphersuites:
768 PSK-RC4-SHA, PSK-3DES-EDE-CBC-SHA, PSK-AES128-CBC-SHA,
769 PSK-AES256-CBC-SHA
770
771 New functions:
772 SSL_CTX_use_psk_identity_hint
773 SSL_get_psk_identity_hint
774 SSL_get_psk_identity
775 SSL_use_psk_identity_hint
776
777 [Mika Kousa and Pasi Eronen of Nokia Corporation]
778
c7235be6
UM
779 *) Add RFC 3161 compliant time stamp request creation, response generation
780 and response verification functionality.
781