Commit 2b45e16
committed
feat(elasticloadbalancingv2): add post-quantum TLS security policy
- Add new `RECOMMENDED_TLS_PQ` enum value for post-quantum TLS policy
- Set policy to `ELBSecurityPolicy-TLS13-1-2-Res-PQ-2025-09` with ML-KEM hybrid key exchange
- Update `getRecommendedTlsPolicy()` to return `RECOMMENDED_TLS_PQ` instead of `TLS13_12_RES_PQ`
- Add comprehensive JSDoc comments explaining post-quantum cryptography support
- Provides AWS-recommended security policy for quantum-resistant TLS connections1 parent 50266ce commit 2b45e16
File tree
1 file changed
+10
-1
lines changed1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
120 | 129 | | |
121 | 130 | | |
122 | 131 | | |
| |||
443 | 452 | | |
444 | 453 | | |
445 | 454 | | |
446 | | - | |
| 455 | + | |
447 | 456 | | |
448 | 457 | | |
449 | 458 | | |
0 commit comments