aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-07-10 18:33:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-07-10 18:33:05 +0000
commit094fe66d9fdb70bb424de822bbed1eddb8f0194a (patch)
tree619eb1632041ad37336b07e9916a0430028763f8 /CHANGES
parent27d7260075ba525c69e5b8e8ccb1b98010b56dd3 (diff)
downloadopenssl-094fe66d9fdb70bb424de822bbed1eddb8f0194a.tar.gz
Fix some typose in the i2d/d2i functions that
call the i2c/c2i (they were not using the content length for the headers). Fix ASN1 long form tag encoding. This never worked but it was never tested since it is only used for tags > 30. New options to smime program to allow the PKCS#7 format to be specified and the content supplied externally.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f3a7021e23..3f8faa9856 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,16 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) New options to smime application. -inform and -outform
+ allow alternative formats for the S/MIME message including
+ PEM and DER. The -content option allows the content to be
+ specified separately. This should allow things like Netscape
+ form signing output easier to verify.
+ [Steve Henson]
+
+ *) Fix the ASN1 encoding of tags using the 'long form'.
+ [Steve Henson]
+
*) New ASN1 functions, i2c_* and c2i_* for INTEGER and BIT
STRING types. These convert content octets to and from the
underlying type. The actual tag and length octets are