| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | add SSLProxyEngine directive. this was not required in the 1.x based | Doug MacEachern | 2002-03-29 | 1 | -0/+2 |
| * | add optional function (ssl_proxy_enable) to turn on ssl proxy | Doug MacEachern | 2002-03-29 | 1 | -0/+6 |
| * | use ssl_cmd_verify_parse for SSLProxyVerify directive handler | Doug MacEachern | 2002-03-29 | 1 | -1/+1 |
| * | enable proxy directives | Doug MacEachern | 2002-03-29 | 1 | -10/+9 |
| * | moving cfgMerge macros to ssl_engine_config.c, they are not used anywhere else | Doug MacEachern | 2002-03-28 | 1 | -6/+0 |
| * | remove unused cfgMerge{Table,Ctx} macros | Doug MacEachern | 2002-03-28 | 1 | -2/+0 |
| * | moving protocol location | Doug MacEachern | 2002-03-28 | 1 | -2/+2 |
| * | breakup SSLSrvConfigRec in preparation for proxy support: | Doug MacEachern | 2002-03-28 | 1 | -31/+68 |
| * | ripping out some proxy stuff that isn't currently in use and is going | Doug MacEachern | 2002-03-28 | 1 | -21/+0 |
| * | already added configure check for SSL_set_cert_store | Doug MacEachern | 2002-03-28 | 1 | -5/+0 |
| * | de-hungarian-ize server config member names which are going to stay | Doug MacEachern | 2002-03-28 | 1 | -7/+7 |
| * | reorder a bit of the server config structure, moving items that are | Doug MacEachern | 2002-03-28 | 1 | -5/+6 |
| * | there is a heaping pile of: | Doug MacEachern | 2002-03-28 | 1 | -0/+1 |
| * | "new" is a c++ keyword; s/new/mrg/g in config merge functions | Doug MacEachern | 2002-03-27 | 1 | -4/+4 |
| * | bringing back MOD_SSL_VERSION macro, define it to AP_SERVER_BASEVERSION | Doug MacEachern | 2002-03-27 | 1 | -0/+2 |
| * | move prototype for modssl_session_get_time to ssl_util_ssl.h | Doug MacEachern | 2002-03-27 | 1 | -3/+0 |
| * | sslc 1.x does not have an x509v3.h | Doug MacEachern | 2002-03-27 | 1 | -1/+4 |
| * | moving OpenSSL+sslc compat foo to ssl_toolkit_compat.h | Doug MacEachern | 2002-03-27 | 1 | -52/+2 |
| * | 3rd arg of BIO callbacks in 'const char' in OpenSSL and 'char' in sslc, | Doug MacEachern | 2002-03-27 | 1 | -1/+5 |
| * | add modssl_session_get_time() function to give mod_ssl what it needs | Doug MacEachern | 2002-03-27 | 1 | -0/+3 |
| * | another step towards compatiblity with rsa sslc: | Doug MacEachern | 2002-03-27 | 1 | -0/+14 |
| * | configure already checks OpenSSL version so dont bother here | Doug MacEachern | 2002-03-27 | 1 | -7/+0 |
| * | per-dir SSLCACertificate{File,Path} cannot use SSL_CTX_set_cert_store | Doug MacEachern | 2002-03-26 | 1 | -5/+5 |
| * | constificationization of some char * config items | Doug MacEachern | 2002-03-26 | 1 | -4/+4 |
| * | the mod_ssl provided with Apache >= 2.0 no longer has an independent | Jeff Trawick | 2002-03-22 | 1 | -2/+0 |
| * | Clear up a const warning, and recognize some arrays by changing the | William A. Rowe Jr | 2002-03-17 | 1 | -2/+2 |
| * | PR: | Doug MacEachern | 2002-03-14 | 1 | -9/+11 |
| * | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
| * | add ssl_asn1_keystr() util function that returns string representation | Doug MacEachern | 2002-03-13 | 1 | -0/+2 |
| * | add ssl_asn1_table_keyfmt() function for clarity | Doug MacEachern | 2002-03-13 | 1 | -0/+3 |
| * | use ptemp in ssl_init_FindCAList() rather than creating a subpool. | Doug MacEachern | 2002-03-13 | 1 | -1/+1 |
| * | remove obsolete ssl_ds_{table,array} api | Doug MacEachern | 2002-03-13 | 1 | -30/+0 |
| * | for the sake of readablity, | Doug MacEachern | 2002-03-12 | 1 | -6/+6 |
| * | split ssl_init_TmpKeysHandle function to init/free functions, | Doug MacEachern | 2002-03-12 | 1 | -4/+0 |
| * | it is not required that temporary keys survive restarts, since they | Doug MacEachern | 2002-03-12 | 1 | -2/+0 |
| * | remove version checks for using EGD | Doug MacEachern | 2002-03-12 | 1 | -4/+2 |
| * | we require OpenSSL 0.9.6+ | Doug MacEachern | 2002-03-12 | 1 | -2/+2 |
| * | making ssl_init_SSLLibrary() static | Doug MacEachern | 2002-03-12 | 1 | -2/+0 |
| * | add SSL_VERIFY_PEER_STRICT shortcut for often used flags | Doug MacEachern | 2002-03-12 | 1 | -0/+3 |
| * | remove unused ap_server_ctx member from SSLSrvConfigRec | Doug MacEachern | 2002-03-08 | 1 | -1/+0 |
| * | s/const void/const char/g in ssl_asn1_table api | Doug MacEachern | 2002-03-01 | 1 | -3/+3 |
| * | Consensus is that we should not use the scoreboard as a source of entropy. | Cliff Woolley | 2002-03-01 | 1 | -1/+0 |
| * | reuse vhost keys for asn1 tables where keys are allocated out | Doug MacEachern | 2002-02-28 | 1 | -0/+1 |
| * | switch SSLModConfigRec.tPublicCert to ssl_asn1_table api to prevent | Doug MacEachern | 2002-02-28 | 1 | -1/+1 |
| * | switch SSLModConfigRec.tPrivateKey to ssl_asn1_table api to prevent | Doug MacEachern | 2002-02-28 | 1 | -1/+1 |
| * | add ssl_asn1_table_get() wrapper and change ssl_init_TmpKeysHandle() | Doug MacEachern | 2002-02-28 | 1 | -0/+3 |
| * | mod_ssl was "leaking" on restart since mc->tTmpKeys table entries | Doug MacEachern | 2002-02-28 | 1 | -1/+8 |
| * | Introduce the PassPhraseDialog 'pipe' mechanism. | William A. Rowe Jr | 2002-02-27 | 1 | -2/+2 |
| * | changing mod_ssl to do a full startup/teardown on each restart rather | Doug MacEachern | 2002-02-27 | 1 | -1/+1 |
| * | Grrrrr..... We should really use the correct line endings on all | Ryan Bloom | 2002-02-27 | 1 | -0/+1 |