]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add new configurable item `pbkdf2-lower-bound-check`
authorpohsingwu <pohsingwu@synology.com>
Fri, 26 Jul 2024 07:28:51 +0000 (15:28 +0800)
committerPauli <ppzgs1@gmail.com>
Sun, 4 Aug 2024 23:57:23 +0000 (09:57 +1000)
commitaa3830c3fc0f087d65a05fd0ea4fc03e26add002
tree607643a9a1e2344a6bacf3f37b3f6502a46e83dd
parenta7f8378e8cbbc1cfadabd0e5bc9a2e85c740c943
Add new configurable item `pbkdf2-lower-bound-check`

Since FIPS provider performs lower bound check by default from v3.0, the
default value for new configurable item will be one.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24120)
apps/fipsinstall.c
doc/man1/openssl-fipsinstall.pod.in
include/openssl/fips_names.h
providers/common/include/prov/fipscommon.h
providers/fips/fipsprov.c
providers/implementations/kdfs/pbkdf2.c
test/recipes/03-test_fipsinstall.t
util/mk-fipsmodule-cnf.pl
util/perl/OpenSSL/paramnames.pm