Skip to main content

Module pqc_tls

Module pqc_tls 

Source
Expand description

Post-quantum-crypto TLS readiness gate (depends on E6 โ€” issue #550).

Inspects the deploy adapter output for _headers (Cloudflare / Netlify) or wrangler.toml and asserts the TLS+HSTS posture required for PQC roll-forward:

  • TLS 1.3 declared (min-version, tls-1.3 etc.).
  • HSTS header present with max-age >= 31536000 (one year).

When neither file exists (the common case before E6 merges) the gate emits a single info finding noting the skip rather than failing โ€” exactly as the issue body specifies.

Structsยง

PqcTlsGate
PQC TLS readiness gate.