From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Fri, 9 Sep 2022 13:43:15 +0000 (+0200) Subject: update oqsprovider/liboqs to v0.7.2 X-Git-Tag: openssl-3.2.0-alpha1~2101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b664228a8b217751a225e383a47936fab5c1d64;p=thirdparty%2Fopenssl.git update oqsprovider/liboqs to v0.7.2 Reviewed-by: Matt Caswell Reviewed-by: Hugo Landau Reviewed-by: Dmitry Belyavskiy Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19184) --- diff --git a/oqs-provider b/oqs-provider index 8cd9487efc0..3f3d8a8cf33 160000 --- a/oqs-provider +++ b/oqs-provider @@ -1 +1 @@ -Subproject commit 8cd9487efc0860d82fe7e87174f20775688f6db1 +Subproject commit 3f3d8a8cf331c73a26fe93a598273997cb54eb4f diff --git a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh index 33c63b5e469..23c1cb5f147 100755 --- a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh +++ b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh @@ -50,9 +50,8 @@ if [ ! -d $SRCTOP/oqs-provider/oqs ]; then # https://github.com/open-quantum-safe/liboqs/wiki/Customizing-liboqs ( cd $SRCTOP/oqs-provider \ - && git clone --shallow-since=2022-07-01 --branch main https://github.com/open-quantum-safe/liboqs.git \ + && git clone --depth 1 --branch 0.7.2 https://github.com/open-quantum-safe/liboqs.git \ && cd liboqs \ - && git checkout 2c687b122084902ab287bb4a5497872e06cf2bf4 \ && mkdir build \ && cd build \ && cmake -DOQS_ENABLE_SIG_RAINBOW=OFF -DCMAKE_INSTALL_PREFIX=$SRCTOP/oqs-provider/oqs .. \