aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-07-27 17:28:25 +0000
committerRichard Levitte <levitte@openssl.org>2000-07-27 17:28:25 +0000
commitca1e465f6dd96d8dc15e418eda13fc3bd26362b2 (patch)
tree96936fa929c8d9280868e0d634196b627b4ebb38 /CHANGES
parentf6c1c9e95dd7ceadae070bd32e59cfa20726b42e (diff)
downloadopenssl-ca1e465f6dd96d8dc15e418eda13fc3bd26362b2.tar.gz
Add the possibility to get hexdumps of unprintable data when using
'openssl asn1parse'. As a side effect, the functions ASN1_parse_dump and BIO_dump_indent are added.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e739139cd9..a0dd5491e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Make it possible to get hexdumps of unprintable data with 'openssl
+ asn1parse'. By implication, the functions ASN1_parse_dump() and
+ BIO_dump_indent() are added.
+ [Richard Levitte]
+
*) Various fixes to use ASN1_TIME instead of ASN1_UTCTIME.
Also change the functions X509_cmp_current_time() and
X509_gmtime_adj() work with an ASN1_TIME structure,