Growable memory buffer used by BIO memory BIOs and similar helpers.
Synopsis
Declared in <openssl/buffer.h>
struct buf_mem_st;
Data Members
Name |
Description |
Dynamically allocated buffer holding |
|
Allocation flags such as BUF_MEM_FLAG_SECURE for secure‐heap storage. |
|
Current number of valid content bytes stored in |
|
Allocated capacity of |
Created with MrDocs