summaryrefslogtreecommitdiff
path: root/src/mod_nss.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-11/+5
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [TLS] simplify TLS config; remove deprecated optsGlenn Strauss2022-11-301-107/+21
* [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
* [TLS] try DER format if reading PEM format failsGlenn Strauss2022-10-261-11/+28
* [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-1/+1
* [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/+22
* [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_nss] quiet trace for PR_END_OF_FILE_ERRORGlenn Strauss2021-10-271-0/+1
* [multiple] check feature flags funcs; code reuseGlenn Strauss2021-09-301-4/+1
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-9/+9
* [multiple] buffer_copy_string_len_lc()Glenn Strauss2021-08-271-2/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-26/+35
* [TLS] write_cq_ssl defer remove_finished_chunksGlenn Strauss2021-08-271-10/+14
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-1/+1
* [multiple] rename safe_memclear() -> ck_memzero()Glenn Strauss2021-08-271-3/+3
* [multiple] mark con->srv_socket a const ptrGlenn Strauss2021-05-131-1/+1
* [TLS] ALPN h2 policyGlenn Strauss2021-05-061-1/+43
* [mod_nss] define TLSv1_3 as bitflagGlenn Strauss2021-04-161-1/+1
* [TLS] rename ssl.verifyclient.ca-*file optionsGlenn Strauss2021-04-061-2/+31
* [multiple] buffer_copy_path_len2() aggregateGlenn Strauss2021-04-021-2/+2
* [multiple] use buffer_append_* aggregatesGlenn Strauss2021-04-021-5/+5
* [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/+5
* [TLS] https_add_ssl_client_verify_err()Glenn Strauss2021-03-261-8/+22
* [multiple] http_header APIs to reduce str copiesGlenn Strauss2021-03-261-25/+16
* [mod_nss] avoid NSS crash w/ config file errorGlenn Strauss2021-03-131-2/+6
* [mod_nss] fix acme-tls/1 challenge bootstrapGlenn Strauss2021-02-011-8/+14
* [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
* [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-12/+19
* [multiple] fix coverity warningsGlenn Strauss2021-01-171-3/+4
* buffer_append_path_len() to join pathsGlenn Strauss2020-12-241-3/+2
* [mod_nss] portability fixGlenn Strauss2020-12-101-0/+2
* [mod_nss] update session ticket NSS devel commentGlenn Strauss2020-11-041-3/+4
* [TLS] server.feature-flags "ssl.session-cache"lighttpd-1.4.56-rc3Glenn Strauss2020-10-291-0/+8
* [mod_nss] more nss includes fixesGlenn Strauss2020-10-221-1/+3
* [multiple] test for nss includesGlenn Strauss2020-10-221-1/+7
* [TLS] ignore empty "CipherString" in ssl-conf-cmdGlenn Strauss2020-10-191-1/+1
* [multiple] use NSS crypto if no other crypto availGlenn Strauss2020-10-191-1/+1