mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 03:02:20 +01:00
- use the `WOLFSSL_BUF_MEM` struct to resize the internal memory buffer - add a `WOLFSSL_BIO_RESIZE_THRESHOLD` define that will be used to determine how often to shrink the internal buffer. This should cut down on the number of free/malloc calls made significantly. This should help with our inefficient 1 byte reads in `loadX509orX509REQFromPemBio`. - implement `wolfSSL_BUF_MEM_resize` which allows bi-directional buffer size manipulation
Before creating any new configure files (.conf) read the CONF_FILES_README.md