More complete PSS support.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 25 Jan 2017 16:22:13 +0000 (16:22 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jan 2017 12:59:28 +0000 (12:59 +0000)
commitb2eb699874976d4ecc48b2180cba5d8301d844fa
treebd8c944b1891b56523713186ff005cecf895075f
parent98c792d18c067f45a0a04bf6e6b0ea6cae238804
More complete PSS support.

Extend support for PSS key signatures by using the EVP_PKEY_RSA_PSS type
to distinguish them from PKCS1 signature types.

Allow setting of PSS signature algorithms using the string "PSS" or
"RSA-PSS".

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2301)
apps/s_cb.c
ssl/t1_lib.c