Load SRP verifier entries from a text verifier file into a database.
Declared in <openssl/srp.h>
[[deprecated]]
int
SRP_VBASE_init(
SRP_VBASE* vb,
char* verifier_file);
Deprecated. Use of this entity is allowed but discouraged.
SRP_NO_ERROR on success, or an SRP_ERR_* code on failure.
| Name | Description |
|---|---|
| vb | Database to populate. |
| verifier_file | Path to the verifier file (see SRP_VBASE format in srp.c). |