Set the default property query string used for algorithm fetches in libctx.
Declared in <openssl/evp.h>
int
EVP_set_default_properties(
OSSL_LIB_CTX* libctx,
char const* propq);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| libctx | Library context to update, or NULL for the default context. |
| propq | Property query string (for example "fips=yes"), or NULL to clear. |