Skip to content

Commit

Permalink
remove boringssl interop (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Dec 21, 2022
1 parent 5118e6e commit 38e12f1
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,35 +94,6 @@ jobs:
name: Run OQS tests
command: env DYLD_LIBRARY_PATH="$(pwd):$(pwd)/oqs/lib" python3 -m pytest --numprocesses=auto << parameters.TESTSET >>

ubuntu_boringssl_interop:
description: A job that tests interoperability between OQS-OpenSSL and OQS-BoringSSL on a x64 Ubuntu Bionic Docker VM
docker:
- image: openquantumsafe/ci-ubuntu-focal-x86_64:latest
# Re-enable iff docker enforces rate limitations without auth:
# auth:
# username: $DOCKER_LOGIN
# password: $DOCKER_PASSWORD
steps:
- checkout # change this from "checkout" to "*localCheckout" when running CircleCI locally
- run:
name: Clone liboqs and BoringSSL
command: ./oqs-scripts/clone_liboqs.sh && ./oqs-scripts/clone_boringssl.sh
- run:
name: Build liboqs
command: env LIBOQS_USE_OPENSSL=OFF ./oqs-scripts/build_liboqs.sh
- run:
name: Build BoringSSL
command: ./oqs-scripts/build_boringssl.sh
- run:
name: Build OpenSSL
command: ./Configure linux-x86_64 no-shared no-tests && make -j15
- run:
name: Test BoringSSL client against OpenSSL server
command: python3 -m pytest --numprocesses=auto oqs-interop-test/test_full.py --client-type=bssl
- run:
name: Test OpenSSL client against BoringSSL server
command: python3 -m pytest --numprocesses=auto oqs-interop-test/test_full.py --client-type=ossl

trigger-downstream-ci:
docker:
- image: cimg/base:2020.01
Expand Down Expand Up @@ -183,11 +154,6 @@ workflows:
LIBOQS_SHARED: true
OPENSSL_SHARED: true
TESTSET: oqs-test/test_tls_full.py oqs-test/test_cms.py oqs-test/test_speed.py oqs-test/test_dgst.py
- ubuntu_boringssl_interop:
name: boringssl-interop
requires:
- cond-testapproval
context: openquantumsafe
on-main-branch:
when:
or:
Expand Down

0 comments on commit 38e12f1

Please sign in to comment.