aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-12 03:16:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-12 03:16:13 +0000
commite15abbc69fdc452ebfe5dff323a6f9d9d62efbd4 (patch)
tree15033021e1a07e1807e56d59e4eca5485ad94fb7 /CHANGES
parentc6b523d3dd259101a2aaea81c01aa0f96981a05b (diff)
downloadopenssl-e15abbc69fdc452ebfe5dff323a6f9d9d62efbd4.tar.gz
Make X509_NAME produce correct encoding when empty.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3030c8cf87..bfcdca2490 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.6 and 0.9.6a [xx XXX 2001]
+ *) Fix X509_NAME bug which produced incorrect encoding if X509_NAME
+ was empty.
+ [Steve Henson]
+
*) Use the cached encoding of an X509_NAME structure rather than
copying it. This is apparently the reason for the libsafe "errors"
but the code is actually correct.