summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2008-09-15 20:41:24 +0000
committerBodo Möller <bodo@openssl.org>2008-09-15 20:41:24 +0000
commit1a489c9af1b0481ad9570968c5fecd56854580db (patch)
tree9bc5ca113210cd6152553714fde924c6fa40d84c /CHANGES
parent8c864e54662118bc5fbbfee972b4cb2d1cc090ee (diff)
From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.
Also, fix CHANGES (consistency with stable branch).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 10 insertions, 12 deletions
diff --git a/CHANGES b/CHANGES
index 208ff318e5..e8d45736c6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -703,13 +703,7 @@
*) Change 'Configure' script to enable Camellia by default.
[NTT]
- *) Fix bug in X509_ATTRIBUTE creation: dont set attribute using
- ASN1_TYPE_set1 if MBSTRING flag set. This bug would crash certain
- attribute creation routines such as certifcate requests and PKCS#12
- files.
- [Steve Henson]
-
- Changes between 0.9.8h and 0.9.8i [xx XXX xxxx]
+ Changes between 0.9.8h and 0.9.8i [15 Sep 2008]
*) Fix a state transitition in s3_srvr.c and d1_srvr.c
(was using SSL3_ST_CW_CLNT_HELLO_B, should be ..._ST_SW_SRVR_...).
@@ -741,6 +735,10 @@
[Neel Mehta, Bodo Moeller]
+ *) Allow engines to be "soft loaded" - i.e. optionally don't die if
+ the load fails. Useful for distros.
+ [Ben Laurie and the FreeBSD team]
+
*) Add support for Local Machine Keyset attribute in PKCS#12 files.
[Steve Henson]
@@ -759,11 +757,11 @@
This work was sponsored by Logica.
[Steve Henson]
->>> Note: this change doesn't apply to the 0.9.9-dev branch (yet).
- *) Allow engines to be "soft loaded" - i.e. optionally don't die if
- the load fails. Useful for distros.
- [Ben Laurie and the FreeBSD team]
-<<<
+ *) Fix bug in X509_ATTRIBUTE creation: dont set attribute using
+ ASN1_TYPE_set1 if MBSTRING flag set. This bug would crash certain
+ attribute creation routines such as certifcate requests and PKCS#12
+ files.
+ [Steve Henson]
Changes between 0.9.8g and 0.9.8h [28 May 2008]