Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 728b017

Browse files
authored
version and build instruction update (#443)
1 parent 1e13c8c commit 728b017

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Note that, referencing the terminology defined by [ETSI](https://www.etsi.org/te
3939

4040
## Status
4141

42-
This fork is currently in sync with the [OpenSSL\_1\_1\_1s tag](https://github.com/openssl/openssl/tree/OpenSSL_1_1_1s), and adds the following:
42+
This fork is currently in sync with the [OpenSSL\_1\_1\_1t tag](https://github.com/openssl/openssl/tree/OpenSSL_1_1_1t), and adds the following:
4343

4444
- quantum-safe key exchange in TLS 1.3
4545
- hybrid (quantum-safe + elliptic curve) key exchange in TLS 1.3
@@ -148,6 +148,8 @@ The following instructions will download and build liboqs, then install it into
148148

149149
Building liboqs requires your system to have (a standard) OpenSSL already installed. `configure` will detect it if it is located in a standard location, such as `/usr` or `/usr/local/opt/openssl` (for brew on macOS). Otherwise, you may need to specify it with `-DOPENSSL_ROOT_DIR=<path-to-system-openssl-dir>` added to the `cmake` command.
150150

151+
*Note*: This will only work correctly, if the OpenSSL version used to build `liboqs` is a version below 3.0.0. If the standard OpenSSL on the build system or the version pointed to by the above `-DOPENSSL_ROOT_DIR=...` command is a version >= 3.0.0, then you _must_ add the option `-DOQS_USE_OPENSSL=OFF` to the above `cmake` build command to successfully complete the subsequent build steps for this package.
152+
151153
#### Step 2: Build the fork
152154

153155
Now we follow the standard instructions for building OpenSSL. Navigate to `<OPENSSL_DIR>`, and:

0 commit comments

Comments
 (0)