ミラー元
https://github.com/wolfSSL/wolfssl.git
同期済み 2025-01-18 21:24:54 +00:00
7d42ddae48
Make Kyber and ML-KEM individually available as well as at the same time. Modified TLS layer to support both Kyber and ML-KEM. Added new identifiers in TLS layer for ML-KEM.
27 行
506 B
Text
27 行
506 B
Text
# server DTLSv1.3 with post-quantum group
|
|
-u
|
|
-v 4
|
|
-l TLS13-AES256-GCM-SHA384
|
|
--pqc ML_KEM_512
|
|
|
|
# client DTLSv1.3 with post-quantum group
|
|
-u
|
|
-v 4
|
|
-l TLS13-AES256-GCM-SHA384
|
|
--pqc ML_KEM_512
|
|
|
|
# ML_KEM_768 and ML_KEM_1024 would fragment the ClientHello.
|
|
|
|
# server DTLSv1.3 with post-quantum group
|
|
-u
|
|
-v 4
|
|
-l TLS13-AES256-GCM-SHA384
|
|
--pqc ML_KEM_512
|
|
|
|
# client DTLSv1.3 with post-quantum group
|
|
-u
|
|
-v 4
|
|
-l TLS13-AES256-GCM-SHA384
|
|
--pqc ML_KEM_512
|
|
|
|
# KYBER_LEVEL3 and KYBER_LEVEL5 would fragment the ClientHello.
|