Skip to content

Commit c921c70

Browse files
committed
fix(tls): Remove post-quantum algorithms from FIPS
This removes `SECP256R1MLKEM768` as a supported algorithm when FIPS mode is enabled in the proxy. Signed-off-by: Scott Fleener <[email protected]>
1 parent a4b2e57 commit c921c70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linkerd/rustls/src/crypto.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ fn kx_groups() -> Vec<&'static dyn SupportedKxGroup> {
4646
#[cfg(feature = "rustls-aws-lc-fips")]
4747
fn kx_groups() -> Vec<&'static dyn SupportedKxGroup> {
4848
vec![
49-
aws_lc_rs::kx_group::SECP256R1MLKEM768,
5049
aws_lc_rs::kx_group::SECP256R1,
5150
aws_lc_rs::kx_group::SECP384R1,
5251
]

0 commit comments

Comments
 (0)