TLS 1.1
Purpose
TLS 1.1 support in the modeled Connection API.
Rust API
- Crate:
noxtls - Module path (conceptual):
noxtls - Primary symbols:
ConnectionTlsVersionHandshakeStateCipherSuite
Feature flags and policy
feature-tls11 on noxtls-core.
Examples
use noxtls::{Connection, TlsVersion};
Security and compatibility
Disable legacy protocol versions in production unless required.