summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_config.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-13/+13
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* A very minor, but particularly annoying whitespace fix. It took me 15 minutesColm MacCarthaigh2005-08-251-1/+1
* Good suggestion from a private Email. name changes.Jim Jagielski2005-07-081-2/+2
* Fix case where buggy OpenSSL internal cache continually grows.Jim Jagielski2005-07-081-0/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/mod_ssl.c: Declare new config directivesJoe Orton2005-01-141-10/+35
* Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of allJoe Orton2004-11-101-0/+25
* Remove bogus comment: for SSLPassPhraseDialog exec:..., argv isJoe Orton2004-11-041-1/+0
* Add "SSLUserName" directive to set r->user based on a chosen SSLJoe Orton2004-06-031-0/+9
* Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flagJoe Orton2004-06-031-0/+13
* Drop support for the "CompatEnvVars" argument to SSLOptions, which wasJoe Orton2004-06-031-3/+0
* * modules/ssl/ssl_engine_config.c (ssl_config_global_create): Fix gccJoe Orton2004-05-171-5/+4
* 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/+19
* Add support to mod_ssl for a distributed session cache usingJoe Orton2004-01-081-0/+13
* update license to 2004.André Malo2004-01-011-1/+1
* Remove shmht session cache in favour of shmcb; shmht has hadJoe Orton2003-11-251-41/+1
* Make mod_ssl consistent with itself when you have a halfass install ofCliff Woolley2003-08-121-1/+1
* Unix: Handle permissions settings for flock-based mutexes inJeff Trawick2003-06-071-3/+0
* Provide a far more useful explanation when SSLCryptoDevice fails toWilliam A. Rowe Jr2003-05-301-10/+12
* Based on list discussion between myself and Geoff, it seems prudentWilliam A. Rowe Jr2003-05-301-2/+2
* Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for theWilliam A. Rowe Jr2003-05-191-2/+2
* Because SSL's child init is run *after* we change uid/gid. So we need to ensu...Jim Jagielski2003-03-291-0/+3
* Per JimJ's review - we prefer posix over semv, fcntl over flock,William A. Rowe Jr2003-03-281-35/+19
* Addendum to r1.74; Keep only the resulting filename in the global pool,William A. Rowe Jr2003-03-281-4/+4
* Allow any mutex to accept a 'filename' ... and always root it to theWilliam A. Rowe Jr2003-03-271-57/+56
* Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT noJim Jagielski2003-02-231-2/+72
* finished that boring job:André Malo2003-02-031-1/+1
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-4/+15
* 2 silly bugs. First of all, make the code match the error logJim Jagielski2002-10-221-5/+5
* This stuff shouldn't have been committed. This is the SSL upgrade stuff,Ryan Bloom2002-10-141-15/+4
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-4/+15
* Remove SSLLog and SSLLogLevel directives in favor of having mod_ssl use theJustin Erenkrantz2002-05-161-60/+0
* copy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath needs to set cert_pathDoug MacEachern2002-04-021-1/+1
* fix copy-n-pasto: ssl_cmd_SSLProxyCACertificatePath needs to useDoug MacEachern2002-04-021-1/+1
* add SSLProxyCARevocation{File,Path} directives to support CRLs in the proxyDoug MacEachern2002-03-301-0/+32
* add SSLProxyEngine directive. this was not required in the 1.x basedDoug MacEachern2002-03-291-0/+11
* s/id/mode/ in ssl_cmd_SSLProxyVerifyDoug MacEachern2002-03-291-1/+1
* use ssl_cmd_verify_parse for SSLProxyVerify directive handlerDoug MacEachern2002-03-291-6/+12
* s/ctx/dcfg/g in ssl directive handlersDoug MacEachern2002-03-291-32/+52
* enable proxy directivesDoug MacEachern2002-03-291-27/+29
* add ssl_config_server_new function to fold some duplication in serverDoug MacEachern2002-03-291-10/+15
* inititialize and merge proxy configDoug MacEachern2002-03-291-0/+32
* no point in merging things which are not set until after merge happens.Doug MacEachern2002-03-291-16/+8
* 'ctx' traditionally refers to an SSL_CTX. change modssl_ctx_tDoug MacEachern2002-03-291-25/+25
* ctx->sc is set during initDoug MacEachern2002-03-281-3/+3