SRP_VBASE_new

Allocate an SRP verifier database, optionally copying seed_key for unknown-user simulation (deprecated).

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
SRP_VBASE*
SRP_VBASE_new(char* seed_key);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

New SRP_VBASE, or NULL on allocation failure.

Parameters

NameDescription
seed_keyRandom NUL-terminated seed copied into the database, or NULL to disable dummy users.