]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Do not loop i the OpenSSL UI method any more. Instead, letthe
[thirdparty/openssl.git] / CHANGES
CommitLineData
81a6c781 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
a9d2bc49 5 Changes between 0.9.6 and 0.9.7 [xx XXX 2001]
a43cf9fa 6
f2346808 7 Both OpenSSL 0.9.6a (bugfix release, 5 Apr 2001) and OpenSSL 0.9.7
a9d2bc49
BM
8 are based on OpenSSL 0.9.6.
9 Change log entries are tagged as follows:
f2346808
BM
10 -) applies to 0.9.6a (/0.9.6b) only
11 *) applies to 0.9.6a (/0.9.6b) and 0.9.7
a9d2bc49
BM
12 +) applies to 0.9.7 only
13
323f289c
DSH
14 *) Change all calls to low level digest routines in the library and
15 applications to use EVP. Add missing calls to HMAC_cleanup() and
16 don't assume HMAC_CTX can be copied using memcpy().
17 [Verdon Walker <VWalker@novell.com>, Steve Henson]
18
839590f5
RL
19 +) Add the possibility to control engines through control names but with
20 arbitrary arguments instead of just a string.
21 Change the key loaders to take a UI_METHOD instead of a callback
22 function pointer. NOTE: this breaks binary compatibility with earlier
23 versions of OpenSSL [engine].
24 Addapt the nCipher code for these new conditions and add a card insertion
25 callback.
26 [Richard Levitte]
27
9ad0f681
RL
28 +) Enhance the general user interface with mechanisms to better support
29 dialog box interfaces, application-defined prompts, the possibility
30 to use defaults (for example default passwords from somewhere else)
31 and interrupts/cancelations.
32 [Richard Levitte]
33
3cc1f498
DSH
34 *) Don't change *pointer in CRYPTO_add_lock() is add_lock_callback is
35 used: it isn't thread safe and the add_lock_callback should handle
36 that itself.
37 [Paul Rose <Paul.Rose@bridge.com>]
38
285b4275
BM
39 *) Verify that incoming data obeys the block size in
40 ssl3_enc (ssl/s3_enc.c) and tls1_enc (ssl/t1_enc.c).
41 [Bodo Moeller]
42
f2a253e0
DSH
43 +) Tidy up PKCS#12 attribute handling. Add support for the CSP name
44 attribute in PKCS#12 files, add new -CSP option to pkcs12 utility.
45 [Steve Henson]
46
ecf18606
BM
47 *) Fix OAEP check.
48