summaryrefslogtreecommitdiff
path: root/src/mod_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] _WIN32 misc compatGlenn Strauss2023-05-031-0/+6
* [mod_openssl] SSL_CTX_set_options() takes uint64_tGlenn Strauss2023-04-041-1/+8
* [multiple] codespell: correct spelling in commentsGlenn Strauss2023-01-071-1/+1
* [TLS] fix spurious warning trace (fixes #3182)Glenn Strauss2023-01-051-2/+2
* [mod_openssl] CLOSE_NOTIFY handling with KTLSGlenn Strauss2022-12-111-18/+16
* [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-120/+32
* [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_openssl] use SSL_sendfile() if KTLS availableGlenn Strauss2022-11-301-0/+66
* [mod_openssl] mod_openssl_write_err() shared codeGlenn Strauss2022-11-301-51/+60
* [mod_openssl] libressl 3.6.0 ASN1_TIME_cmp_time_tGlenn Strauss2022-11-231-2/+5
* [TLS] try DER format if reading PEM format failsGlenn Strauss2022-10-261-3/+8
* [TLS] ssl.openssl.ssl-conf-cmd "DHParameters"Glenn Strauss2022-10-011-75/+89
* [mod_openssl] compile compat w/ openssl < 1.1.0Glenn Strauss2022-06-161-1/+9
* [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] 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-2/+36
* [mod_openssl] libressl v3.5.0 adds ASN1_TIME_diffGlenn Strauss2022-03-271-2/+2
* [mod_openssl] do not esc UTF-8 in cert subjectGlenn Strauss2022-01-171-1/+2
* [build] feature consistency between build typesGlenn Strauss2022-01-031-1/+1
* [core] add remote IP to some error msgs (fixes #3122)Glenn Strauss2021-12-091-2/+4
* [mod_openssl] boringssl compatGlenn Strauss2021-10-031-0/+3
* [multiple] clarify error msg when no cert availGlenn Strauss2021-10-011-1/+1
* [multiple] check feature flags funcs; code reuseGlenn Strauss2021-09-301-4/+1
* [mod_openssl] default disable client renegotiationGlenn Strauss2021-09-081-0/+2
* [mod_openssl] no ALPN fatal error w/ mod_sockproxy (fixes #3081)Glenn Strauss2021-09-041-1/+3
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-34/+35
* [multiple] buffer_copy_string_len_lc()Glenn Strauss2021-08-271-2/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-43/+55
* [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-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-4/+4
* [multiple] use thread-safe strerror where availGlenn Strauss2021-08-271-2/+3
* [multiple] mark con->srv_socket a const ptrGlenn Strauss2021-05-131-1/+1
* [TLS] ALPN h2 policyGlenn Strauss2021-05-061-1/+36
* [core] move timegm() impl inline in sys-time.hGlenn Strauss2021-04-261-1/+2
* [mod_openssl] issue error trace if < openssl 1.1.1Glenn Strauss2021-04-061-0/+8
* [TLS] rename ssl.verifyclient.ca-*file optionsGlenn Strauss2021-04-061-5/+39
* [multiple] buffer_copy_path_len2() aggregateGlenn Strauss2021-04-021-2/+2
* [multiple] pass len when copying constant stringsGlenn Strauss2021-04-021-2/+2
* [TLS] use stack for SSL_CLIENT_S_DN_* tagGlenn Strauss2021-03-261-6/+6
* [TLS] https_add_ssl_client_verify_err()Glenn Strauss2021-03-261-3/+12
* [multiple] http_header APIs to reduce str copiesGlenn Strauss2021-03-261-39/+37
* [TLS] init STEK even if time is 1970 (fixes #3075)Glenn Strauss2021-03-261-1/+1