//! Shared security configuration used across transports.
//!
//! This crate owns lower-level security vocabulary that multiple transport
//! and auth crates need without depending on each other: TLS policy, [`SecretString`],
//! secure HTTP response headers, and shared HTTP auth scheme constants.
/// HTTP security header policy and shared auth scheme constants.
/// Secret redaction and constant-time comparison helpers.
/// TLS material and verification policy.
pub use ;
pub use ;
pub use ;