Commit Graph

9 Commits

Author SHA1 Message Date
Dag-Erling Smørgrav
3ff5baf8cb Add support for using a local socket for the remote control connection
by specifying uts path instead of (or in addition to) an IP address as
an argument to the control-interface configuration variable.

Add support for unencrypted and unauthenticated control connections
through a new configuration variable, control-use-cert.  To avoid the
complexity of supporting both SSL socket and plain socket descriptors
in the same code, we just use an unencrypted SSL context and forego
authentication.  The downside is that we still have to perform DH kex
when establishing the connection.

This patch was derived (with significant modifications) from the
contrib/unbound_unixsock.diff patch originally submitted by Ilya
Bakulin of Genua mbH.
2015-01-05 14:55:52 +00:00
Dag-Erling Smørgrav
7954be7fa5 import unbound 1.5.1 2015-01-02 17:35:29 +00:00
Dag-Erling Smørgrav
7f563e614f fix unwanted merge in previous commit 2015-01-02 17:32:50 +00:00
Dag-Erling Smørgrav
d433784aff import unbound 1.5.0 2015-01-02 17:31:36 +00:00
Xin LI
c40c0dcc50 Bring in unbound fixes for CVE-2014-8602 to ease future code import. 2014-12-16 23:25:12 +00:00
Dag-Erling Smørgrav
79dd93c19f import unbound 1.4.22 2014-05-14 18:44:22 +00:00
Dag-Erling Smørgrav
f61d78fb42 import unbound 1.4.21 2014-05-14 18:43:20 +00:00
Dag-Erling Smørgrav
697291b66c Import unbound 1.4.20 2013-04-05 09:06:26 +00:00
Dag-Erling Smørgrav
afb79913ce import unbound 1.4.17 2012-07-04 14:24:26 +00:00