summaryrefslogtreecommitdiff
path: root/src/mod_openssl.c
Commit message (Expand)AuthorAgeFilesLines
* [mod_openssl] update default DH paramsGlenn Strauss2020-07-081-61/+64
* [mod_openssl] use openssl feature define for ALPNGlenn Strauss2020-07-081-4/+4
* [mod_openssl] use SSL_OP_NO_RENEGOTIATION if availGlenn Strauss2020-07-081-0/+9
* [mod_openssl] issue warning for deprecated optionsGlenn Strauss2020-07-081-0/+17
* [mod_openssl] enable read-ahead, if set, after SNIGlenn Strauss2020-07-081-3/+10
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+4
* [mod_openssl] set chains from callback in 1.0.2+ (#2842)Glenn Strauss2020-07-081-126/+410
* [mod_openssl] set cert from callback in 1.0.2+ (fixes #2842)Glenn Strauss2020-07-081-66/+87
* [mod_openssl] rotate session ticket encryption keyGlenn Strauss2020-07-081-0/+113
* [mod_openssl] SSL_R_UNEXPECTED_EOF_WHILE_READINGGlenn Strauss2020-07-081-6/+9
* [mod_openssl] do not log ECONNRESET unless debugGlenn Strauss2020-07-081-0/+3
* [mod_openssl] disable cert vrfy if ALPN acme-tls/1Glenn Strauss2020-07-081-0/+2
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-93/+98
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-10/+10
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-2/+2
* [multiple] con->proto_default_portGlenn Strauss2020-07-081-5/+4
* [core] http_request_host_policy w/ http_parseoptsGlenn Strauss2020-07-081-2/+4
* [multiple] store srv->tmp_buf in tb varGlenn Strauss2020-07-081-16/+13
* [multiple] rename r to rc rv rd wr to be differentGlenn Strauss2020-07-081-19/+20
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-7/+1
* [multiple] reduce direct use of srv->errhGlenn Strauss2020-07-081-5/+5
* [core] read up-to fixed size chunk before fionreadGlenn Strauss2020-07-081-2/+3
* [multiple] plugin_stats arrayGlenn Strauss2020-07-081-14/+6
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-8/+4
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-165/+152
* [core] array_init() arg for initial sizeGlenn Strauss2020-07-081-1/+1
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-9/+4
* [mod_openssl] use config_plugin_values_init()Glenn Strauss2020-07-081-490/+732
* [core] config_get_config_cond_info()Glenn Strauss2020-07-081-38/+25
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline array as part of data_array valueGlenn Strauss2020-02-241-3/+4
* [core] add const to callers of http_header_*_get()Glenn Strauss2020-02-241-1/+1
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-3/+5
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-22/+22
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-3/+3
* [core] treat con->conditional_is_valid as bitfieldGlenn Strauss2020-02-241-2/+2
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-2/+2
* [mod_openssl] reject invalid ALPNGlenn Strauss2020-01-261-1/+1
* [mod_openssl] use SSL_CTX_set_client_hello_cb()Glenn Strauss2019-05-061-22/+51
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_openssl] use 16k static buffer instead of 64kGlenn Strauss2019-03-071-2/+2
* [mod_openssl] default: ssl.cipher-list = "HIGH"Glenn Strauss2019-03-071-0/+2
* [mod_openssl] inherit cipherlist from global scopeGlenn Strauss2019-03-071-2/+12
* [core] use openssl to read,discard request bodyGlenn Strauss2019-03-071-21/+58
* [mod_openssl] ssl.privkey directive (optional)Glenn Strauss2019-01-261-7/+16
* [mod_openssl] ALPN and acme-tls/1 (fixes #2931)Glenn Strauss2019-01-251-1/+194
* [core] limit con->uri.authority < 1024 octetsGlenn Strauss2018-11-251-2/+9
* [multiple] perf: simplify chunkqueue_get_memory()Glenn Strauss2018-11-121-2/+3