Return the 1536‐bit MODP group prime from RFC 3526.

Synopsis

Declared in <openssl/bn.h>

BIGNUM*
BN_get_rfc3526_prime_1536(BIGNUM* bn);

Return Value

The prime (possibly newly allocated), or NULL on error.

Parameters

Name

Description

bn

Existing BIGNUM to fill, or NULL to allocate.

Created with MrDocs