summaryrefslogtreecommitdiff
path: root/src/mod_gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* [TLS] $SERVER["socket"] inherit global ssl.engineGlenn Strauss2023-05-031-1/+2
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [TLS] fix spurious warning trace (fixes #3182)Glenn Strauss2023-01-051-2/+2
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-13/+6
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [TLS] simplify TLS config; remove deprecated optsGlenn Strauss2022-11-301-125/+26
* [TLS] upgrade default cipher list to stronger setGlenn Strauss2022-11-301-1/+6
* [TLS] handle '+' on ssl-conf-cmd "Options"Glenn Strauss2022-11-301-0/+2
* [mod_gnutls] use gnutls_record_send_file() if KTLSGlenn Strauss2022-11-301-0/+69
* [TLS] try DER format if reading PEM format failsGlenn Strauss2022-10-261-1/+25
* [TLS] ssl.openssl.ssl-conf-cmd "DHParameters"Glenn Strauss2022-10-011-39/+67
* [TLS] inherit ssl.engine from global scopeGlenn Strauss2022-06-041-6/+0
* [multiple] simplify bytes_in/bytes_out accountingGlenn Strauss2022-05-111-6/+1
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-3/+3
* [multiple] reset http vers, avoid rare crash (fixes #3152)Glenn Strauss2022-05-051-1/+2
* [multiple] limit scope of socket config optionsGlenn Strauss2022-05-051-9/+9
* [TLS] warn if leaf cert read is inactive/expiredGlenn Strauss2022-03-281-0/+20
* [TLS] consistent debug.log-ssl-noise config typeGlenn Strauss2022-03-101-1/+1
* [multiple] permit UTF-8 in SSL_CLIENT_S_DN_*Glenn Strauss2022-01-161-1/+1
* [mod_gnutls] lift size check out of DN loopGlenn Strauss2022-01-141-3/+5
* [multiple] remove buffer_init_buffer()Glenn Strauss2022-01-071-2/+2
* [core] quiet compiler warningsGlenn Strauss2021-09-041-2/+2
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-16/+17
* [multiple] buffer_copy_string_len_lc()Glenn Strauss2021-08-271-2/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-32/+42
* [TLS] reset stek_rotate_ts if clock moves backwardGlenn Strauss2021-08-271-0/+5
* [TLS] write_cq_ssl defer remove_finished_chunksGlenn Strauss2021-08-271-9/+13
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-1/+1
* [multiple] mark con->srv_socket a const ptrGlenn Strauss2021-05-131-1/+1
* [TLS] ALPN h2 policyGlenn Strauss2021-05-061-1/+32
* [TLS] rename ssl.verifyclient.ca-*file optionsGlenn Strauss2021-04-061-1/+30
* [multiple] buffer_copy_path_len2() aggregateGlenn Strauss2021-04-021-2/+2
* [multiple] pass len when copying constant stringsGlenn Strauss2021-04-021-1/+1
* [TLS] use stack for SSL_CLIENT_S_DN_* tagGlenn Strauss2021-03-261-5/+6
* [TLS] https_add_ssl_client_verify_err()Glenn Strauss2021-03-261-14/+26
* [multiple] http_header APIs to reduce str copiesGlenn Strauss2021-03-261-24/+14
* [TLS] init STEK even if time is 1970 (fixes #3075)Glenn Strauss2021-03-261-1/+2
* [mod_gnutls] quiet clang warningGlenn Strauss2021-03-261-1/+1
* [mod_gnutls,mod_mbedtls] recog common cipherstringGlenn Strauss2021-02-051-0/+2
* [mod_gnutls] fix acme-tls/1 challenge bootstrapGlenn Strauss2021-02-011-77/+80
* [TLS] set r->uri.authority empty str upon accept()Glenn Strauss2021-01-301-0/+1
* [TLS] fix invalid cfg warningGlenn Strauss2021-01-301-2/+2
* [mod_gnutls,mod_mbedtls] recog common cipherstringGlenn Strauss2021-01-291-0/+7
* [multiple] avoid duplicate parsing in trigger func (#3056)Glenn Strauss2021-01-291-1/+3
* [TLS] detect expired stapling file at startup (fixes #3056)Glenn Strauss2021-01-291-15/+22
* [mod_gnutls] fix alt code for coverityGlenn Strauss2021-01-171-1/+1
* [multiple] fix TLS config string parsingGlenn Strauss2021-01-171-2/+12
* [mod_gnutls] fix ssl.ca_dn_file data accessGlenn Strauss2021-01-171-1/+1
* [multiple] fix TLS config string parsingGlenn Strauss2021-01-171-4/+10
* [multiple] fix coverity warningsGlenn Strauss2021-01-171-0/+15