summaryrefslogtreecommitdiff
path: root/modules/ssl/mod_ssl.h
Commit message (Expand)AuthorAgeFilesLines
* forward-port the latest versions of mod_ssl and mod_setenvif from the 2.3 tru...Brian Pane2005-10-061-10/+13
* Doxygen fixup / cleanupIan Holsman2005-08-281-4/+14
* * modules/ssl/ssl_expr_eval.c (ssl_expr_eval_oid): Remove unusedJoe Orton2005-07-251-1/+0
* Allow extraction of the values of SSL certificate extensions intoMartin Kraemer2005-07-221-0/+3
* * modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration.Joe Orton2005-02-151-0/+10
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/mod_ssl.h: Declare ssl_is_https optional function.Joe Orton2004-03-041-0/+4
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-625/+5
* 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/+20
* * modules/ssl/ssl_scache_dc.c: Add the Apache Software License.Joe Orton2004-01-081-1/+1
* Add support to mod_ssl for a distributed session cache usingJoe Orton2004-01-081-2/+11
* update license to 2004.André Malo2004-01-011-1/+1
* * modules/ssl/mod_ssl.h: Remove prototypes for shmht.Joe Orton2003-11-261-8/+0
* Extend mod_status output to include SSL session cache statusJoe Orton2003-11-251-5/+3
* Remove shmht session cache in favour of shmcb; shmht has hadJoe Orton2003-11-251-3/+1
* Make mod_ssl consistent with itself when you have a halfass install ofCliff Woolley2003-08-121-1/+1
* not valid to modify string pointed to by szCryptoDevice... it points to aJeff Trawick2003-07-141-1/+1
* Needed on EBCDIC systemsMartin Kraemer2003-06-201-0/+1
* Unix: Handle permissions settings for flock-based mutexes inJeff Trawick2003-06-071-1/+0
* Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for theWilliam A. Rowe Jr2003-05-191-14/+1
* Why wouldn't this be a mod_ssl header?William A. Rowe Jr2003-05-161-2/+1
* Further breakage from r.1.131: MODSSL_INFO_CB_ARG_TYPE also includes the *.Justin Erenkrantz2003-04-061-1/+1
* Fix compile breakage introduced in r1.131.Justin Erenkrantz2003-04-061-1/+1
* Solve SSL-C breakage introduced in mod_ssl.h rev 1.129 andWilliam A. Rowe Jr2003-04-051-1/+1
* get function prototypes for strcasecmp() and strncasecmp()Jeff Trawick2003-04-041-0/+2
* Fix a compile failure with recent OpenSSL and picky compilersJeff Trawick2003-04-041-1/+1
* Introduce a number of SSLC hints to mod_ssl, including the followingWilliam A. Rowe Jr2003-04-031-1/+1
* Because SSL's child init is run *after* we change uid/gid. So we need to ensu...Jim Jagielski2003-03-291-0/+1
* OpenSSL should be included as "openssl/ssl.h" and not "ssl.h" (and rely on theMadhusudan Mathihalli2003-03-141-16/+0
* Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT noJim Jagielski2003-02-231-0/+4
* finished that boring job:André Malo2003-02-031-1/+1
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-1/+4
* Merge the last of the 'filtering' functions into ssl_engine_io.c, mergeWilliam A. Rowe Jr2002-11-051-13/+0
* This stuff shouldn't have been committed. This is the SSL upgrade stuff,Ryan Bloom2002-10-141-4/+1
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-1/+4
* Remove all special mod_ssl URIs. This also fixes the bug whereRyan Bloom2002-06-041-0/+1
* The only remaining question ... are nested or strictly unnested locksWilliam A. Rowe Jr2002-06-041-1/+1
* Remove SSLLog and SSLLogLevel directives in favor of having mod_ssl use theJustin Erenkrantz2002-05-161-29/+0
* Stop using SSL_ADD_SSLERR option in ssl_log() and replace with newJustin Erenkrantz2002-05-151-0/+1
* Convert mod_ssl to the new apr_global_mutex.h API and remove allAaron Bannert2002-04-091-1/+2
* PR: 7802Doug MacEachern2002-04-071-4/+0
* fix ProxyPass when frontend is https and backend is httpDoug MacEachern2002-04-071-0/+4
* add SSLProxyCARevocation{File,Path} directives to support CRLs in the proxyDoug MacEachern2002-03-301-0/+2
* pass sc to myCtxConfig macroDoug MacEachern2002-03-301-1/+1
* make it possible for proxy to use CRL callbackDoug MacEachern2002-03-301-1/+1
* add myCtxConfig macroDoug MacEachern2002-03-301-0/+1
* implement proxy client certificate callbackDoug MacEachern2002-03-301-0/+1
* Fix the version string. We want to end up with "mod_ssl/2.0.xx", notCliff Woolley2002-03-301-1/+1