summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_gnutls] ssl.stek-file to specify encrypt keyGlenn Strauss2020-07-081-19/+146
* [mod_mbedtls] ssl.stek-file to specify encrypt keyGlenn Strauss2020-07-081-10/+164
* [mod_openssl] ssl.stek-file to specify encrypt keyGlenn Strauss2020-07-081-22/+113
* [mod_openssl] rotate session ticket encryption keyGlenn Strauss2020-07-081-54/+138
* [core] more precise check for request stream flagsGlenn Strauss2020-07-082-2/+8
* [doc] update comments in doc/config/modules.confGlenn Strauss2020-07-081-10/+9
* [core] safe memset calls memset() through volatileGlenn Strauss2020-07-081-1/+5
* [core] SecureZeroMemory() on _WIN32Glenn Strauss2020-07-081-2/+14
* [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
* [core] sys-crypto-md.h w/ inline message digest fnGlenn Strauss2020-07-0813-283/+288
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-0826-8/+156
* [core] stricter parse of numerical digitsGlenn Strauss2020-07-086-16/+42
* [build] point ./configure --help to support forumGlenn Strauss2020-07-081-1/+1
* [core] RFC-strict parse of Content-LengthGlenn Strauss2020-07-081-1/+1
* [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_gnutls] GnuTLS option for TLS (fixes #109)Glenn Strauss2020-07-0816-2/+3317
* [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
* [multiple] use *(unsigned char *) with ctypesGlenn Strauss2020-07-084-8/+10
* [core] prefer getxattr() instead of get_attr()Glenn Strauss2020-07-084-2/+32
* [mod_mbedtls] mbedTLS option for TLSGlenn Strauss2020-07-0817-13/+3792
* [core] add seed before openssl RAND_pseudo_bytes()Glenn Strauss2020-07-081-1/+1
* [mod_openssl] disable cert vrfy if ALPN acme-tls/1Glenn Strauss2020-07-081-0/+2
* [mod_accesslog] process backslash-escapes in fmtGlenn Strauss2020-07-081-0/+23
* [mod_webdav] define PATH_MAX if not definedGlenn Strauss2020-07-081-0/+4
* [core] return EINVAL if stat_cache_get_entry w/o /Glenn Strauss2020-07-081-1/+4
* [mod_cgi] remove redundant calls to set FD_CLOEXECGlenn Strauss2020-07-081-2/+0
* [core] skip excess close() when FD_CLOEXEC definedGlenn Strauss2020-07-081-1/+1
* [multiple] ./configure --with-nettle to use NettleGlenn Strauss2020-07-0813-24/+288
* [tests] fix skip count in mod-fastcgi w/o php-cgiGlenn Strauss2020-07-081-1/+1
* [multiple] fix some cc warnings in 32-bit, powerpcGlenn Strauss2020-07-085-20/+22
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-0842-124/+124
* [mod_proxy] stream request using HTTP/1.1 chunked (fixes #3006)Glenn Strauss2020-07-084-29/+64
* [config] blank server.tag if whitespace-onlyGlenn Strauss2020-07-081-0/+3
* [doc] lighttpd.conf: lighttpd choose event-handlerGlenn Strauss2020-07-081-7/+8
* [build] fix build on MacOS X TigerGlenn Strauss2020-07-082-0/+10
* [mod_auth] "nonce_secret" option to validate nonce (fixes #2976)Glenn Strauss2020-07-082-62/+124
* [doc] src/t/READMEGlenn Strauss2020-07-082-0/+5
* [doc] add link to wiki in doc/outdated/ssl.txtGlenn Strauss2020-07-081-7/+12
* [core] parse header label before end of lineGlenn Strauss2020-07-081-27/+28
* [core] perf: tighten some code in some hot pathsGlenn Strauss2020-07-083-27/+34
* [core] use uint32_t in http_header.[ch]Glenn Strauss2020-07-082-32/+32
* [core] mark some chunk.c funcs as pureGlenn Strauss2020-07-081-0/+4
* [core] http_status_append() short-circuit 200 OKGlenn Strauss2020-07-081-0/+5