Look up an SRP user entry, synthesizing one from seed_key when absent.

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
SRP_user_pwd*
SRP_VBASE_get1_by_user(
    SRP_VBASE* vb,
    char* username);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Newly allocated SRP_user_pwd on success (caller must free), or NULL on error.

Parameters

Name

Description

vb

Verifier database to search.

username

User name to look up.

Created with MrDocs