]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add missing CHANGES entry.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 15 Sep 2008 20:30:58 +0000 (20:30 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 15 Sep 2008 20:30:58 +0000 (20:30 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 387a5803127875d55a717b5ecc232327de51e0d9..208ff318e5b03e93af7ad4d7bfab358516954bf1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
   *) 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