summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-05-12 01:56:27 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-05-12 01:56:27 +0000
commitf5eac85edcb6e8b24593282c9e140daeeb758cac (patch)
treefdbb7fb2eb0a5286c15fad0d6b31c9ec5768f416 /CHANGES
parentd53ff9abf3dc1b164f1ca3a2378a5515d4f74e8e (diff)
downloadopenssl-f5eac85edcb6e8b24593282c9e140daeeb758cac.tar.gz
Add new -out option to asn1parse to allow the parsed data to be output.
Fixed -strparse option: it didn't work if used more than once (this was due to the d2i_ASN1_TYPE call parsing a freed buffer). On Win32 the file wincrypt.h #define's X509_NAME and PKCS7_SIGNER_INFO causing clashes so these are #undef'ed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 66db4d6f17..df6dbeb0b7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,11 @@
Changes between 0.9.2b and 0.9.3
+ *) New option -out to asn1parse to allow the parsed structure to be
+ output to a file. This is most useful when combined with the -strparse
+ option to examine the output of things like OCTET STRINGS.
+ [Steve Henson]
+
*) Make SSL library a little more fool-proof by not requiring any longer
that SSL_set_{accept,connect}_state be called before
SSL_{accept,connect} may be used (SSL_set_..._state is omitted