summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-06-06 13:27:36 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-06-06 13:27:36 +0000
commitfb7b3932786e4277eb3235adc239686806cd9610 (patch)
tree7a8c91adcd3ceaed6aa52a7bec41a15b16bb6508 /CHANGES
parent61e5ec4b1ed8fea372dcb4115c7d3c676a0dc2fe (diff)
Output MIME parameter micalg according to RFC3851 and RFC4490 instead of hard
coding it to "sha1".
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 22165da32a..b55eba36e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8b and 0.9.9 [xx XXX xxxx]
+ *) Add additional S/MIME capabilities for AES and GOST ciphers if supported.
+ Use correct micalg parameters depending on digest(s) in signed message.
+ [Steve Henson]
+
*) Add engine support for EVP_PKEY_ASN1_METHOD. Add functions to process
an ENGINE asn1 method. Support ENGINE lookups in the ASN1 code.
[Steve Henson]