DANE: Improper TLSA record validation (#2328 - credits to @vdukhovni)

This commit is contained in:
Maurus Decimus
2026-06-21 15:23:53 +02:00
parent d33c4afbc1
commit 94bea19f01
5 changed files with 708 additions and 141 deletions

View File

@@ -29,7 +29,8 @@ sieve-rs = { version = "0.7", features = ["rkyv"] }
ahash = { version = "0.8" }
rustls = { version = "0.23.5", default-features = false, features = ["std", "aws_lc_rs", "tls12"] }
rustls-pemfile = "2.0"
rustls-pki-types = { version = "1" }
rustls-pki-types = { version = "1", features = ["std"] }
rustls-webpki = { version = "0.103", default-features = false, features = ["std", "aws-lc-rs"] }
tokio = { version = "1.47", features = ["full"] }
tokio-rustls = { version = "0.26", default-features = false, features = ["aws_lc_rs", "tls12"] }
hyper = { version = "1.0.1", features = ["server", "http1", "http2"] }