diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2010-03-08 19:10:35 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2010-03-08 19:10:35 +0100 |
commit | 31904ecdf3f1c613d1377dfe79c0413672de7762 (patch) | |
tree | 077a3207b9061b294925cde3495c30534d2dd0b0 /CHANGES | |
parent | correct error code (diff) | |
download | openssl-31904ecdf3f1c613d1377dfe79c0413672de7762.tar.xz openssl-31904ecdf3f1c613d1377dfe79c0413672de7762.zip |
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-- | CHANGES | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |