]> git.ipfire.org Git - thirdparty/openssl.git/commit
CMS RSA-OAEP and RSA-PSS support.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 19 Jun 2013 17:21:37 +0000 (18:21 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 21 Jun 2013 22:43:05 +0000 (23:43 +0100)
commit0574cadf857b19485465b9d71b7dec9549857a4d
treeaa0b461eac84e7ff18c9af86698d2d2413776991
parente365352d6a6368039392fed14a328f8c0bf955c3
CMS RSA-OAEP and RSA-PSS support.

Extend RSA ASN1 method to support CMS PSS signatures for both sign
and verify.

For signing the EVP_PKEY_CTX parameters are read and the appropriate
CMS structures set up.

For verification the CMS structures are analysed and the corresponding
parameters in the EVP_PKEY_CTX set.

Also add RSA-OAEP support.

For encrypt the EVP_PKEY_CTX parameters are used.

For decrypt the CMS structure is uses to set the appropriate EVP_PKEY_CTX
parameters.
crypto/rsa/rsa.h
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_asn1.c
crypto/rsa/rsa_err.c
crypto/rsa/rsa_pmeth.c