summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-30/+30
* Implement a (bounded) buffer of request body data to provide a limitedJoe Orton2005-09-221-66/+28
* Record the fact that we failed to set the username as requested.David Reid2005-09-091-0/+3
* Fix CVE CAN-2005-2700:Joe Orton2005-08-301-2/+2
* Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to noteWilliam A. Rowe Jr2005-07-061-0/+1
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL): FixJoe Orton2005-06-031-1/+1
* Fix issue where mod_ssl does not pick up the ssl-unclean-shutdownJoe Orton2005-04-191-37/+27
* * 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-041-1/+2
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): UseJoe Orton2004-12-081-1/+2
* * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,Joe Orton2004-11-101-4/+4
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix possibleJoe Orton2004-11-011-1/+2
* Fix CAN-2004-0885:Joe Orton2004-10-081-0/+15
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_remain): NewJoe Orton2004-08-181-0/+1
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-1/+1
* Tokenize the header while parsing it for the upgrade tokens and once the prot...Bradley Nicholes2004-07-131-1/+1
* Add "SSLUserName" directive to set r->user based on a chosen SSLJoe Orton2004-06-031-0/+11
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix bufferJoe Orton2004-05-251-7/+8
* Allow the enabled flag to be set to more than just TRUE or FALSE so thatBradley Nicholes2004-03-051-5/+5
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+20
* update license to 2004.André Malo2004-01-011-1/+1
* Trivial change to reporting an error when an identity spoof isSander Striker2003-08-081-2/+2
* Add an error msg when encountering a spoofed identity. If this wouldSander Striker2003-08-071-0/+2
* Fix FakeBasicAuth for subrequests. This was reported via issueSander Striker2003-08-071-0/+8
* Prevent segfaults after SSL renegotiation failures.Joe Orton2003-07-211-0/+2
* Forward port patch for CAN-2003-0192 from 2.0.Sander Striker2003-07-091-1/+1
* The patch below reverts the prior commit to eliminate SSL_set_state().William A. Rowe Jr2003-05-221-1/+5
* Drop SSL_set_state() in favor of a proper SSL_renegotiate() to beginWilliam A. Rowe Jr2003-05-191-1/+1
* Solve SSL-C breakage introduced in mod_ssl.h rev 1.129 andWilliam A. Rowe Jr2003-04-051-1/+1
* Reapply the fix *intended* by rev 1.79 in a safer manner. Prior toWilliam A. Rowe Jr2003-04-051-1/+7
* EVP_PKEY_free() is refcounted on OpenSSL, but NOT under RSA SSL-C.William A. Rowe Jr2003-04-051-8/+7
* A cosmetic change to 1.79 - a real X509 *cert is in play, don't useWilliam A. Rowe Jr2003-04-051-8/+12
* Fix a compile failure with recent OpenSSL and picky compilersJeff Trawick2003-04-041-1/+1
* Introduce a number of SSLC hints to mod_ssl, including the followingWilliam A. Rowe Jr2003-04-031-2/+2
* finished that boring job:André Malo2003-02-031-1/+1
* *** empty log message ***William A. Rowe Jr2003-01-211-1/+0
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-0/+14
* Merge the last of the 'filtering' functions into ssl_engine_io.c, mergeWilliam A. Rowe Jr2002-11-051-99/+0
* Close several small leaks in SSL.William A. Rowe Jr2002-10-291-3/+13
* Outch. No freeing consts. Fortunately, the fn's return code isn't const.William A. Rowe Jr2002-10-271-1/+1
* mod_ssl uses free() inappropriately in several places, to freeJeff Trawick2002-10-251-4/+5
* This stuff shouldn't have been committed. This is the SSL upgrade stuff,Ryan Bloom2002-10-141-14/+0
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-0/+14
* 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