summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-09-15 20:30:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-09-15 20:30:58 +0000
commit8c864e54662118bc5fbbfee972b4cb2d1cc090ee (patch)
treee5a0cccf0b9dae476987726de375f50ab7e05539 /CHANGES
parentbe5707c820d67a7f6990c81b3662ab6af93fbf54 (diff)
Add missing CHANGES entry.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 387a580312..208ff318e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -703,6 +703,12 @@
*) 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]
*) Fix a state transitition in s3_srvr.c and d1_srvr.c