Create a read‐only memory BIO that reads from an existing buffer.
Synopsis
Declared in <openssl/bio.h>
BIO*
BIO_new_mem_buf(
void const* buf,
int len);
Return Value
New memory BIO, or NULL on error; free with BIO_free().
Parameters
Name |
Description |
buf |
Pointer to |
len |
Length of |
Created with MrDocs