[#BN_CTX_secure_new] = BN_CTX_secure_new :mrdocs: Allocate a BN_CTX whose temporary BIGNUMs use the secure heap. == Synopsis Declared in `<openssl/bn.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BN_CTX.adoc[BN_CTX]* BN_CTX_secure_new(); ---- == Return Value New secure BN_CTX, or NULL on failure; free with BN_CTX_free(). [.small]#Created with https://www.mrdocs.com[MrDocs]#