]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
change "fips=no" to "-fips" v3.2.x
authorAlan T. DeKok <aland@freeradius.org>
Mon, 11 Aug 2025 14:47:34 +0000 (10:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 11 Aug 2025 14:48:26 +0000 (10:48 -0400)
based on discussions with the OpenSSL developers in

https://github.com/FreeRADIUS/freeradius-server/issues/5631

and

https://docs.openssl.org/3.5/man7/property/#global-and-local

src/main/tls.c

index c921ca75077ed8a74a2d9f0af3ec3ae1829ad283..ba267983b14878f8e5193a410ebccb701e1bd627 100644 (file)
@@ -3661,7 +3661,7 @@ int tls_global_init(TLS_UNUSED bool spawn_flag, TLS_UNUSED bool check)
        CONF_modules_load_file(NULL, NULL, 0);
 
 #if OPENSSL_VERSION_NUMBER >= 0x30000000L
-       EVP_set_default_properties(NULL, "fips=no");
+       EVP_set_default_properties(NULL, "-fips");
 #endif
 
        /*