]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
updated to oqs-provider 0.6.0
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>
Thu, 25 Apr 2024 07:05:07 +0000 (09:05 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 29 Apr 2024 08:29:22 +0000 (10:29 +0200)
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24261)

oqs-provider
test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh

index 8c746d7e294d6948c2f361a8f2fa376a63a2db30..0ec51eca39d72867f309878f5bb9002f1c3e07fb 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8c746d7e294d6948c2f361a8f2fa376a63a2db30
+Subproject commit 0ec51eca39d72867f309878f5bb9002f1c3e07fb
index ef804961de77c2b2e74ae912722fccd7c9aa7d49..ad4b20df45b795d4540c69b56736a237e771cdb4 100755 (executable)
@@ -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 \