Fix style in host_matches()
[privoxy.git] / openssl.c
2020-09-01 Fabian Keilcreate_server_ssl_connection(): Improve the error message
2020-09-01 Fabian Keilssl_store_cert(): Fix format specifier and typo in...
2020-09-01 Fabian KeilFix error messages in generate_webpage_certificate()
2020-09-01 Fabian Keilgenerate_key(): Check return code of BN_set_word()
2020-09-01 Fabian Keilssl_store_cert(): Fix two error messages
2020-09-01 Fabian KeilDon't claim that ssl_store_cert() is a callback
2020-09-01 Fabian Keilssl_store_cert(): Handle html_encode() failures
2020-09-01 Fabian Keilssl_send_data(): Prevent endless loop
2020-09-01 Fabian Keilcreate_server_ssl_connection(): Improve the error messa...
2020-09-01 Fabian Keilcreate_client_ssl_connection(): Improve the error messa...
2020-09-01 Fabian Keillog_ssl_errors(): Refer to TLS/SSL errors instead of...
2020-09-01 Fabian KeilExpand Source tag
2020-09-01 Fabian Keilssl_store_cert(): Fix typo in an error message
2020-09-01 Fabian Keilcreate_server_ssl_connection(): Mimic SSL_set1_host...
2020-09-01 Fabian Keilssl_store_cert(): Only use X509_get0_tbs_sigalg() on...
2020-09-01 Fabian KeilAdd defines for some more X509 functions
2020-09-01 Fabian KeilUse X509_set_notBefore() and X509_set_notAfter()
2020-09-01 Fabian KeilRemove 'const' from set_x509_ext()'s value parameter
2020-09-01 Fabian KeilAdd copyright header for Vaclav and me
2020-09-01 Fabian KeilFix a comment typo
2020-09-01 Fabian KeilFix a couple of 'Parameters' comment sections
2020-09-01 Fabian KeilStyle fixes for the OpenSSL-specific code
2020-09-01 Fabian KeilReplace a stray reference to mbedtls with OpenSSL
2020-09-01 Maxim AntonovAdd OpenSSL support