Split PSS parameter creation.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 21 Nov 2016 01:35:30 +0000 (01:35 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 8 Jan 2017 01:42:46 +0000 (01:42 +0000)
commit47e42b3c67ebe0191cad1ca8eaa83cf9abd71524
tree77475c08dfd9325d21593fe2935a475e935a6d57
parentfaa02fe25677a7a97160b301e4e7cf5ade039340
Split PSS parameter creation.

Split PSS parameter creation. This adds a new function rsa_pss_params_create
which creates PSS parameters from digest and salt values. This will be
used for PSS key generation.

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_ameth.c
crypto/rsa/rsa_locl.h