mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 13:02:18 +01:00
Configuration - thread-local storaoge is selected when available - '--enable-error-queue-per-thread' and '--disable-error-queue-per-thread' can be used as before to explicitly en-/disable the feature. Implementation: - with thread-local-storage, error queue is realized in one struct without allocations. Queue size is restricted to 16 entries (per thread), which is the same limit in OpenSSL 1.1.x. - without thread-local-storage, all error queue operations are mutex locked - wc_PeekErrorNodeLineData() and wc_GetErrorNodeErr() added for use by SSL functions to allow locked queue iterations/manipulations.
Before creating any new configure files (.conf) read the CONF_FILES_README.md