Add https://www.vpnranks.com/ as silver sponsor
[privoxy.git] / ssl.c
2019-11-27 Fabian KeilRemove a couple of spaces
2019-11-27 Fabian KeilMove config.h include higher
2019-11-27 Fabian KeilDon't clear the buffer passed to mbedtls_strerror()
2019-11-27 Fabian Keilssl_verify_callback(): Use malloc_or_die()
2019-11-27 Fabian Keilmake_certs_path(): Use zalloc_or_die()
2019-11-27 Fabian Keilwrite_private_key(): Use zalloc_or_die()
2019-11-27 Fabian KeilFix comment indentation
2019-11-27 Fabian KeilRemove a couple of spaces
2019-11-27 Fabian KeilFix typo
2019-11-27 Fabian KeilFix typo
2019-11-21 Fabian KeilFix spelling in comment
2019-11-21 Fabian KeilFix spelling in comment
2019-11-19 Fabian KeilMove LIMIT_MUTEX_NUMBER definition to project.h
2019-11-19 Fabian KeilRemove a bunch of spaces
2019-11-19 Fabian KeilMove two typedefs from project.h to ssl.c
2019-10-30 Fabian KeilFix a couple of function description comments
2019-10-30 Fabian KeilEstablish encrypted client connection earlier ...
2019-10-30 Fabian KeilAdd TLS/SSL interception support