SRP_get_default_gN

Return built-in RFC 5054 SRP group parameters for a textual group id (deprecated).

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
SRP_gN*
SRP_get_default_gN(char const* id);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to a static SRP_gN (do not free), or NULL if id is unknown.

Parameters

NameDescription
idGroup size id such as "1024", "2048", or "8192", or NULL for the 8192-bit default.