EVP_set_default_properties

Set the default property query string used for algorithm fetches in libctx.

Synopsis

Declared in <openssl/evp.h>

int
EVP_set_default_properties(
    OSSL_LIB_CTX* libctx,
    char const* propq);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
libctxLibrary context to update, or NULL for the default context.
propqProperty query string (for example "fips=yes"), or NULL to clear.