Return the BIO_METHOD for a secure‐heap memory BIO.
Synopsis
Declared in <openssl/bio.h>
BIO_METHOD const*
BIO_s_secmem();
Description
Like BIO_s_mem(), but buffers are allocated from the OpenSSL secure heap.
Return Value
Pointer to the static secure‐memory BIO method.
Created with MrDocs