summaryrefslogtreecommitdiff
path: root/modules/ssl/mod_ssl.h
Commit message (Expand)AuthorAgeFilesLines
...
* add SSLProxyEngine directive. this was not required in the 1.x basedDoug MacEachern2002-03-291-0/+2
* add optional function (ssl_proxy_enable) to turn on ssl proxyDoug MacEachern2002-03-291-0/+6
* use ssl_cmd_verify_parse for SSLProxyVerify directive handlerDoug MacEachern2002-03-291-1/+1
* enable proxy directivesDoug MacEachern2002-03-291-10/+9
* moving cfgMerge macros to ssl_engine_config.c, they are not used anywhere elseDoug MacEachern2002-03-281-6/+0
* remove unused cfgMerge{Table,Ctx} macrosDoug MacEachern2002-03-281-2/+0
* moving protocol locationDoug MacEachern2002-03-281-2/+2
* breakup SSLSrvConfigRec in preparation for proxy support:Doug MacEachern2002-03-281-31/+68
* ripping out some proxy stuff that isn't currently in use and is goingDoug MacEachern2002-03-281-21/+0
* already added configure check for SSL_set_cert_storeDoug MacEachern2002-03-281-5/+0
* de-hungarian-ize server config member names which are going to stayDoug MacEachern2002-03-281-7/+7
* reorder a bit of the server config structure, moving items that areDoug MacEachern2002-03-281-5/+6
* there is a heaping pile of:Doug MacEachern2002-03-281-0/+1
* "new" is a c++ keyword; s/new/mrg/g in config merge functionsDoug MacEachern2002-03-271-4/+4
* bringing back MOD_SSL_VERSION macro, define it to AP_SERVER_BASEVERSIONDoug MacEachern2002-03-271-0/+2
* move prototype for modssl_session_get_time to ssl_util_ssl.hDoug MacEachern2002-03-271-3/+0
* sslc 1.x does not have an x509v3.hDoug MacEachern2002-03-271-1/+4
* moving OpenSSL+sslc compat foo to ssl_toolkit_compat.hDoug MacEachern2002-03-271-52/+2
* 3rd arg of BIO callbacks in 'const char' in OpenSSL and 'char' in sslc,Doug MacEachern2002-03-271-1/+5
* add modssl_session_get_time() function to give mod_ssl what it needsDoug MacEachern2002-03-271-0/+3
* another step towards compatiblity with rsa sslc:Doug MacEachern2002-03-271-0/+14
* configure already checks OpenSSL version so dont bother hereDoug MacEachern2002-03-271-7/+0
* per-dir SSLCACertificate{File,Path} cannot use SSL_CTX_set_cert_storeDoug MacEachern2002-03-261-5/+5
* constificationization of some char * config itemsDoug MacEachern2002-03-261-4/+4
* the mod_ssl provided with Apache >= 2.0 no longer has an independentJeff Trawick2002-03-221-2/+0
* Clear up a const warning, and recognize some arrays by changing theWilliam A. Rowe Jr2002-03-171-2/+2
* PR:Doug MacEachern2002-03-141-9/+11
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* add ssl_asn1_keystr() util function that returns string representationDoug MacEachern2002-03-131-0/+2
* add ssl_asn1_table_keyfmt() function for clarityDoug MacEachern2002-03-131-0/+3
* use ptemp in ssl_init_FindCAList() rather than creating a subpool.Doug MacEachern2002-03-131-1/+1
* remove obsolete ssl_ds_{table,array} apiDoug MacEachern2002-03-131-30/+0
* for the sake of readablity,Doug MacEachern2002-03-121-6/+6
* split ssl_init_TmpKeysHandle function to init/free functions,Doug MacEachern2002-03-121-4/+0
* it is not required that temporary keys survive restarts, since theyDoug MacEachern2002-03-121-2/+0
* remove version checks for using EGDDoug MacEachern2002-03-121-4/+2
* we require OpenSSL 0.9.6+Doug MacEachern2002-03-121-2/+2
* making ssl_init_SSLLibrary() staticDoug MacEachern2002-03-121-2/+0
* add SSL_VERIFY_PEER_STRICT shortcut for often used flagsDoug MacEachern2002-03-121-0/+3
* remove unused ap_server_ctx member from SSLSrvConfigRecDoug MacEachern2002-03-081-1/+0
* s/const void/const char/g in ssl_asn1_table apiDoug MacEachern2002-03-011-3/+3
* Consensus is that we should not use the scoreboard as a source of entropy.Cliff Woolley2002-03-011-1/+0
* reuse vhost keys for asn1 tables where keys are allocated outDoug MacEachern2002-02-281-0/+1
* switch SSLModConfigRec.tPublicCert to ssl_asn1_table api to preventDoug MacEachern2002-02-281-1/+1
* switch SSLModConfigRec.tPrivateKey to ssl_asn1_table api to preventDoug MacEachern2002-02-281-1/+1
* add ssl_asn1_table_get() wrapper and change ssl_init_TmpKeysHandle()Doug MacEachern2002-02-281-0/+3
* mod_ssl was "leaking" on restart since mc->tTmpKeys table entriesDoug MacEachern2002-02-281-1/+8
* Introduce the PassPhraseDialog 'pipe' mechanism.William A. Rowe Jr2002-02-271-2/+2
* changing mod_ssl to do a full startup/teardown on each restart ratherDoug MacEachern2002-02-271-1/+1
* Grrrrr..... We should really use the correct line endings on allRyan Bloom2002-02-271-0/+1