Skip to content

Commit 08b5a34

Browse files
santosomarCopilot
andauthored
Update sources/core/codeguard-1-post-quantum-cryptography.md
Co-authored-by: Copilot <[email protected]>
1 parent 8ec9f5e commit 08b5a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/core/codeguard-1-post-quantum-cryptography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Concise Code Guard focused on what to implement and how to test it.
3030
- Hardware requirement for ML‑DSA: do not enable PQC ML‑DSA signatures using software‑only keys. Require HSM/TPM‑backed key storage and signing paths before migrating.
3131
- Telemetry and limits: capture negotiated groups, handshake sizes, and retry/failure causes. Tune (D)TLS record sizes and proxy/LB/concentrator limits to avoid fragmentation and timeouts.
3232
- SSH/HPKE: enable only vendor‑supported PQC/hybrid KEX (e.g., sntrup761x25519 in OpenSSH if allowed). For HPKE, rely on native language runtime/vendor/audited libraries that support ML‑KEM.
33-
- IPsec re-key: configure time/byte‑based lifetimes to re‑key IKE_SA and CHILD_SAs; ensure re‑key maintains the same algorithms used during IKEv2 exchanges.
33+
- IPsec rekey: configure time/byte‑based lifetimes to re‑key IKE_SA and CHILD_SAs; ensure re‑key maintains the same algorithms used during IKEv2 exchanges.
3434

3535
## Migration
3636
- Inventory endpoints and crypto usage.

0 commit comments

Comments
 (0)