summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>2024-04-25 09:05:07 +0200
committerTomas Mraz <tomas@openssl.org>2024-04-29 10:29:22 +0200
commit7b1829fa37922a37ef9259fc1bc4038829e4fd73 (patch)
tree6974fb43b21fb48bfacd031ef057fe4a805a66af /test
parentf4fcc21fdccfde90bda6f8a94d7f4e07f947e38f (diff)
updated to oqs-provider 0.6.0
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24261)
Diffstat (limited to 'test')
-rwxr-xr-xtest/recipes/95-test_external_oqsprovider_data/oqsprovider.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
index ef804961de..ad4b20df45 100755
--- a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
+++ b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright 2022-2023 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the Apache License 2.0 (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
@@ -46,13 +46,13 @@ echo " OpenSSL version: $OPENSSL_VERSION"
echo "------------------------------------------------------------------"
if [ ! -d $SRCTOP/oqs-provider/.local ]; then
-# this version of oqsprovider dependent on v0.8.0 of liboqs, so set this;
+# this version of oqsprovider dependent on v0.10.0 of liboqs, so set this;
# also be sure to use this openssl for liboqs-internal OpenSSL use;
# see all libops config options listed at
# https://github.com/open-quantum-safe/liboqs/wiki/Customizing-liboqs
(
cd $SRCTOP/oqs-provider \
- && git clone --depth 1 --branch 0.8.0 https://github.com/open-quantum-safe/liboqs.git \
+ && git clone --depth 1 --branch 0.10.0 https://github.com/open-quantum-safe/liboqs.git \
&& cd liboqs \
&& mkdir build \
&& cd build \