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

Name

Description

vb

Database to populate.

verifier_file

Path to the verifier file (see SRP_VBASE format in srp.c).

Created with MrDocs