summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-08-30 16:14:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-08-30 16:14:29 +0000
commit7df1c720f60ad3813cc88607c4520da031e41e88 (patch)
treec45d2b02b837f2b503807989a4889a4ce7c5a0ad /CHANGES
parentb3756cf0e9622a4bbda5e4c417248255ba9daaf2 (diff)
Fix typo in i2d_ASN1_ENUMERATED
Fix bug in read only memory BIOs so BIO_reset() works. Add sign and verify options to dgst utility, need to update docs.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e0120ae153..9c3a1e3fd6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,13 +4,17 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) New options added to the 'dgst' utility for signature
+ generation and verification.
+ [Steve Henson]
+
*) Unrecognized PKCS#7 content types are now handled via a
catch all ASN1_TYPE structure. This allows unsupported
types to be stored as a "blob" and an application can
encode and decode it manually.
[Steve Henson]
- *) Fix various signed/unsigned issues to make a_strex,c
+ *) Fix various signed/unsigned issues to make a_strex.c
compile under VC++.
[Oscar Jacobsson <oscar.jacobsson@celocom.com>]