diff --git a/INSTALL b/INSTALL index 207416edb..cf65204de 100644 --- a/INSTALL +++ b/INSTALL @@ -139,10 +139,10 @@ 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 - system. We support the 0.7.0 release of liboqs. You can get it by looking at - the "Assets" section of the following page: + system. We support the 0.7.0 release of liboqs. You can download it from + 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: @@ -180,10 +180,9 @@ For authentication, you can generate a certificate chain using the Open 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 - of the fork. You can get it by looking at the "Assets" section of the - following page: + of the fork. You can download it from the following link: - 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: @@ -196,7 +195,10 @@ 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 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 openssl-OQS-OpenSSL_1_1_1-stable-snapshot-2021-08/ directory to the certs