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