Skip to content

Commit

Permalink
Merge pull request #129 from expressvpn/update-liboqs
Browse files Browse the repository at this point in the history
Update liboqs to 0.9.0
  • Loading branch information
expressvpn-raihaan-m authored Oct 17, 2023
2 parents 91129f9 + a9d65d2 commit 24b0ddd
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 104 deletions.
2 changes: 1 addition & 1 deletion 3rd_party_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- :HE_WOLFSSL_TAG: v5.6.3-stable
- :HE_WOLFSSL_CONF_FLAGS: --enable-tls13 --disable-oldtls --enable-static --enable-singlethreaded --enable-dtls --enable-dtls13 --enable-secure-renegotiation --enable-sp=yes,4096 --disable-shared --enable-dtls-mtu --disable-sha3 --disable-dh --enable-curve25519 --disable-examples --disable-sys-ca-certs --enable-sni --disable-benchmark
- :HE_LIBOQS_SOURCE: https://github.com/open-quantum-safe/liboqs
- :HE_LIBOQS_TAG: 0.8.0
- :HE_LIBOQS_TAG: 0.9.0
- :HE_LIBOQS_BUILD_FLAGS: -DOQS_BUILD_ONLY_LIB=ON -DOQS_USE_OPENSSL=OFF -DOQS_MINIMAL_BUILD='KEM_kyber_512;KEM_kyber_768;KEM_kyber_1024;SIG_dilithium_2;SIG_dilithium_3;SIG_dilithium_5;SIG_falcon_512;SIG_falcon_1024'
1 change: 0 additions & 1 deletion ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
:source: $HE_LIBOQS_SOURCE
:tag: $HE_LIBOQS_TAG
:build:
- git apply ../../liboqs/0001-Prefer-arc4random-on-Apple-platforms-1544.patch || true
- cp ../../cmake/apple.cmake ./apple.cmake
- cp ../../ios/liboqs-helper.sh ./liboqs-helper.sh
- "./liboqs-helper.sh -iphoneuniversal"
Expand Down
89 changes: 0 additions & 89 deletions liboqs/0001-Prefer-arc4random-on-Apple-platforms-1544.patch

This file was deleted.

1 change: 0 additions & 1 deletion macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
:environment:
- CC=clang
:build:
- git apply ../../liboqs/0001-Prefer-arc4random-on-Apple-platforms-1544.patch
- "mkdir -p build"
- "cd build && cmake -DCMAKE_TOOLCHAIN_FILE=../../cmake/apple.cmake -DPLATFORM=MAC -DDEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET -DCMAKE_REQUIRED_FLAGS=\"-Werror=unguarded-availability-new\" $HE_LIBOQS_BUILD_FLAGS .."
- "cd build && make all"
Expand Down
1 change: 0 additions & 1 deletion macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
:environment:
- CC=clang
:build:
- git apply ../../liboqs/0001-Prefer-arc4random-on-Apple-platforms-1544.patch
- "mkdir -p build"
- "cd build && cmake -DCMAKE_TOOLCHAIN_FILE=../../cmake/apple.cmake -DPLATFORM=MAC_ARM64 -DDEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET -DCMAKE_REQUIRED_FLAGS=\"-Werror=unguarded-availability-new\" $HE_LIBOQS_BUILD_FLAGS .."
- "cd build && make all"
Expand Down
10 changes: 0 additions & 10 deletions windows/windows32.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion windows_32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:source: "%HE_LIBOQS_SOURCE%"
:tag: "%HE_LIBOQS_TAG%"
:build:
- "cmake -B build -DCMAKE_TOOLCHAIN_FILE=../../windows/windows32.cmake %HE_LIBOQS_BUILD_FLAGS% ."
- "cmake -B build -DCMAKE_TOOLCHAIN_FILE=.CMake/toolchain_windows_x86.cmake %HE_LIBOQS_BUILD_FLAGS% ."
- "cmake --build build --config Release --target oqs --"
:artifacts:
:includes:
Expand Down

0 comments on commit 24b0ddd

Please sign in to comment.