diff options
| author | jca <> | 2021-11-24 20:06:32 +0000 |
|---|---|---|
| committer | jca <> | 2021-11-24 20:06:32 +0000 |
| commit | 757c7646fbdf4543d7d64d84a70fae57d5aa6849 (patch) | |
| tree | 5c54cb6cf992589936f091c9168bc2094e302988 /src | |
| parent | 3e83eb4858d40f69f0a7f1df2b1e78c1e7934c24 (diff) | |
| download | openbsd-757c7646fbdf4543d7d64d84a70fae57d5aa6849.tar.gz openbsd-757c7646fbdf4543d7d64d84a70fae57d5aa6849.tar.bz2 openbsd-757c7646fbdf4543d7d64d84a70fae57d5aa6849.zip | |
Describe what RES_USE_DNSSEC does and how it's affected by trust-ad
ok florian@
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libc/net/res_init.3 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/lib/libc/net/res_init.3 b/src/lib/libc/net/res_init.3 index 03e6fca747..3e0cabc358 100644 --- a/src/lib/libc/net/res_init.3 +++ b/src/lib/libc/net/res_init.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: res_init.3,v 1.5 2021/11/22 20:18:27 jca Exp $ | 1 | .\" $OpenBSD: res_init.3,v 1.6 2021/11/24 20:06:32 jca Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
| 4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
| @@ -27,7 +27,7 @@ | |||
| 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
| 29 | .\" | 29 | .\" |
| 30 | .Dd $Mdocdate: November 22 2021 $ | 30 | .Dd $Mdocdate: November 24 2021 $ |
| 31 | .Dt RES_INIT 3 | 31 | .Dt RES_INIT 3 |
| 32 | .Os | 32 | .Os |
| 33 | .Sh NAME | 33 | .Sh NAME |
| @@ -218,6 +218,19 @@ uses 4096 bytes as input buffer size. | |||
| 218 | Request that the resolver uses | 218 | Request that the resolver uses |
| 219 | Domain Name System Security Extensions (DNSSEC), | 219 | Domain Name System Security Extensions (DNSSEC), |
| 220 | as defined in RFCs 4033, 4034, and 4035. | 220 | as defined in RFCs 4033, 4034, and 4035. |
| 221 | The resolver routines will use the EDNS0 extension and set the DNSSEC DO | ||
| 222 | flag in queries, asking the name server to signal validated records by | ||
| 223 | setting the AD flag in the reply and to attach additional DNSSEC | ||
| 224 | records. | ||
| 225 | The resolver routines will clear the AD flag in replies unless the name | ||
| 226 | servers are considered trusted. | ||
| 227 | Also, client applications are often only interested in the value of the | ||
| 228 | AD flag, making the additional DNSSEC records a waste of network | ||
| 229 | bandwidth. | ||
| 230 | See the description for | ||
| 231 | .Dq options trust-ad | ||
| 232 | in | ||
| 233 | .Xr resolv.conf 5 . | ||
| 221 | .It Dv RES_USE_CD | 234 | .It Dv RES_USE_CD |
| 222 | Set the Checking Disabled flag on queries. | 235 | Set the Checking Disabled flag on queries. |
| 223 | .El | 236 | .El |
