mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 16:42:21 +01:00
x509.c: realloc may fail and therefore need to store result in a temporary so the old pointer is not lost. tls.c: free the name if it is not pushed on to the stack of peer CA names. Failure to push can be from memory allocation failure. aes.c: Don't compile XTS decrypt functions without HAVE_AES_DECRYPT. Fix tests to have better pre-processor protection.
Before creating any new configure files (.conf) read the CONF_FILES_README.md