Skip to content

Commit

Permalink
Just delete TESTING_PQ
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Aug 2, 2024
1 parent ca0c813 commit 6a57e5d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bindings/rust/s2n-tls/src/security.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,12 @@ pub const DEFAULT: Policy = policy!("default");
/// <https://aws.github.io/s2n-tls/usage-guide/ch06-security-policies.html>
pub const DEFAULT_TLS13: Policy = policy!("default_tls13");

#[cfg(feature = "pq")]
pub const TESTING_PQ: Policy = policy!("PQ-TLS-1-0-2021-05-26");

#[cfg(feature = "pq")]
pub const DEFAULT_PQ: Policy = policy!("default_pq");

pub const ALL_POLICIES: &[Policy] = &[
DEFAULT,
DEFAULT_TLS13,
#[cfg(feature = "pq")]
TESTING_PQ,
#[cfg(feature = "pq")]
DEFAULT_PQ,
];

0 comments on commit 6a57e5d

Please sign in to comment.