Searched +full:external +full:- +full:test +full:- +full:pyca (Results 1 – 6 of 6) sorted by relevance
1 Running external test suites with OpenSSL4 It is possible to integrate external test suites into OpenSSL's `make test`.8 Python PYCA/Cryptography test suite11 This python test suite runs cryptographic tests with a local OpenSSL build as14 First checkout the `PYCA/Cryptography` module into `./pyca-cryptography` using:16 $ git submodule update --init20 $ ./config shared enable-external-tests26 $ make test VERBOSE=1 TESTS=test_external_pyca28 Test failures and suppressions29 ------------------------------[all …]
2 # Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.10 use OpenSSL::Test;11 use OpenSSL::Test::Utils;12 use OpenSSL::Test qw/:DEFAULT bldtop_file data_file srctop_file cmdstr/;16 plan skip_all => "No external tests in this configuration"17 if disabled("external-tests");18 plan skip_all => "PYCA tests not available on Windows or VMS"20 plan skip_all => "PYCA Cryptography not available"21 if ! -f srctop_file("pyca-cryptography", "setup.py");22 plan skip_all => "PYCA tests only available in a shared build"
1 # Copyright 2021-2022 The OpenSSL Project Authors. All Rights Reserved.14 # BUILDOPTS: "-j4"15 # HARNESS_JOBS: "${HARNESS_JOBS:-4}"19 # - make="make -s"26 runs-on: ubuntu-latest28 - name: install unifdef30 sudo apt-get update31 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef32 - uses: actions/checkout@v234 fetch-depth: 0[all …]
3 # Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.12 # OpenSSL external testing using the Python Cryptography module14 set -e15 set -x26 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`28 echo "------------------------------------------------------------------"34 echo "------------------------------------------------------------------"39 rm -rf venv-cryptography40 python -m venv venv-cryptography41 . ./venv-cryptography/bin/activate[all …]
11 - [Prerequisites](#prerequisites)12 - [Notational Conventions](#notational-conventions)13 - [Quick Installation Guide](#quick-installation-guide)14 - [Building OpenSSL](#building-openssl)15 - [Installing OpenSSL](#installing-openssl)16 - [Configuration Options](#configuration-options)17 - [API Level](#api-level)18 - [Cross Compile Prefix](#cross-compile-prefix)19 - [Build Type](#build-type)20 - [Directories](#directories)[all …]
1 Changelog for the c-ares project. Generated with git2changes.pl6 - missed version8 - 1.18.1 release prep10 - ares_getaddrinfo() was returning the wrong size for ai_addrlen19 - Windows: autotools force linking to iphlpapi22 - [Gregor Jasny brought this change]33 - replace Travis badge with Cirrus-CI badge35 - c-ares 1.18.0 release prep38 - [Jérôme Duval brought this change]47 - valgrind: fix reported invalid read[all …]