2
0

test-dtls13-pq.conf 506 B

123456789101112131415161718192021222324252627
  1. # server DTLSv1.3 with post-quantum group
  2. -u
  3. -v 4
  4. -l TLS13-AES256-GCM-SHA384
  5. --pqc ML_KEM_512
  6. # client DTLSv1.3 with post-quantum group
  7. -u
  8. -v 4
  9. -l TLS13-AES256-GCM-SHA384
  10. --pqc ML_KEM_512
  11. # ML_KEM_768 and ML_KEM_1024 would fragment the ClientHello.
  12. # server DTLSv1.3 with post-quantum group
  13. -u
  14. -v 4
  15. -l TLS13-AES256-GCM-SHA384
  16. --pqc ML_KEM_512
  17. # client DTLSv1.3 with post-quantum group
  18. -u
  19. -v 4
  20. -l TLS13-AES256-GCM-SHA384
  21. --pqc ML_KEM_512
  22. # KYBER_LEVEL3 and KYBER_LEVEL5 would fragment the ClientHello.