Files
wolfssl/tests
Daniel Pouzzner a95b759ffa peer review for #8187 and unrelated bug fixes:
return error code from wolfSSL_RefWithMutexUnlock() to expose result to caller;

fix endianness bug in src/x509.c:wolfSSL_X509_add_ext() (fixes failing test_wolfSSL_X509_add_ext on BE targets);

fix possible file handle leak in tests/api.c:test_wolfSSL_d2i_X509_REQ() (reported by clang-tidy);

in wolfssl/ssl.h, define CONST_NUM_ERR_WOLFSSL_SUCCESS, so that WOLFSSL_SUCCESS can be benignly miswrapped in WC_NO_ERR_TRACE().
2024-11-15 12:52:50 -06:00
..
2023-11-08 10:29:35 +01:00
2024-11-13 09:10:22 +10:00
2024-01-16 15:18:05 -08:00
2024-07-15 15:46:05 +10:00
2022-06-01 10:36:01 +10:00
2024-01-16 15:18:05 -08:00
2024-11-13 09:10:22 +10:00
2024-09-18 10:35:29 +02:00

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