Skip to content

Commit

Permalink
updated to oqs-provider 0.6.0
Browse files Browse the repository at this point in the history
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #24261)

(cherry picked from commit 7b1829f)
  • Loading branch information
baentsch authored and t8m committed Apr 29, 2024
1 parent c1584a6 commit 55f390c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion oqs-provider
Submodule oqs-provider updated 107 files
6 changes: 3 additions & 3 deletions test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 55f390c

Please sign in to comment.