aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-02-12 03:22:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-02-12 03:22:49 +0000
commit94fcd013499aaf1fc677476716d4db4fb99cf0e2 (patch)
tree9ef50fd01525619696f788effdf8dadf4c3f2119 /CHANGES
parent9a0438736222ffc66cf6596e395385660695d96d (diff)
downloadopenssl-94fcd013499aaf1fc677476716d4db4fb99cf0e2.tar.gz
Work around for libsafe "error".
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b0e9c15519..c5eb0cf866 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) 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.
+ [Steve Henson]
+
*) Disable stdin buffering in load_cert (apps/apps.c) so that no certs are
skipped when using openssl x509 multiple times on a single input file,
e.g. "(openssl x509 -out cert1; openssl x509 -out cert2) <certs".