Cache entry mapping a base64‐encoded SRP group parameter to a BIGNUM.

Synopsis

Declared in <openssl/srp.h>

struct SRP_gN_cache_st;

Data Members

Name

Description

b64_bn

Base64 text of the cached parameter (used as the lookup key).

bn

Parsed big‐number value for b64_bn.

Created with MrDocs