forked from wolfSSL/wolfssl
Changes suggest by Lealem after he tried the instructions.
This commit is contained in:
16
INSTALL
16
INSTALL
@ -139,10 +139,10 @@
|
|||||||
|
|
||||||
15. Building with liboqs for TLS 1.3 [EXPERIMENTAL]
|
15. Building with liboqs for TLS 1.3 [EXPERIMENTAL]
|
||||||
In order be able to use liboqs, you must have it built and installed on your
|
In order be able to use liboqs, you must have it built and installed on your
|
||||||
system. We support the 0.7.0 release of liboqs. You can get it by looking at
|
system. We support the 0.7.0 release of liboqs. You can download it from
|
||||||
the "Assets" section of the following page:
|
the following link:
|
||||||
|
|
||||||
https://github.com/open-quantum-safe/liboqs/releases/tag/0.7.0
|
https://github.com/open-quantum-safe/liboqs/archive/refs/tags/0.7.0.tar.gz
|
||||||
|
|
||||||
Once unpacked, this would be sufficient:
|
Once unpacked, this would be sufficient:
|
||||||
|
|
||||||
@ -180,10 +180,9 @@
|
|||||||
For authentication, you can generate a certificate chain using the Open
|
For authentication, you can generate a certificate chain using the Open
|
||||||
Quantum Safe project's fork of OpenSSL. We support certificates and keys
|
Quantum Safe project's fork of OpenSSL. We support certificates and keys
|
||||||
generated by the 2021-08 snapshot of the OQS-OpenSSL_1_1_1-stable branch
|
generated by the 2021-08 snapshot of the OQS-OpenSSL_1_1_1-stable branch
|
||||||
of the fork. You can get it by looking at the "Assets" section of the
|
of the fork. You can download it from the following link:
|
||||||
following page:
|
|
||||||
|
|
||||||
https://github.com/open-quantum-safe/openssl/releases/tag/OQS-OpenSSL_1_1_1-stable-snapshot-2021-08
|
https://github.com/open-quantum-safe/openssl/archive/refs/tags/OQS-OpenSSL_1_1_1-stable-snapshot-2021-08.tar.gz
|
||||||
|
|
||||||
Once unpacked, this would be sufficient for building it:
|
Once unpacked, this would be sufficient for building it:
|
||||||
|
|
||||||
@ -196,7 +195,10 @@
|
|||||||
There is a script for generating a Falcon NIST Level 1 and NIST Level 5
|
There is a script for generating a Falcon NIST Level 1 and NIST Level 5
|
||||||
certificate chain which can be found in the wolfssl-examples github repo at
|
certificate chain which can be found in the wolfssl-examples github repo at
|
||||||
pq/generate_falcon_chains.sh. Please find detailed instructions on how to
|
pq/generate_falcon_chains.sh. Please find detailed instructions on how to
|
||||||
generate and verify the keys and certificates in pq/README.md.
|
generate and verify the keys and certificates in pq/README.md. As a quick-
|
||||||
|
start, simply copy generate_falcon_chains.sh into the
|
||||||
|
openssl-OQS-OpenSSL_1_1_1-stable-snapshot-2021-08 directory and execute the
|
||||||
|
script.
|
||||||
|
|
||||||
Once the certificates and keys are generated, copy them from the
|
Once the certificates and keys are generated, copy them from the
|
||||||
openssl-OQS-OpenSSL_1_1_1-stable-snapshot-2021-08/ directory to the certs
|
openssl-OQS-OpenSSL_1_1_1-stable-snapshot-2021-08/ directory to the certs
|
||||||
|
Reference in New Issue
Block a user