Files
wolfssl/tests
Juliusz Sosinowicz 98bc8402db Refactor memory BIO
- 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
2022-03-24 12:16:59 +01:00
..
2022-03-24 12:16:59 +01:00
2022-01-19 13:35:29 +01:00
2020-12-17 14:26:49 +01:00
2021-03-11 13:42:46 +07:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2020-11-24 11:46:10 -08:00
2020-07-20 15:03:48 -07:00
2022-01-31 15:29:25 -05:00
2022-02-23 09:47:34 +01:00
2022-01-31 15:29:25 -05:00
2020-12-17 14:26:49 +01:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md