| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
of our forked apache possible by his work on nginx and slowcgi, but he
doesn't want it - so it is my pleasure to tedu it. I spent so much work
on chroot in it 10 years ago - and am very happy to see it go now, nginx
is a far better choice today.
Bye bye, Apache, won't miss you.
|
| |
|
|
|
|
|
| |
an SSLCompression option so that it can be turned back on, however on
this is currently a no-op due to the compile options for libssl.
Requested by and ok djm@
|
| |
|
|
|
|
|
|
| |
named curve to use when generating ephemeral EC keys for an ECDHE-based
cipher suite, or can be set to `none' to disable. The default is to use
a prime256v1 curve.
yay^Wok djm@
|
| |
|
|
|
|
|
| |
works correctly as a boolean on/off flag. While here, rename the variable
so that it is consistent with existing naming scheme.
ok otto@ djm@
|
| |
|
|
| |
ok djm@ guenther@
|
| | |
|
| | |
|
| |
|
|
|
| |
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@
and tech@ postings, many by Brad Tilley.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
port to be set in the config file instead of using HTTP_DEFAULT_PORT
in all cases. Prevent a segfault that would happen when the SSL
connection from the proxy fails.
Problem found and analyzed by Mischa Diehm; fix by me.
|
| |
|
|
| |
ok henning
|
| |
|
|
|
|
|
|
|
|
|
|
| |
existing installations. See the documentation for the IPv6 related
configuration.
This changes the module ABI since addresses are now struct addrinfo.
This has been tested by many people and run on production machines
for several months.
feedback many, ok todd
|
| | |
|
| | |
|
| |
|
|
|
| |
overflow in SSL session id parsing (by reaching a negative size arg)
ok henning
|
| |
|
|
|
|
|
|
|
| |
case where an ssl connection is not found in the scache dbm
Reported by, and fix suggested by
Darrin Chandler <darrin@puffy.asicommunications.com>
testing by me, ok henning@
|
| |
|
|
| |
From: Daniel Ouellet <daniel@presscom.net>
|
| |
|
|
|
|
|
|
| |
optional" to "SSLVerifyClient require"
fixes CAN-2005-2700
ok henning@, "go for it" deraadt@
|
| |
|
|
| |
henning@, otto@, robert@ ok
|
| |
|
|
|
|
| |
fetch into a local buffer.
Adapted from r1.10 of the same file in Apache CVS. henning@ ok
|
| |
|
|
| |
work by Daniel Ouellet <daniel@presscom.net>
|
| |
|
|
|
|
| |
joint work by Michael Knudsen <e@molioner.dk> and Daniel Ouellet
<daniel@presscom.net> with my input
no change in binaries
|
| | |
|
| |
|
|
|
|
| |
this diff removes a lot of #ifdef'd stuff that is irrelevant for us.
done by Daniel Ouellet after my advice.
tested by many, ok miod@
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
*) Fix buffer overflow in "SSLOptions +FakeBasicAuth" implementation
if the Subject-DN in the client certificate exceeds 6KB in length.
(CVE CAN-2004-0488).
*) Handle the case of OpenSSL retry requests after interrupted system
calls during the SSL handshake phase.
*) Remove some unused functions.
|
| |
|
|
|
|
|
| |
to produce a double, snprintf()ing that into a buffer and then
converting the string to an int with atoi().
ok millert@ henning@
|
| |
|
|
| |
ok brad@
|
| |
|
|
| |
Sandor Palfy <netchan@cotse.net>
|
| | |
|
| |
|
|
| |
found bu david
|
| | |
|
| |
|
|
|
| |
that was already in are purely cosmetical, but this will make the future
merge of mod_ssl 2.8.13 easier.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
from David Krause, Thanks!
|
| | |
|
| |
|
|
|
| |
fixes a cross site scripting bug
fixes 2 off-by-ones
|
| | |
|
| |
|
|
| |
makes graceful restarts work when running SSL.
|
| |
|
|
|
|
| |
/bin/sh, it is fine.
Sam Smith <S@mSmith.net> reported a breakage in case bash in installed, and
dhartmei@ analyzed, as far as I can see from the old mail sam forwarded me.
|
| | |
|
| |
|
|
| |
this does not mean a chrooted httpd survives a graceful restart (yet).
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
httpd will chroot itself into ServerRoot (/var/www) and drop root privileges
now. This is enabled by default. Make sure to read httpd(8).
help deraadt@
ssl mutex fixes beck@
"commit" deraadt@
|
| |
|
|
| |
via pr/2767.
|
| | |
|