]> git.ipfire.org Git - thirdparty/unbound.git/commit
Disable ED25519 and ED448 in FIPS mode on openssl3 671/head
authorPetr Mensik <pemensik@redhat.com>
Wed, 27 Apr 2022 17:58:39 +0000 (19:58 +0200)
committerPetr Mensik <pemensik@redhat.com>
Wed, 11 May 2022 14:19:25 +0000 (16:19 +0200)
commit917c30a46a9463e5ca9efd58bfcc74bb24fba10d
tree0e0a71cb03e6dd09d03cbe737c0f0e37a6e3cbe4
parent77149fc2aa403bd7c738ab7ec2d9e54c7ff7c3ef
Disable ED25519 and ED448 in FIPS mode on openssl3

Both crypto functions are not allowed by FIPS 140-3. Use openssl 3.0
function to check FIPS mode presence and use it to make those algorithms
unsupported.
config.h.in
configure
configure.ac
validator/val_secalgo.c