mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 15:50:50 +02:00
cf1ce3f073
* add wolfSSL_X509_get_default_cert_file/file_env/dir/dir_env() stubs * add SSL_get_read_ahead/SSL_set_read_ahead() * add SSL_SESSION_has_ticket() * add SSL_SESSION_get_ticket_lifetime_hint() * address review feedback - comments, return values * make SSL_get_read_ahead() arg const * add unit tests for SESSION_has_ticket/get_ticket_lifetime_hint * test for SESSION_TICKET_HINT_DEFAULT in api.c for wolfSSL_SESSION_get_ticket_lifetime_hint() * fix variable shadow warning in api.c
Before creating any new configure files (.conf) read the CONF_FILES_README.md