mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Note bugfix and RFC support.
- Fix #658: unbound using TLS in a forwarding configuration does not verify the server's certificate (RFC 8310 support). git-svn-id: file:///svn/unbound/trunk@4636 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
d8df0ddef8
commit
1989c52ca0
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,9 @@
|
||||||
- Can set tls authentication with forward-addr: IP#tls.auth.name
|
- Can set tls authentication with forward-addr: IP#tls.auth.name
|
||||||
And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".
|
And put the public cert bundle in tls-cert-bundle: "ca-bundle.pem".
|
||||||
such as forward-addr: 9.9.9.9@853#dns.quad9.net or
|
such as forward-addr: 9.9.9.9@853#dns.quad9.net or
|
||||||
1.1.1.1@853#cloudflare-dns.com (RFC 8310).
|
1.1.1.1@853#cloudflare-dns.com
|
||||||
|
- Fix #658: unbound using TLS in a forwarding configuration does not
|
||||||
|
verify the server's certificate (RFC 8310 support).
|
||||||
|
|
||||||
18 April 2018: Wouter
|
18 April 2018: Wouter
|
||||||
- Fix auth-zone retry timer to be on schedule with retry timeout,
|
- Fix auth-zone retry timer to be on schedule with retry timeout,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue