mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Probe if ED448 and ED25519 are supported
ED448 and ED25519 may or may not be supported in FIPS mode depending upon the implementation.
This commit is contained in:
@@ -215,7 +215,7 @@ isc_result_t
|
||||
dst__opensslecdsa_init(struct dst_func **funcp);
|
||||
#if HAVE_OPENSSL_ED25519 || HAVE_OPENSSL_ED448
|
||||
isc_result_t
|
||||
dst__openssleddsa_init(struct dst_func **funcp);
|
||||
dst__openssleddsa_init(struct dst_func **funcp, unsigned char algorithm);
|
||||
#endif /* HAVE_OPENSSL_ED25519 || HAVE_OPENSSL_ED448 */
|
||||
#if HAVE_GSSAPI
|
||||
isc_result_t
|
||||
|
Reference in New Issue
Block a user