summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-07-11 12:30:55 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-07-11 12:30:55 +0000
commit0ab8beb4809bfcf017ea250d6125c40f0e4fce56 (patch)
tree8b5bc4de7fe4463475bddecb4c258a9f63dd2be6 /CHANGES
parentf7daafa442b79952d84646b7bd5e3d368669d920 (diff)
Copy flags in ASN1_STRING_dup()
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3f32fc3d22..94cae7d52e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.3a and 0.9.4
+ *) Copy the flags in ASN1_STRING_dup().
+ [Roman E. Pavlov <pre@mo.msk.ru>]
+
*) The x509 application mishandled signing requests containing DSA
keys when the signing key was also DSA and the parameters didn't match.