summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-10-05 13:10:21 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-10-05 13:10:21 +0000
commitd71c6bc5a409f4bf04165fd5bf41d85b868c6aac (patch)
treea4595d6c6eaf0afe38cd550a132596a93bcd094a /CHANGES
parent2d681b779cf0936b441914eabff301e3b036f6a2 (diff)
Fix for bug in pkcs12 program and typo in ASN1_tag2str().
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f0e812cae7..9d8eb60aa2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
+ *) New -noout option to asn1parse. This causes no output to be produced
+ its main use is when combined with -strparse and -out to extract data
+ from a file (which may not be in ASN.1 format).
+ [Steve Henson]
+
*) Fix for pkcs12 program. It was hashing an invalid certificate pointer
when producing the local key id.
[Richard Levitte <levitte@stacken.kth.se>]