]> git.ipfire.org Git - thirdparty/openssl.git/commit
RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30
authorRichard Levitte <levitte@openssl.org>
Mon, 27 Jul 2020 16:39:55 +0000 (18:39 +0200)
committerPauli <paul.dale@oracle.com>
Sat, 1 Aug 2020 01:51:18 +0000 (11:51 +1000)
commita6495479adfb8dc0b500030d4eeb007d9af4572a
treeb00aa5022a6549aba53f9362268bb3dd3a001b90
parent6c6b20d59153cd29e38dfebee0b8a6f998402254
RSA: Better synchronisation between ASN1 PSS params and RSA_PSS_PARAMS_30

This is needed so RSA keys created from different code paths have a
chance to compare as equal.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/12544)
crypto/rsa/rsa_ameth.c