Allocate a BN_CTX whose temporary BIGNUMs use the secure heap.

Synopsis

Declared in <openssl/bn.h>

BN_CTX*
BN_CTX_secure_new();

Return Value

New secure BN_CTX, or NULL on failure; free with BN_CTX_free().

Created with MrDocs