Fix detection and use of pcre2.h from a subdirectory
[privoxy.git] / wolfssl.c
2024-10-26 LeeMerge branch 'master' of ssh://git.privoxy.org:23/git...
2024-10-10 Fabian Keilwolfssl: Use log_error() more often
2024-10-10 Fabian Keilwolfssl ssl_(send|recv)_data(): Call wolfSSL_ERR_clear_...
2024-10-10 Fabian Keilwolfssl ssl_store_cert(): Consistently use log_error...
2024-10-10 Fabian KeilwolfSSL shutdown_connection(): Shorten an error message
2024-07-11 Fabian KeilFactor out create_hexadecimal_hash_of_host()
2024-07-11 Fabian KeilUse SHA256 as hash algorithm for the certificate and...
2024-06-26 Fabian KeilwolfSSL: Downgrade a log message to LOG_LEVEL_CONNECT
2024-06-26 Fabian KeilwolfSSL: Log if wolfSSL_shutdown() succeeds after retrying
2024-04-01 Fabian KeilwolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether...
2024-04-01 Fabian KeilwolfSSL: Unconditionally increment shutdown_attempts
2024-04-01 Fabian KeilwolfSSL: Bump MAX_SHUTDOWN_ATTEMPTS to 5 as an experiment
2024-04-01 Fabian KeilBump copyright
2024-04-01 Fabian KeilwolfSSL: Use X509_V_OK if it's available
2024-04-01 Fabian KeilwolfSSL: Use variable type wc_Md5 instead of md5
2024-04-01 Fabian KeilwolfSSL: Use variable type WC_RNG instead of RNG
2024-03-31 Fabian KeilwolfSSL: Make it more obvious that Subject Alternative...
2024-03-31 Fabian KeilwolfSSL: Include wolfssl/openssl/pem.h
2024-03-31 Fabian KeilwolfSSL: Use WOLFSSL_X509_V_OK instead of X509_V_OK
2024-03-09 Fabian KeilAllow to use wolfSSL for https inspection