SRP_VBASE_init

Load SRP verifier entries from a text verifier file into a database.

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
int
SRP_VBASE_init(
    SRP_VBASE* vb,
    char* verifier_file);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

SRP_NO_ERROR on success, or an SRP_ERR_* code on failure.

Parameters

NameDescription
vbDatabase to populate.
verifier_filePath to the verifier file (see SRP_VBASE format in srp.c).