mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-28 09:52:31 +01:00
* Fix for `wolfSSL_CTX_set_options` to work correctly when no certificate has been set for WOLFSSL_CTX, otherwise this operation fails with `Server missing certificate`. * Fix for bad argument name `time`. * Fix for `warning: type of bit-field`: Allowed types for bit-fields are int and unsigned int only. * Exposed `ERR_remove_thread_state` and `SSL_CTX_set_tmp_ecdh` for lighttpd * Renamed `WOLFSSL_ERR_remove_thread_state` to `wolfSSL_ERR_remove_thread_state` and setup old name macro. * Add missing newline on asn1.h. * Whitespace cleanup in ssl.c.