mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 22:52:12 +01:00
* stunnel 5.67 support - ssl->session->ticketAdd may be set when parsing a ticket before PSK - PSK binders should be calculated based on ciphersuite associated with PSK - Add option to prioritise PSK order instead of ciphersuite order - Update ctx->method->version when using Set_CTX_max_proto_version API - Simplify wolfSSL_parse_cipher_list - Keep copy of old list and then add in the previous ciphersuites depending on whether we are doing only TLS 1.3 ciphersuites or not - Specify CRL revocation in alert - Match reason string to match OpenSSL - Add support for external data callbacks for WOLFSSL_SESSION * Upref the session for stunnel instead of duplicating it * Add small stack option for wolfSSL_parse_cipher_list
Before creating any new configure files (.conf) read the CONF_FILES_README.md