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
Name |
Description |
seed_key |
Random NUL‐terminated seed copied into the database, or NULL to disable dummy users. |
Created with MrDocs