summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_util_stapling.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consistently use loglevel emerg before ssl_die()Stefan Fritsch2010-10-241-2/+2
* Make sure OCSP Stapling Mutex is initiliased if we need it.Stephen Henson2010-10-181-1/+6
* Catch up with ap_[proc|global]_mutex_create api changeWilliam A. Rowe Jr2010-05-041-1/+1
* Catch up ssl to socache store expiry change, and clarify what the code is doingWilliam A. Rowe Jr2010-02-091-6/+6
* Style guides at httpd are pretty clear, macro values are UPCASE, please?William A. Rowe Jr2010-02-071-3/+3
* Fix default OSCP stapling port.William A. Rowe Jr2010-01-261-0/+4
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-35/+10
* We now check for OCSP support in configure, so we can lose an OpenSSL versionSander Temme2009-11-031-2/+2
* * modules/ssl/ssl_util_stapling.c (stapling_cache_response): UseJoe Orton2009-10-281-1/+1
* * modules/ssl/ssl_util_stapling.c (stapling_cb): Use mySrvFromConn(),Joe Orton2009-10-281-2/+1
* * module/ssl/ssl_util_stapling.c: Style fixes, no functional change.Joe Orton2009-10-281-6/+12
* fixed indents.Guenter Knauf2009-10-271-6/+6
* converted tabs, removed trailing spaces.Guenter Knauf2009-10-271-22/+22
* Add support for OCSP "stapling":Joe Orton2009-10-251-0/+699