Return the 768‐bit MODP group prime from RFC 2409.

Synopsis

Declared in <openssl/bn.h>

BIGNUM*
BN_get_rfc2409_prime_768(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