summaryrefslogtreecommitdiff
path: root/src/mod_mbedtls.c
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_mbedtls] fix acme-tls/1 challenge bootstrapGlenn Strauss2021-02-011-51/+341
* [mod_mbedtls] fix acme-tls/1 challenge bootstrapGlenn Strauss2021-02-011-0/+79
* [TLS] set r->uri.authority empty str upon accept()Glenn Strauss2021-01-301-0/+1
* [TLS] fix invalid cfg warningGlenn Strauss2021-01-301-3/+3
* [mod_gnutls,mod_mbedtls] recog common cipherstringGlenn Strauss2021-01-291-0/+19
* [multiple] fix TLS config string parsingGlenn Strauss2021-01-171-1/+7
* [multiple] fix TLS config string parsingGlenn Strauss2021-01-171-4/+10
* [multiple] fix coverity warningsGlenn Strauss2021-01-171-2/+14
* [mod_mbedtls] use local strncmp_const()Glenn Strauss2020-12-281-9/+10
* [mod_mbedtls] include mbedtls/platform_util.hGlenn Strauss2020-12-281-0/+1
* buffer_append_path_len() to join pathsGlenn Strauss2020-12-241-3/+2
* [multiple] include mbedtls/config.h after selectGlenn Strauss2020-10-291-0/+1
* [TLS] server.feature-flags "ssl.session-cache"lighttpd-1.4.56-rc3Glenn Strauss2020-10-291-0/+1
* [mod_mbedtls] wrap addtl code in preproc definesGlenn Strauss2020-10-281-3/+13
* [multiple] add some missing config cleanupGlenn Strauss2020-10-241-0/+1
* [mod_mbedtls] newer mbedTLS vers support TLSv1.3Glenn Strauss2020-10-241-2/+15
* [mod_mbedtls] quiet unused variable warningGlenn Strauss2020-10-201-0/+1
* [TLS] ignore empty "CipherString" in ssl-conf-cmdGlenn Strauss2020-10-191-1/+1
* [mod_mbedtls] quiet CLOSE_NOTIFY after conn resetGlenn Strauss2020-10-131-0/+2
* [TLS] use fdevent_load_file_bytes() for STEK fileGlenn Strauss2020-10-111-9/+3
* [multiple] TLS modules use chunkqueue_peek_data()Glenn Strauss2020-10-111-79/+6
* [TLS] error if inherit empty TLS cfg from globalsGlenn Strauss2020-10-111-1/+2
* [multiple] allow TLS ALPN "h2" if "server.h2proto"Glenn Strauss2020-10-031-9/+10
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-1/+1
* [multiple] con hooks store ctx in con->plugin_ctxGlenn Strauss2020-08-021-27/+25
* [mod_openssl,mbedtls,gnutls,nss] fdevent_load_fileGlenn Strauss2020-07-081-6/+73
* [mod_mbedtls] ssl.stek-file to specify encrypt keyGlenn Strauss2020-07-081-10/+164
* [mod_mbedtls] mbedTLS option for TLSGlenn Strauss2020-07-081-0/+3478