File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,18 @@ You will need the patched OQS OpenSSL Provider fork in order to generate X.509 c
6363You can run the server and client like this in separate terminals:
6464
6565``` sh
66- $ examples/server/server -v 4 -l TLS_AES_256_GCM_SHA384 \
67- -A certs /mldsa87_root_cert.pem \
68- -c certs /mldsa44_entity_cert.pem \
69- -k certs /mldsa44_entity_key.pem \
66+ examples/server/server -v 4 -l TLS_AES_256_GCM_SHA384 \
67+ -A ../osp/oqs /mldsa87_root_cert.pem \
68+ -c ../osp/oqs /mldsa44_entity_cert.pem \
69+ -k ../osp/oqs /mldsa44_entity_key.pem \
7070 --pqc SecP521r1MLKEM1024
7171```
7272
7373``` sh
74- $ examples/client/client -v 4 -l TLS_AES_256_GCM_SHA384 \
75- -A certs /mldsa44_root_cert.pem \
76- -c certs /mldsa87_entity_cert.pem \
77- -k certs /mldsa87_entity_key.pem \
74+ examples/client/client -v 4 -l TLS_AES_256_GCM_SHA384 \
75+ -A ../osp/oqs /mldsa44_root_cert.pem \
76+ -c ../osp/oqs /mldsa87_entity_cert.pem \
77+ -k ../osp/oqs /mldsa87_entity_key.pem \
7878 --pqc SecP521r1MLKEM1024
7979```
8080
You can’t perform that action at this time.
0 commit comments