- Aug 22, 2001
-
-
Doug MacEachern authored
create a transient bucket pointing directly to the BIO mem buff. this makes for a dramatic increase in performance. previously, downloading large files (2Mb-5Mb-ish) made my laptop start to smoke from the fan spinning so fast to cool the cpu. also, apache stylize churn_output() PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90497 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Explicitly fix some types, and opt-out on macro conflicts git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90496 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90491 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
one bucket at a time. prevents a problem when downloading large files. also change ssl_io_filter_Output to apache style and change some variable names that should make the code easier to read/understand, e.g. pbbIn -> bb, pbktIn -> bucket PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90490 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 21, 2001
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90464 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
make authentication hook run APR_HOOK_FIRST for FakeBasicAuth PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90463 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Changes for rbb's #include/build openssl/inc32 patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90458 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90451 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90450 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 20, 2001
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90446 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90445 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90444 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
enable child init hook PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90443 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
This allows us to remove the openssl from the #include lines in the mod_ssl files. This makes it easier to use a different SSL library, with fewer changes to the mod_ssl files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90435 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 17, 2001
-
-
William A. Rowe Jr authored
Based on the VC6 switch - and pulling the win32 make files from cvs - some more ignores are in order. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90274 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The purpose of this patch is to toggle the debugging mode (default) to Program Database (from Program Database for Modify on the fly debugging). The net effect of this patch is to clean up all of the irrelevant entries associated with either the debugging or release command line switches, and generally straighten the projects as they would be exported from VC6/SP5. The outcome of this patch is that VC5 users -should- be able to load and build the workspace without any errors (as they used to have no symbols database at all, the /ZI option doesn't work, they had to use cvtdsp.pl to toggle these to /Zi.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90269 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Given a choice between chasing my tail to keep these updated, and rolling a set when we actually roll a tarball, I'll take the later, thank you. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90268 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 16, 2001
-
-
William A. Rowe Jr authored
Ignore goodness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90250 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
previously, we'd die on an assert() (really nasty for threaded MPM) when we hit a keepalive timeout for a browser like netscape which keeps the connection open git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90244 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
static nor prototyped, char * vs. const char *, etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90238 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90229 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90227 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90225 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
More Versioning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90208 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
add support for renegotiation during the Access hook this requires hooking into the read and write SSL BIOs in order to flush data to the client and read from the filter chain this also requires that the ssl filters become "aware" that renegotitation is in progress so that the BIOs are left alone for SSL_renegotiate/SSL_do_handshake in ssl_hook_Access to deal with PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90185 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 14, 2001
-
-
Doug MacEachern authored
if != APR_SUCCESS the ssl connection has been shutdown (for example client cert was revoked) PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90155 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 08, 2001
-
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90030 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90027 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90023 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@90022 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 07, 2001
-
-
William A. Rowe Jr authored
Update for the 2.0.23 tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89994 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89987 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 02, 2001
-
-
William A. Rowe Jr authored
Fix typo in prior commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89873 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Adapt to changed declaration of apr_pool_sub_make() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89871 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 31, 2001
-
-
William A. Rowe Jr authored
Ooops... my fooness. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89843 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Another huge file check, and one fewer emits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89833 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up some emits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89832 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Ok... for _today_ ... This patch conditionally builds against openssl 0.9.6b _if_ openssl is unpacked and properly built (using pretty much the defaults) in the srclib/openssl/ directory. Someday soon this needs to be more exhaustive, but this should solve the 80% problem :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89823 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Missed a small bit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89822 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
enables the use of the ssl_var_lookup functionality in the various source files in modules/ssl. The ap_hook_* functions are still not yet ported to Apache 2.0 style Submitted by: Madhusudan Mathihalli <madhusudan_mathihalli@hp.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89819 13f79535-47bb-0310-9956-ffa450edef68
-