- Aug 10, 2016
-
-
Rainer Jung authored
- partial support for renegotiations. - Not a good design, need to poll until renegotitation has finished. - Loop criterion not right, if no client certs will be send. - Also doesn't work for EC or DH ciphers. Unclear how to fix with current 1.1.0 API. - Details see http://marc.info/?t=145493359200002&r=1&w=2 Backport of r1729341 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755821 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Only exist in OpenSSL 1.1.0. They were renamed from EVP_MD_CTX_create() and EVP_MD_CTX_destroy(). Followup to r1728979. Partial backport of r1729037 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755819 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
Backport of r1729032 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755818 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
- don't check for SSLeay_version() in configure The function no longer exists in 1.1.0. It was replaced by OpenSSL_version(). - Switch between SSLeay_version(U) and OpenSSL_version() depending on version in modules/ssl/ssl_util_ssl.h. - Use MODSSL_LIBRARY_DYNTEXT everywhere. Backport of r1728981 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755817 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
- followup to r1728909 (incomplete switch from struct to struct pointer). Partial backport of r1728979 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755816 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
- mod_ssl Look out for "XXX: OpenSSL 1.1.0:" for a few open problems. Not tested with test suite yet. Partial backport of r1728909 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755814 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
- ab Backport of r1728907 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755813 13f79535-47bb-0310-9956-ffa450edef68
-
Rainer Jung authored
1.1.0 compatibility from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat@1755809 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 06, 2016
-
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755408 13f79535-47bb-0310-9956-ffa450edef68
-
Nilgun Belma Buguner authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755407 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 05, 2016
-
-
Rich Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755364 13f79535-47bb-0310-9956-ffa450edef68
-
Rich Bowen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755363 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 04, 2016
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755217 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755196 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 03, 2016
-
-
Jim Jagielski authored
Unclear whether fdpass is common enough to justify a 'most' configuration, but for the time being, assign it -something- for a build priority. Submitted by: wrowe Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755078 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR59815: rewrite per-directory + fcgi broken in 2.4.23 remove the query string from r->filename before calculating environment (SCRIPT_FILENAME) in mod_proxy_fcgi. Before PR59618, php-fpm would see proxy:fcgi:// and do some of this same stripping. Submitted by: covener Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755077 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755076 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755074 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755073 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
Permit mod_proxy_hcheck.c to compile on Win32 32-bit architectures. This decoration is required for all apr_thread fn() entry points, at least on some platforms. Submitted by: wrowe Reviewed/backported by: jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1755072 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 02, 2016
-
-
Jacob Champion authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754986 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 28, 2016
-
-
Eric Covener authored
The only uncommented change is application/x-woff -> application/woff which was added for PR55293 by r1506674 in mid 2013. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754408 13f79535-47bb-0310-9956-ffa450edef68
-
André Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754376 13f79535-47bb-0310-9956-ffa450edef68
-
André Malo authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754374 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 27, 2016
-
-
Luca Toscano authored
Tested manually and verified httpd's mod_proxy_fcgi logs with various request types (with/without query string, long query strings, etc..). My only doubt was related to the '\0' terminator placed in the middle of the char array, but after a chat with Eric on IRC I got a clear view of what happens (only the chars up to the \0 terminator are placed in FCGI headers later on). Last but not the least, in the bugzilla ticket the original requestor tested the change and stated that solved his problem. Looks good to me for backport! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754272 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 26, 2016
-
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754158 13f79535-47bb-0310-9956-ffa450edef68
-
Ruediger Pluem authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1754075 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 23, 2016
-
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753880 13f79535-47bb-0310-9956-ffa450edef68
-
Lucien Gentis authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753879 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
Since this is beginner doc, split the -S invocation into two versions more likely to work verbatim. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753873 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 22, 2016
-
-
Eric Covener authored
committed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753784 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
PR59844: stack-allocated ap_expr_info_t returned from mod_include git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753782 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753780 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753779 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 21, 2016
-
-
Jacob Champion authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753738 13f79535-47bb-0310-9956-ffa450edef68
-
Eric Covener authored
add basic h2: and h2c: backend proxy examples Submitted by: Hank Ibell <hwibell gmail.com> Committed by: covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753713 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 20, 2016
-
-
Stefan Eissing authored
mod_http2: removed timeouts on master connection while reuqest are being processsed mod_http2: new H2CopyFiles directive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753542 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 19, 2016
-
-
Luca Toscano authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753337 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 18, 2016
-
-
Jacob Champion authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753317 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1753225 13f79535-47bb-0310-9956-ffa450edef68
-