mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 15:54:12 +02:00
Rename ML-KEM hybrids to match IETF Draft.
This commit is contained in:
@@ -208,13 +208,13 @@
|
||||
|
||||
For a quick start, you can run the client and server like this:
|
||||
|
||||
$ ./examples/server/server -v 4 --pqc P521_ML_KEM_1024
|
||||
$ ./examples/client/client -v 4 --pqc P521_ML_KEM_1024
|
||||
$ ./examples/server/server -v 4 --pqc SecP521r1MLKEM1024
|
||||
$ ./examples/client/client -v 4 --pqc SecP521r1MLKEM1024
|
||||
|
||||
Look for the following line in the output of the server and client:
|
||||
|
||||
```
|
||||
Using Post-Quantum KEM: P521_ML_KEM_1024
|
||||
Using Post-Quantum KEM: SecP521r1MLKEM1024
|
||||
```
|
||||
|
||||
For authentication, you can generate a certificate chain using the Open
|
||||
@@ -236,13 +236,13 @@
|
||||
-A certs/mldsa87_root_cert.pem \
|
||||
-c certs/mldsa44_entity_cert.pem \
|
||||
-k certs/mldsa44_entity_key.pem \
|
||||
--pqc P521_ML_KEM_1024
|
||||
--pqc SecP521r1MLKEM1024
|
||||
|
||||
$ examples/client/client -v 4 -l TLS_AES_256_GCM_SHA384 \
|
||||
-A certs/mldsa44_root_cert.pem \
|
||||
-c certs/mldsa87_entity_cert.pem \
|
||||
-k certs/mldsa87_entity_key.pem \
|
||||
--pqc P521_ML_KEM_1024
|
||||
--pqc SecP521r1MLKEM1024
|
||||
|
||||
Congratulations! You have just achieved a fully quantum-safe TLS 1.3
|
||||
connection!
|
||||
|
||||
Reference in New Issue
Block a user