Skip to content

Commit 6e5523d

Browse files
santosomarCopilot
authored andcommitted
Update skills/software-security/rules/codeguard-1-post-quantum-cryptography.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d2ad730 commit 6e5523d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/software-security/rules/codeguard-1-post-quantum-cryptography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Concise Code Guard focused on what to implement and how to test it.
3232
- 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.
3333
- 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.
3434
- 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.
35-
- 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.
35+
- 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.
3636

3737
## Migration
3838
- Inventory endpoints and crypto usage.

0 commit comments

Comments
 (0)