]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add checks for saltlen and trailerfield to rsa key writer.
authorDaniel Fiala <daniel@openssl.org>
Sun, 19 Jun 2022 21:40:46 +0000 (23:40 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 27 Jun 2022 08:58:40 +0000 (10:58 +0200)
commit48320997b49b07b5abadec89c7fbe5d5f3d41da4
treea0fe30741f349090db7f60cbf452827f55fa138c
parent6162a2402d6b47c597c271bfb6a67d64bf183383
Add checks for saltlen and trailerfield to rsa key writer.

Fixes openssl#18168.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18615)
providers/common/der/der_rsa_key.c
test/recipes/15-test_rsapss.t
test/recipes/15-test_rsapss_data/negativesaltlen.pem [new file with mode: 0644]