summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-08 18:10:35 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-08 18:10:35 +0000
commit31904ecdf3f1c613d1377dfe79c0413672de7762 (patch)
tree077a3207b9061b294925cde3495c30534d2dd0b0 /CHANGES
parenta4d9c12f998d2260bf637d9964b53c28a191b173 (diff)
RSA PSS verification support including certificates and certificate
requests. Add new ASN1 signature initialisation function to handle this case.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b9700972a6..674a2f1849 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,14 @@
Changes between 1.0.0 and 1.1.0 [xx XXX xxxx]
- *) Add signature printing for PSS. Add PSS OIDs.
+ *) Add new algorithm specific ASN1 verification initialisation function
+ to EVP_PKEY_ASN1_METHOD: this is not in EVP_PKEY_METHOD since the ASN1
+ handling will be the same no matter what EVP_PKEY_METHOD is used.
+ Add a PSS handler to support verification of PSS signatures: checked
+ against a number of sample certificates.
+ [Steve Henson]
+
+ *) Add signature printing for PSS. Add PSS OIDs.
[Steve Henson, Martin Kaiser <lists@kaiser.cx>]
*) Add algorithm specific signature printing. An individual ASN1 method