summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-06-26 12:04:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-06-26 12:04:35 +0000
commit1e325f614913435d214c3f5a25bb38a9aacbcb54 (patch)
treea8f62d6f9ec4de89cc7b3f1ce7b53a8479fb5881 /CHANGES
parentc458a3319687a15893bc8d14831a770a68062421 (diff)
Handle empty X509_NAME in printing routines.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c0390345ba..74189b35c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,9 @@
*) applies to 0.9.6a (/0.9.6b) and 0.9.7
+) applies to 0.9.7 only
+ *) Handle special case when X509_NAME is empty in X509 printing routines.
+ [Steve Henson]
+
*) In dsa_do_verify (crypto/dsa/dsa_ossl.c), verify that r and s are
positive and less than q.
[Bodo Moeller]