summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* How-To for those new to SVN, like messl-fips-devWilliam A. Rowe Jr2005-06-061-1/+5
* Explain this branch in the README while in-processWilliam A. Rowe Jr2005-06-061-0/+17
* Sandbox of httpd/trunk/modules/ssl/ for OpenSSL 0.9.7 fips integration develo...William A. Rowe Jr2005-06-060-0/+0
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL): FixJoe Orton2005-06-031-1/+1
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-151-1/+1
* * httpd/modules/ssl/NWGNUmakefileAndré Malo2005-04-230-0/+0
* Fix issue where mod_ssl does not pick up the ssl-unclean-shutdownJoe Orton2005-04-193-40/+32
* Build mod_ssl for the NetWare platformBradley Nicholes2005-04-181-0/+289
* Second fat-fingered typo in 24 hrs. Balance parens, this now compiles.William A. Rowe Jr2005-03-171-1/+1
* Clean up emit for size truncation. Division here ensures we fit nicely.William A. Rowe Jr2005-03-171-1/+1
* * modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration.Joe Orton2005-02-153-0/+68
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-113-12/+12
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Move theJoe Orton2005-02-101-14/+14
* Remove formatting characters from ap_log_error() calls. TheseJeff Trawick2005-02-091-2/+2
* Change where we set r->user if we're setting it from a David Reid2005-02-051-11/+14
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0425-25/+50
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Fail if theJoe Orton2005-01-141-0/+4
* * modules/ssl/mod_ssl.c: Declare new config directivesJoe Orton2005-01-144-15/+58
* It's perferable to use a debug build of ssleay32/libeay32, but offerWilliam A. Rowe Jr2005-01-051-2/+2
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-022-3/+3
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert theJoe Orton2004-12-151-2/+0
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaultsJoe Orton2004-12-151-3/+0
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): UseJoe Orton2004-12-081-1/+2
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Simplify theJoe Orton2004-12-071-38/+25
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Remove theJoe Orton2004-12-021-13/+0
* Use a case insensitive compare when looking for 'Upgrade'.Paul Querna2004-12-021-1/+1
* * modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off):Joe Orton2004-11-251-2/+2
* general property cleanupAndré Malo2004-11-210-0/+0
* Remove the .cvsignore files.Joe Orton2004-11-191-20/+0
* Fix handling of non-blocking reads in mod_ssl (triggered by recentJoe Orton2004-11-141-3/+5
* Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of allJoe Orton2004-11-103-0/+27
* * modules/ssl/config.m4: Use libtool's -export-symbols-regex flag toJoe Orton2004-11-101-0/+5
* * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,Joe Orton2004-11-103-66/+57
* Remove bogus comment: for SSLPassPhraseDialog exec:..., argv isJoe Orton2004-11-041-1/+0
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix possibleJoe Orton2004-11-011-1/+2
* Add a check for SSL_ENABLED_OPTIONAL to the http_method and default_port hook...Bradley Nicholes2004-10-131-2/+2
* * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.Joe Orton2004-10-121-3/+3
* Fix CAN-2004-0885:Joe Orton2004-10-082-0/+23
* Use the right length.Jean-Frederic Clere2004-09-301-1/+1
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_connect): ReturnJoe Orton2004-09-221-1/+3
* * modules/ssl/ssl_scache_shmcb.c (ssl_scahe_shmcb_init): If anonymousJoe Orton2004-09-221-0/+4
* * modules/ssl/ssl_engine_vars.c: Map "UID" suffix to the same OIDJoe Orton2004-09-221-2/+3
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_remain): NewJoe Orton2004-08-182-0/+43
* * modules/ssl/ssl_engine_io.c (ssl_io_input_read): Fix rollbackJoe Orton2004-08-171-2/+6
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-1/+1
* * modules/ssl/ssl_engine_io.c (ssl_io_input_read): Fix potentialJoe Orton2004-08-111-0/+4
* Tokenize the header while parsing it for the upgrade tokens and once the prot...Bradley Nicholes2004-07-132-13/+31
* Use the correct Apache-2.x EBCDIC conversion function (not the old apache-1.3...Martin Kraemer2004-06-291-4/+3
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Create a newJoe Orton2004-06-151-0/+2
* Add "SSLUserName" directive to set r->user based on a chosen SSLJoe Orton2004-06-034-1/+25