EVP_default_properties_is_fips_enabled

Query whether the library context's default property query requires FIPS algorithms.

Synopsis

Declared in <openssl/evp.h>

int
EVP_default_properties_is_fips_enabled(OSSL_LIB_CTX* libctx);

Return Value

1 if the default properties imply FIPS-only fetches, or 0 otherwise.

Parameters

NameDescription
libctxLibrary context to query, or NULL for the default context.