Query whether the library context's default property query requires FIPS algorithms.
Declared in <openssl/evp.h>
int
EVP_default_properties_is_fips_enabled(OSSL_LIB_CTX* libctx);
1 if the default properties imply FIPS-only fetches, or 0 otherwise.
| Name | Description |
|---|---|
| libctx | Library context to query, or NULL for the default context. |