DNS, DKIM and ACME improvements - part 2

This commit is contained in:
Maurus Decimus
2026-04-01 20:03:51 +02:00
parent a155f819bc
commit d8fa19d105
55 changed files with 2421 additions and 573 deletions

View File

@@ -84,6 +84,7 @@ rasn-cms = "0.10"
rasn-pkix = "0.10"
sequoia-openpgp = { version = "2.0", default-features = false, features = ["crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"] }
zxcvbn = "3.1.0"
pkcs8 = { version = "0.10.2", features = ["alloc", "std"] }
[target.'cfg(unix)'.dependencies]
privdrop = "0.5.3"