aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-03-01 13:33:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-03-01 13:33:53 +0000
commit95d334f2db25569be7817563fcec1af6cd665236 (patch)
tree748452f968a3f3dc37747e99dbbdef929992d515 /CHANGES
parent98486a93109a9e01183f11fb6f8090941e422068 (diff)
downloadopenssl-95d334f2db25569be7817563fcec1af6cd665236.tar.gz
Fix bug in copy_email() which would not
find emailAddress at start of subject name.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7707467d34..82a02295a4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.6 and 0.9.6a [xx XXX 2001]
+ *) In copy_email() check for >= 0 as a return value for
+ X509_NAME_get_index_by_NID() since 0 is a valid index.
+ [Steve Henson reported by Massimiliano Pala <madwolf@opensca.org>]
+
*) Use better test patterns in bntest.
[Ulf Möller]