summaryrefslogtreecommitdiff
path: root/src/mod_wolfssl.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
* [mod_wolfssl] match mod_openssl CLOSE_NOTIFYGlenn Strauss2022-12-111-18/+16
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-18/+8
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+1
* [TLS] simplify TLS config; remove deprecated optsGlenn Strauss2022-11-301-118/+27
* [TLS] upgrade default cipher list to stronger setGlenn Strauss2022-11-301-3/+9
* [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-3/+22
* [mod_wolfssl] cast to fix compile errorGlenn Strauss2022-10-261-1/+2
* [mod_wolfssl] check for cert must_stapleGlenn Strauss2022-10-161-9/+13
* [TLS] ssl.openssl.ssl-conf-cmd "DHParameters"Glenn Strauss2022-10-011-40/+54
* [mod_wolfssl] compat with older wolfssl versionsGlenn Strauss2022-07-011-1/+1
* [TLS] inherit ssl.engine from global scopeGlenn Strauss2022-06-041-6/+0
* [mod_wolfssl] compile fix for OpenWRTGlenn Strauss2022-05-121-1/+9
* [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-0/+36
* [mod_wolfssl] wolfssl v5.0.0 adds ASN1_TIME_diff()Glenn Strauss2022-03-271-5/+4
* [mod_wolfssl] wolfssl v5.0.0 defines DH_set0_pqg()Glenn Strauss2022-02-191-0/+2
* [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_wolfssl] wolfSSL_sk_X509_NAME_push changeJuliusz Sosinowicz2021-09-081-2/+8
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-29/+30
* [multiple] buffer_copy_string_len_lc()Glenn Strauss2021-08-271-2/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-63/+63
* [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-8/+8
* [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/+33
* [TLS] rename ssl.verifyclient.ca-*file optionsGlenn Strauss2021-04-061-4/+38
* [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-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-44/+42
* [TLS] init STEK even if time is 1970 (fixes #3075)Glenn Strauss2021-03-261-1/+1
* [TLS] fix crash for (broken) nested $SERVER[] cfgGlenn Strauss2021-03-021-2/+4
* [mod_wolfssl] copy stapling buf for OCSP respGlenn Strauss2021-02-011-2/+5
* [TLS] set r->uri.authority empty str upon accept()Glenn Strauss2021-01-301-0/+1
* [mod_wolfssl] wolfSSL might repeat SNI_Callback()Glenn Strauss2021-01-301-8/+20
* [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/+25
* [mod_wolfssl] fix syntax errorsGlenn Strauss2021-01-171-2/+2
* [mod_wolfssl] wipe ssl_pemfile_pkey before free()Glenn Strauss2021-01-171-2/+10