Skip to content

Commit

Permalink
Forward hickory-dns's root cert features to hickory-resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
hch12907 authored and djc committed Mar 4, 2024
1 parent 966bc27 commit f382e96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/Cargo.toml
Expand Up @@ -93,8 +93,8 @@ tls = ["dns-over-openssl"]
# WARNING: there is a bug in the mutual tls auth code at the moment see issue #100
# mtls = ["hickory-client/mtls"]

webpki-roots = ["hickory-client/webpki-roots"]
native-certs = ["hickory-client/native-certs"]
webpki-roots = ["hickory-client/webpki-roots", "hickory-server/webpki-roots"]
native-certs = ["hickory-client/native-certs", "hickory-server/native-certs"]

[[bin]]
name = "hickory-dns"
Expand Down
3 changes: 3 additions & 0 deletions crates/server/Cargo.toml
Expand Up @@ -100,6 +100,9 @@ dns-over-h3 = [
tls-openssl = ["dns-over-openssl"]
tls = ["dns-over-openssl"]

webpki-roots = ["hickory-resolver/webpki-roots"]
native-certs = ["hickory-resolver/native-certs"]

# WARNING: there is a bug in the mutual tls auth code at the moment see issue #100
# mtls = ["hickory-client/mtls"]

Expand Down

0 comments on commit f382e96

Please sign in to comment.