summaryrefslogtreecommitdiffstats
path: root/test/README-external.md
diff options
context:
space:
mode:
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>2023-06-13 17:30:30 +0200
committerPauli <pauli@openssl.org>2023-06-15 08:39:10 +1000
commitf3f3f86a14dac76f3079fb50cabd14fdab418bb0 (patch)
treec450bad1b138b6dd2697f92661b591950df21378 /test/README-external.md
parentca711651c19530b54f0dd6f7ff6b24b5c8d016a2 (diff)
updated (lib+)oqsprovider to latest releases
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21194)
Diffstat (limited to 'test/README-external.md')
-rw-r--r--test/README-external.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/README-external.md b/test/README-external.md
index e1f4819fae..cb25717727 100644
--- a/test/README-external.md
+++ b/test/README-external.md
@@ -111,14 +111,12 @@ explicitly run (with more debugging):
$ make test VERBOSE=1 TESTS=test_external_oqsprovider
The environment variable `OQS_SKIP_TESTS` can be set to select tests and
-algorithms to be skipped. If not set, the "rainbow" algorithm set as well as
-the (OQS-)OpenSSL1.1.1 compatibility tests will not be executed. So, for
-example to exclude the "mceliece" and "kyber" algorithms execute
+algorithms to be skipped, e.g. as follows:
- OQS_SKIP_TESTS=mceliece,kyber make test TESTS=test_external_oqsprovider
+ OQS_SKIP_TESTS=kyber make test TESTS=test_external_oqsprovider
The names of all supported quantum-safe algorithms are available at
-<https://github.com/open-quantum-safe/openssl#supported-algorithms>
+<https://github.com/open-quantum-safe/oqs-provider#algorithms>
Updating test suites
====================