ENGINE_set_default_string

Set defaults for the method kinds named in a comma-separated list.

Synopsis

Declared in <openssl/engine.h>

[[deprecated]]
int
ENGINE_set_default_string(
    ENGINE* e,
    char const* def_list);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 if the list is invalid or registration fails.

Parameters

NameDescription
eENGINE whose implementations become defaults for the listed kinds.
def_listComma-separated names such as "RSA", "DSA", "DH", "RAND", "CIPHERS", "DIGESTS", "PKEY", "PKEY_CRYPTO", "PKEY_ASN1", or "ALL".