Files
wolfssl/tests
David Garske ef67b1c06a Support for building without wolfssl/openssl header files. ZD 18465
* Fix for `TlsSessionCacheGetAndLock` that was not checking the sessionIDSz, so could return a pointer to an invalid session (if 0's). Resolves issue with `test_wolfSSL_CTX_sess_set_remove_cb` test.
* Fix cast warning with `HAVE_EX_DATA` in Windows VS.
* Fix openssl_extra without PKCS12.
* Refactor the EX data crypto and session API's to gate on `HAVE_EX_DATA_CRYPTO`.
* Grouped the EX data API's in ssl.h
* Moved API's in ssl.h to separate the compatibility ones from ours.
2024-11-20 12:32:32 -08: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
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