Set the descriptive name stored on an RSA_METHOD (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
int
RSA_meth_set1_name(
    RSA_METHOD* meth,
    char const* name);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on allocation failure.

Parameters

Name

Description

meth

Method table whose name is replaced.

name

NUL‐terminated name to copy into meth.

Created with MrDocs