summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-03-01 13:32:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-03-01 13:32:11 +0000
commitf23478c3140637799d4aded503a7ecafbae8ba22 (patch)
treefe10011630da31c8b5e967e876eb4ef6057538d2 /CHANGES
parent3d2e469cfab1ea3a0515bfe006319210da3ff4fb (diff)
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 753853c8fa..3c45bc7f2b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,10 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) 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>]
+
*) In BN_div() keep a copy of the sign of 'num' before writing the
result to 'rm' because if rm==num the value will be overwritten
and produce the wrong result if 'num' is negative: this caused