Update boring

This commit is contained in:
Pascal Engélibert 2026-04-13 11:41:21 +02:00
commit 18537b0c79
3 changed files with 195 additions and 231 deletions

View file

@ -19,7 +19,8 @@ x509-parser = "0.18.1"
# TLS impls
aws-lc-rs = { version = "1.16.0", optional = true }
boring-rustls-provider = { git = "https://github.com/janrueth/boring-rustls-provider.git", rev = "490340afa77e2c08fc45853124f99d49f4f9f8a0", optional = true }
#boring-rustls-provider = { git = "https://github.com/janrueth/boring-rustls-provider.git", rev = "b88c87235dc43c85bb7d93cf9c9f039a865aec00", features = ["tls12", "mlkem"], optional = true }
boring-rustls-provider = { path = "../boring-rustls-provider/boring-rustls-provider", features = ["tls12", "mlkem"], optional = true }
rustls-graviola = { version = "0.3.3", optional = true }
rustls-openssl = { version = "0.3.0", default-features = false, features = ["tls12"], optional = true }
rustls-post-quantum = { version = "0.2.4", optional = true }
@ -27,8 +28,8 @@ rustls-symcrypt = { version = "0.2.1", optional = true, features = ["chacha", "x
[features]
default = [
"aws-lc",# Change this to the wanted cryptographic backend (list below)
"record",# It may be needed to remove the record feature when building with openssl
"boring",# Change this to the wanted cryptographic backend (list below)
#"record",# It may be needed to remove the record feature when building with openssl
]
record = ["sslrelay"]