test-dtls13-pq-2.conf 550 B

123456789101112131415161718192021222324252627
  1. # server DTLSv1.3 with post-quantum group
  2. -u
  3. -v 4
  4. -l TLS13-AES256-GCM-SHA384
  5. --pqc P256_ML_KEM_512
  6. # client DTLSv1.3 with post-quantum group
  7. -u
  8. -v 4
  9. -l TLS13-AES256-GCM-SHA384
  10. --pqc P256_ML_KEM_512
  11. # P384_ML_KEM_768 and P521_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 P256_KYBER_LEVEL1
  17. # client DTLSv1.3 with post-quantum group
  18. -u
  19. -v 4
  20. -l TLS13-AES256-GCM-SHA384
  21. --pqc P256_KYBER_LEVEL1
  22. # P384_KYBER_LEVEL3 and P521_KYBER_LEVEL5 would fragment the ClientHello.