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
Name |
Description |
e |
ENGINE whose implementations become defaults for the listed kinds. |
def_list |
Comma‐separated names such as "RSA", "DSA", "DH", "RAND", "CIPHERS", "DIGESTS", "PKEY", "PKEY_CRYPTO", "PKEY_ASN1", or "ALL". |
Created with MrDocs