summaryrefslogtreecommitdiffstats
path: root/modules/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some possibly-uninitialized variables.Cliff Woolley2002-11-231-10/+14
* Rearrange OpenSSL engine initialization to support RANDJeff Trawick2002-11-111-7/+7
* Turn DOWN the volume of these errors... they are low enough level notesWilliam A. Rowe Jr2002-11-071-21/+21
* Per Justin's feedback, this still needed a little work to get theWilliam A. Rowe Jr2002-11-061-13/+15
* Rule one of winsock and other one-offs (even unix EINTR) ... blockingWilliam A. Rowe Jr2002-11-061-7/+15
* errno? EINTR? what planet was this code on :-? Normalize theWilliam A. Rowe Jr2002-11-061-46/+47
* Merge the last of the 'filtering' functions into ssl_engine_io.c, mergeWilliam A. Rowe Jr2002-11-054-473/+458
* Actually, the APR_ECONNABORTED (EOS-only brigade) is the direction weWilliam A. Rowe Jr2002-11-051-1/+0
* With a last little bit of help from Justin, this should cause theWilliam A. Rowe Jr2002-11-051-0/+16
* At least one doc I've seen says EOF+bytes is valid. This was a typo.William A. Rowe Jr2002-11-051-1/+1
* Appears we forgot to check the possibility of errors coming from theWilliam A. Rowe Jr2002-11-041-1/+6
* Rename the many flavors of filter_ctx (pRec, fctx etc) to filter_ctx,William A. Rowe Jr2002-11-041-98/+126
* Add some waypoints to understanding this codeJustin Erenkrantz2002-11-011-0/+8
* Add some commentary on how we *think* the input filtering should be workingJustin Erenkrantz2002-11-011-0/+46
* I don't see how *len > wanted, but leave the check there.Justin Erenkrantz2002-11-011-1/+4
* Clean up the read pattern for cases when some data already exists.William A. Rowe Jr2002-11-011-2/+12
* Distinguish inctx, outctx, frec [and b ??? looked like bucket to me!!!]William A. Rowe Jr2002-11-011-96/+96
* More nits spotted by Justin, and catch all the errors except SYSCALLWilliam A. Rowe Jr2002-11-011-2/+2
* Suggestions by Justin, implemention by Will. Rename away all bogisity,William A. Rowe Jr2002-11-011-145/+133
* Completely refactor the BIO-side client input handling for the SSL library.William A. Rowe Jr2002-11-011-137/+189
* Fix memory leak in mod_ssl from internal SSL library allocationsWilliam A. Rowe Jr2002-10-291-0/+1
* Close several small leaks in SSL.William A. Rowe Jr2002-10-293-4/+20
* Outch. No freeing consts. Fortunately, the fn's return code isn't const.William A. Rowe Jr2002-10-271-1/+1
* fix the interface to PEM_read_bio_X509() with OpenSSL versions older than 0.9.4.Jeff Trawick2002-10-262-6/+6
* mod_ssl uses free() inappropriately in several places, to freeJeff Trawick2002-10-253-6/+11
* stylistic improvementsJeff Trawick2002-10-251-20/+24
* 2 silly bugs. First of all, make the code match the error logJim Jagielski2002-10-231-5/+5
* Ugg. We need to use '%pp' not '%p' since ap_log_error uses apr_vsnprint(),Jim Jagielski2002-10-172-3/+3
* This stuff shouldn't have been committed. This is the SSL upgrade stuff,Ryan Bloom2002-10-147-179/+39
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-117-39/+179
* Fix a mutex problem in mod_ssl session cache support whichJeff Trawick2002-10-011-0/+6
* back out the stuff from mod_ssl that shouldn't have been committed.Ryan Bloom2002-10-011-53/+54
* Call out the success cases when we don't get APR_SUCCESS back from theRyan Bloom2002-10-011-54/+53
* Back out some changes that should't have been committed.Ryan Bloom2002-09-281-20/+22
* Allow the UserDir directive to accept a list of directories.Ryan Bloom2002-09-281-22/+20
* Remove warnings seen with Sun's Forte compiler.Justin Erenkrantz2002-09-153-4/+3
* Small fixes for SSLCWilliam A. Rowe Jr2002-08-211-0/+4
* fix a typo in the last commitJeff Trawick2002-07-311-1/+1
* ignore some generated files on OS/390Jeff Trawick2002-07-311-0/+1
* use APR_SIZE_T_FMT for formatting apr_size_tJeff Trawick2002-07-172-2/+4
* Changes for deprecated apr_is_fnmatchWilliam A. Rowe Jr2002-07-081-1/+1
* Get the perchild MPM starting different child processes with differentRyan Bloom2002-06-301-0/+1
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-2/+2
* reword an error messageJeff Trawick2002-06-211-1/+1
* These emits occur mainline, outside of the pphrase_callback, so we neverWilliam A. Rowe Jr2002-06-171-6/+3
* fix the infinite recursion problem with HTTP-on-the-HTTPS port.Cliff Woolley2002-06-111-0/+7
* in case there is actually a cert chain in the cache, we should beDoug MacEachern2002-06-111-2/+7
* PR:Doug MacEachern2002-06-111-2/+3
* PR:Doug MacEachern2002-06-111-0/+15
* make some small steps towards getting the post config hookJeff Trawick2002-06-071-12/+23