summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-05-08 12:44:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-05-08 12:44:25 +0000
commit399a6f0bd179960209df83b548ba5869acfdab86 (patch)
tree03b39c6ed4ed5ced3e15fec921c325a68c09f7b0 /CHANGES
parent3d47929968c1108d4a98e49117f8ca46b1c5bfb7 (diff)
Update PKCS#7 enveloped data to new API.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 991e4b0972..f1f3894389 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,14 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.8a and 0.9.9 [xx XXX xxxx]
+ Changes between 0.9.8b and 0.9.9 [xx XXX xxxx]
+
+ *) Update PKCS#7 enveloped data routines to use new API. This is now
+ supported by any public key method supporting the encrypt operation. A
+ ctrl is added to allow the public key algorithm to examine or modify
+ the PKCS#7 RecipientInfo structure if it needs to: for RSA this is
+ a no op.
+ [Steve Henson]
*) Add a ctrl to asn1 method to allow a public key algorithm to express
a default digest type to use. In most cases this will be SHA1 but some