OpenSSL generate_key(): Check EVP_RSA_gen()'s return value
[privoxy.git] / wolfssl.c
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