]> granicus.if.org Git - openssl/commit
Support RSA operations in PSS.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 21 Nov 2016 00:44:01 +0000 (00:44 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 8 Jan 2017 01:42:47 +0000 (01:42 +0000)
commite5e04ee3983dcf5283c99ce63f3fe37093921747
treeb81377a2ebc908fdc110a599a1423d2c1eef0fe8
parent6577e00892fc7b2ce02223e1eff77330e05ea660
Support RSA operations in PSS.

Add support for common operations in PSS by adding a new function
RSA_pkey_ctx_ctrl() which calls EVP_PKEY_CTX_ctrl if the key type
is RSA or PSS.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2177)
crypto/rsa/rsa_lib.c
include/openssl/rsa.h