Fix a comment typo
[privoxy.git] / ssl.c
2020-02-23 Fabian KeilFix a comment typo
2020-02-23 Fabian KeilBump copyright
2020-02-23 Fabian Keilssl_send_data(): Consistently return -1 in case of...
2020-02-23 Fabian Keilssl_recv_data(): Properly handle MBEDTLS_ERR_SSL_PEER_C...
2020-02-21 Fabian Keilgenerate_key(): Change argument order to be more consistent
2020-02-13 Fabian Keilfree_certificate_chain(): Fix memset() target
2020-02-13 Fabian KeilDeclare generate_webpage_certificate() static
2020-02-13 Fabian KeilFix comment typos
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