Skip to content

Commit

Permalink
boring: Add SslCurve FFDHE2048/FFDHE3072 NID support (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 authored Dec 18, 2024
1 parent 30cadfb commit 6ef0ca3
Show file tree
Hide file tree
Showing 3 changed files with 5,069 additions and 20 deletions.
8 changes: 4 additions & 4 deletions boring-sys/build/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,10 @@ fn ensure_patches_applied(config: &Config) -> io::Result<()> {
println!("cargo:warning=applying old ciphers patch to boringssl");
apply_patch(config, "boringssl-old-ciphers.patch")?;

if config.features.pq_experimental {
println!("cargo:warning=applying experimental post quantum crypto patch to boringssl");
apply_patch(config, "boring-pq.patch")?;
}
// if config.features.pq_experimental {
// println!("cargo:warning=applying experimental post quantum crypto patch to boringssl");
// apply_patch(config, "boring-pq.patch")?;
// }

if config.features.rpk {
println!("cargo:warning=applying RPK patch to boringssl");
Expand Down
Loading

0 comments on commit 6ef0ca3

Please sign in to comment.