| Commit message (Expand) | Author | Age | Files | Lines |
| * | forward-port the latest versions of mod_ssl and mod_setenvif from the 2.3 tru... | Brian Pane | 2005-10-06 | 14 | -254/+392 |
| * | * modules/ssl/ssl_util_ssl.c (SSL_X509_STORE_create): Catch errors | Joe Orton | 2005-09-01 | 1 | -4/+7 |
| * | Fix CVE CAN-2005-2700: | Joe Orton | 2005-08-30 | 1 | -2/+2 |
| * | Noticed in the development of fips-enabled mod_ssl, when we are | William A. Rowe Jr | 2005-08-29 | 1 | -3/+12 |
| * | Doxygen fixup / cleanup | Ian Holsman | 2005-08-28 | 5 | -96/+138 |
| * | A very minor, but particularly annoying whitespace fix. It took me 15 minutes | Colm MacCarthaigh | 2005-08-25 | 1 | -1/+1 |
| * | For generated files, strip off an absolute path | Martin Kraemer | 2005-08-02 | 1 | -1/+2 |
| * | Commit (forgotten) generated files for changed in ssl_expr_parse.y and ssl_ex... | Martin Kraemer | 2005-08-02 | 3 | -1149/+694 |
| * | * modules/ssl/mod_ssl.c (ssl_hook_pre_config): Initialize all | Joe Orton | 2005-08-01 | 1 | -0/+1 |
| * | * modules/ssl/ssl_expr_eval.c (ssl_expr_eval_oid): Remove unused | Joe Orton | 2005-07-25 | 3 | -2/+2 |
| * | Allow extraction of the values of SSL certificate extensions into | Martin Kraemer | 2005-07-22 | 3 | -22/+53 |
| * | Collaborative work: (Thanks, dreid!) | Martin Kraemer | 2005-07-20 | 4 | -2/+75 |
| * | Good suggestion from a private Email. name changes. | Jim Jagielski | 2005-07-08 | 3 | -4/+4 |
| * | No UCHAR, per Joe | William A. Rowe Jr | 2005-07-08 | 1 | -1/+2 |
| * | Fix case where buggy OpenSSL internal cache continually grows. | Jim Jagielski | 2005-07-08 | 4 | -3/+7 |
| * | Joe strongly objected to this outgoing style; use this incoming | William A. Rowe Jr | 2005-07-08 | 4 | -30/+23 |
| * | The macro is simply not worth it; each of these various occurances | William A. Rowe Jr | 2005-07-07 | 4 | -12/+30 |
| * | Wrap this type in a macro since it seems to be bouncing from | William A. Rowe Jr | 2005-07-06 | 3 | -7/+15 |
| * | Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to note | William A. Rowe Jr | 2005-07-06 | 2 | -0/+38 |
| * | Dev Studio automatically adds the intermediate and final directory | William A. Rowe Jr | 2005-07-06 | 1 | -8/+8 |
| * | Accomodate API changes to OpenSSL 0.9.8 (now in beta). | William A. Rowe Jr | 2005-07-06 | 1 | -0/+7 |
| * | - If the Protocol has not been set, do not crash. Long term, we need to ensu... | Paul Querna | 2005-06-24 | 1 | -1/+2 |
| * | Don't try to rebuild the shipping files. | Bradley Nicholes | 2005-06-20 | 1 | -2/+12 |
| * | Update remaining 2004 copyright notices. | Joe Orton | 2005-06-14 | 4 | -4/+8 |
| * | Merge the listen-protocol sandbox branch to trunk. | Paul Querna | 2005-06-14 | 1 | -1/+6 |
| * | * modules/ssl/ssl_engine_io.c (ssl_io_filter_init): Initialize the | Joe Orton | 2005-06-10 | 1 | -0/+1 |
| * | * modules/ssl/ssl_engine_dh.c: Adjust the embedded perl code such that | Joe Orton | 2005-06-08 | 1 | -40/+42 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL): Fix | Joe Orton | 2005-06-03 | 1 | -1/+1 |
| * | Reintroduce stack frame construction with /Oy- (removal was implied by /O2). | William A. Rowe Jr | 2005-05-15 | 1 | -1/+1 |
| * | Fix issue where mod_ssl does not pick up the ssl-unclean-shutdown | Joe Orton | 2005-04-19 | 3 | -40/+32 |
| * | Build mod_ssl for the NetWare platform | Bradley Nicholes | 2005-04-18 | 1 | -0/+289 |
| * | Second fat-fingered typo in 24 hrs. Balance parens, this now compiles. | William A. Rowe Jr | 2005-03-17 | 1 | -1/+1 |
| * | Clean up emit for size truncation. Division here ensures we fit nicely. | William A. Rowe Jr | 2005-03-17 | 1 | -1/+1 |
| * | * modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration. | Joe Orton | 2005-02-15 | 3 | -0/+68 |
| * | Move the POSIX reg* implementations into the ap_* namespace; | Joe Orton | 2005-02-11 | 3 | -12/+12 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Move the | Joe Orton | 2005-02-10 | 1 | -14/+14 |
| * | Remove formatting characters from ap_log_error() calls. These | Jeff Trawick | 2005-02-09 | 1 | -2/+2 |
| * | Change where we set r->user if we're setting it from a | David Reid | 2005-02-05 | 1 | -11/+14 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 25 | -25/+50 |
| * | * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Fail if the | Joe Orton | 2005-01-14 | 1 | -0/+4 |
| * | * modules/ssl/mod_ssl.c: Declare new config directives | Joe Orton | 2005-01-14 | 4 | -15/+58 |
| * | It's perferable to use a debug build of ssleay32/libeay32, but offer | William A. Rowe Jr | 2005-01-05 | 1 | -2/+2 |
| * | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 2 | -3/+3 |
| * | * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert the | Joe Orton | 2004-12-15 | 1 | -2/+0 |
| * | * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaults | Joe Orton | 2004-12-15 | 1 | -3/+0 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): Use | Joe Orton | 2004-12-08 | 1 | -1/+2 |
| * | * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Simplify the | Joe Orton | 2004-12-07 | 1 | -38/+25 |
| * | * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Remove the | Joe Orton | 2004-12-02 | 1 | -13/+0 |
| * | Use a case insensitive compare when looking for 'Upgrade'. | Paul Querna | 2004-12-02 | 1 | -1/+1 |
| * | * modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off): | Joe Orton | 2004-11-25 | 1 | -2/+2 |