summaryrefslogtreecommitdiff
path: root/modules/ssl
Commit message (Expand)AuthorAgeFilesLines
* forward-port the latest versions of mod_ssl and mod_setenvif from the 2.3 tru...Brian Pane2005-10-0614-254/+392
* * modules/ssl/ssl_util_ssl.c (SSL_X509_STORE_create): Catch errorsJoe Orton2005-09-011-4/+7
* Fix CVE CAN-2005-2700:Joe Orton2005-08-301-2/+2
* Noticed in the development of fips-enabled mod_ssl, when we areWilliam A. Rowe Jr2005-08-291-3/+12
* Doxygen fixup / cleanupIan Holsman2005-08-285-96/+138
* A very minor, but particularly annoying whitespace fix. It took me 15 minutesColm MacCarthaigh2005-08-251-1/+1
* For generated files, strip off an absolute pathMartin Kraemer2005-08-021-1/+2
* Commit (forgotten) generated files for changed in ssl_expr_parse.y and ssl_ex...Martin Kraemer2005-08-023-1149/+694
* * modules/ssl/mod_ssl.c (ssl_hook_pre_config): Initialize allJoe Orton2005-08-011-0/+1
* * modules/ssl/ssl_expr_eval.c (ssl_expr_eval_oid): Remove unusedJoe Orton2005-07-253-2/+2
* Allow extraction of the values of SSL certificate extensions intoMartin Kraemer2005-07-223-22/+53
* Collaborative work: (Thanks, dreid!)Martin Kraemer2005-07-204-2/+75
* Good suggestion from a private Email. name changes.Jim Jagielski2005-07-083-4/+4
* No UCHAR, per JoeWilliam A. Rowe Jr2005-07-081-1/+2
* Fix case where buggy OpenSSL internal cache continually grows.Jim Jagielski2005-07-084-3/+7
* Joe strongly objected to this outgoing style; use this incomingWilliam A. Rowe Jr2005-07-084-30/+23
* The macro is simply not worth it; each of these various occurancesWilliam A. Rowe Jr2005-07-074-12/+30
* Wrap this type in a macro since it seems to be bouncing fromWilliam A. Rowe Jr2005-07-063-7/+15
* Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to noteWilliam A. Rowe Jr2005-07-062-0/+38
* Dev Studio automatically adds the intermediate and final directoryWilliam A. Rowe Jr2005-07-061-8/+8
* Accomodate API changes to OpenSSL 0.9.8 (now in beta).William A. Rowe Jr2005-07-061-0/+7
* - If the Protocol has not been set, do not crash. Long term, we need to ensu...Paul Querna2005-06-241-1/+2
* Don't try to rebuild the shipping files.Bradley Nicholes2005-06-201-2/+12
* Update remaining 2004 copyright notices.Joe Orton2005-06-144-4/+8
* Merge the listen-protocol sandbox branch to trunk.Paul Querna2005-06-141-1/+6
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_init): Initialize theJoe Orton2005-06-101-0/+1
* * modules/ssl/ssl_engine_dh.c: Adjust the embedded perl code such thatJoe Orton2005-06-081-40/+42
* * 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
* 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