e020e12a58f6c1996456458be0c78270cbb5a235 1634736 |
|
28-Oct-2014 |
trawick |
Remove commented-out SSLStaplingForceURL at global scope.
Global or not, its use is specialized and those that need it won't need a sample,
and others may be confused. |
331a2544ca883052617091603db015223257d00f 1633730 |
|
23-Oct-2014 |
trawick |
add OCSP Stapling configuration, disabled by default |
d31a9319c6960062f4089f0a3c64a6313af3c7a5 1560679 |
|
23-Jan-2014 |
trawick |
httpd allocates separate AF_INET/AF_INET6 sockets automatically
when v4-mapped addresses are disabled |
a4091af69fe84352a5cf3da4c84f8cd9b479089a 1468575 |
|
16-Apr-2013 |
fuankg |
Changed @exp_sysconfdir@ / @exp_logfiledir@ to relative paths. |
92332196b20253794e26ad9c51359d922eaf77d3 1370225 |
|
07-Aug-2012 |
trawick |
mod_socache_shmcb and mod_socache_dbm: finish support of
DefaultRuntimeDir
a partial conversion was made in r1299718, affecting cases
where no filename was specified |
d014f77dd1c7f5802a5b7bbc930ea14254205df3 1348653 |
|
10-Jun-2012 |
sf |
Add some improvements as suggested by Kaspar
- expand comment in config file
- check username == NULL
- detect SRP support via SSL_CTRL_SET_TLS_EXT_SRP_USERNAME_CB, not via openssl
version
- rename rv variable |
099c357f282d4aebf2b32264f7dce6ffc0497c37 1347980 |
|
08-Jun-2012 |
sf |
Add support for TLS-SRP (Secure Remote Password key exchange
for TLS, RFC 5054).
PR: 51075
Submitted by: Quinn Slack <sqs cs stanford edu>, Christophe Renou,
Peter Sylvester |
a932a4db86943f8b665ac27b44190ebd2e68d082 1203752 |
|
18-Nov-2011 |
kbrand |
Change the SSLCipherSuite default to a shorter, whitelist
oriented definition, and add an example for a speed-optimized
configuration (commented out by default).
In the SSL How-To, streamline the SSLCipherSuite examples where
applicable (explicitly banning EXP and NULL is not needed when
only HIGH is specified). |
090fd0cc4ac3bf2a0483275d76a715954d31df8d 1178695 |
|
04-Oct-2011 |
kbrand |
Add SSLCARevocationCheck directive to default mod_ssl config |
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbf 1135234 |
|
13-Jun-2011 |
sf |
Disable AECDH ciphers in example config by using !aNULL (which includes
all ciphers without authentication.
PR: 51363
Submitted by: Rob Stradling <rob comodo com> |
12688af549fbbe0d88c9a1b82286899192ab2235 1132793 |
|
06-Jun-2011 |
sf |
Make the MSIE BrowserMatch regexp fit for MSIE 10. Remove useless '.*' |
83de39879307034216ce0af15a47a88a55af11e3 966160 |
|
21-Jul-2010 |
rjung |
Update SSL cipher suite and add example for SSLHonorCipherOrder. |
12c020c3de18ccef11c02861bbb0c2da59d77ca7 966055 |
|
21-Jul-2010 |
gstein |
Fix up some SSL configuration, per issue #49484. IE6 had a hotfix released
for this problem quite a while back (see kb 921090), so restrict the
modified behavior to the old/unsupported browsers.
* docs/conf/extra/http-ssl.conf.in:
(): tighten up the regex to only select old MSIE browsers for the
downgrade in http behavior. this allows IE6 to run much faster. |
f422fa04a2aba00b03b72685702c9ffa87c873ad 954816 |
|
15-Jun-2010 |
rjung |
Update comment about required modules in extra configuration files.
Mostly adding the information to the vhost and ssl files,
and adding mod_authz_core and mod_authz_host (for
"Require all denied" and "Require all granted") where needed. |
11f2c481e1d57bedb3f758565307501e9a2730dd 883540 |
|
24-Nov-2009 |
trawick |
Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
and WatchdogMutexPath with a single Mutex directive. Add APIs to
simplify setup and user customization of APR proc and global mutexes.
(See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer
respected; set DEFAULT_REL_RUNTIMEDIR instead.
Some existing modules, such as mod_ldap and mod_auth_digest gain
configurability for their mutexes. |
ea6ff3396df1d6d43ee0ecfa3e26ada981d8e9a3 834378 |
|
10-Nov-2009 |
sctemme |
enable support for ECC keys and ECDH ciphers. Tested against
OpenSSL 1.0.0b3. [Vipul Gupta vipul.gupta sun.com, Sander Temme] |
8d708b77862c71c6907c499463dc687aa596c8d6 732816 |
|
08-Jan-2009 |
noodl |
Typo sent/send |
e58f54f3e2df3fa32b7f48a9d21b04f34a68d5f2 713575 |
|
13-Nov-2008 |
noodl |
Minor grammatical issues |
24066abc54d26593eaad3ebbbaad2fd6b6693700 606806 |
|
25-Dec-2007 |
fuankg |
Enable to configure the https port - missing pieces. |
9ed3fee22fa1888a70ac42b7b6b8ea475fad0a6d 606316 |
|
21-Dec-2007 |
fuankg |
Enabled to configure the https port as we do with http port too. |
dd95df8703edc1b5bfbe63e30eb2b53eb4f01e04 571335 |
|
31-Aug-2007 |
wrowe |
Based on Roy's commit 571285
application/x-x509-ca-cert der crt
application/pkix-crl crl
stop maintaining these in extras/httpd-ssl.conf. |
c46196ce9382374d19dd1c631a38d4f5db5d967b 515403 |
|
07-Mar-2007 |
sctemme |
Quote any file system path that may have spaces when expanded |
b51bf223f42d43ca6b1b33c95124edcfa5a871a4 333005 |
|
13-Nov-2005 |
nd |
centralize the versioning of the httpd and the docs directories |
02765bf5a46488817254de879ca66a18571266ac 290940 |
|
22-Sep-2005 |
martin |
Typo |
0f71f5ced0ef74489ac8773793163c6ca422c565 190906 |
|
16-Jun-2005 |
jorton |
PHP 3.x + httpd-2.2 seems... unlikely. |
295f68084fa29696cf78c0fbdf116ce2d8977f17 190905 |
|
16-Jun-2005 |
rbowen |
Change "Files ~" to the preferred "FilesMatch" |
f811a5f7a14ac00761030bafa7c2adaa042da030 161883 |
|
19-Apr-2005 |
jorton |
* docs/conf/extra/httpd-ssl.conf.in: Don't reference directories which
aren't created by "make install". Use BrowserMatch. |
945a9b081610f2b57759231e4cfad7aed62c9326 160696 |
|
09-Apr-2005 |
slive |
Merged the simple-conf branch changes r159781:160695 into the trunk. |