]> git.ipfire.org Git - thirdparty/openssl.git/commit
Restrict salt length for RSA-PSS in the FIPS provider
authorpohsingwu <pohsingwu@synology.com>
Wed, 7 Aug 2024 02:24:36 +0000 (10:24 +0800)
committerPauli <ppzgs1@gmail.com>
Mon, 12 Aug 2024 23:55:36 +0000 (09:55 +1000)
commitf3c03be3adb9bd0e37c2f0267f4b53d5e056b684
tree84f4ea7ba05e4c4ddfce4994be8c99aa19e8eca8
parent878f74eb080bf3c7c05df138fb61d9e08f7da5b3
Restrict salt length for RSA-PSS in the FIPS provider

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25115)
16 files changed:
apps/fipsinstall.c
crypto/rsa/rsa_pss.c
doc/man1/openssl-fipsinstall.pod.in
doc/man7/EVP_SIGNATURE-RSA.pod
doc/man7/provider-signature.pod
include/crypto/rsa.h
include/openssl/fips_names.h
providers/common/include/prov/fipscommon.h
providers/fips/fipsprov.c
providers/implementations/signature/rsa_sig.c
test/acvp_test.inc
test/evp_test.c
test/recipes/30-test_evp_data/evppkey_rsa_common.txt
test/recipes/80-test_cms.t
util/mk-fipsmodule-cnf.pl
util/perl/OpenSSL/paramnames.pm