Home
last modified time | relevance | path

Searched +full:external +full:- +full:test +full:- +full:pyca (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/test/
DREADME-external.md1 Running external test suites with OpenSSL
4 It is possible to integrate external test suites into OpenSSL's `make test`.
8 Python PYCA/Cryptography test suite
11 This python test suite runs cryptographic tests with a local OpenSSL build as
14 First checkout the `PYCA/Cryptography` module into `./pyca-cryptography` using:
16 $ git submodule update --init
20 $ ./config shared enable-external-tests
26 $ make test VERBOSE=1 TESTS=test_external_pyca
28 Test failures and suppressions
29 ------------------------------
[all …]
/third_party/openssl/test/recipes/
D95-test_external_pyca.t2 # 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"
/third_party/openssl/.github/workflows/
Dci.yml1 # 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-latest
28 - name: install unifdef
30 sudo apt-get update
31 sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install unifdef
32 - uses: actions/checkout@v2
34 fetch-depth: 0
[all …]
/third_party/openssl/test/recipes/95-test_external_pyca_data/
Dcryptography.sh3 # Copyright 2017-2022 The OpenSSL Project Authors. All Rights Reserved.
12 # OpenSSL external testing using the Python Cryptography module
14 set -e
15 set -x
26 OPENSSL_VERSION=`openssl version | cut -f 2 -d ' '`
28 echo "------------------------------------------------------------------"
34 echo "------------------------------------------------------------------"
39 rm -rf venv-cryptography
40 python -m venv venv-cryptography
41 . ./venv-cryptography/bin/activate
[all …]
/third_party/openssl/
DINSTALL.md11 - [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 …]
/third_party/node/deps/cares/
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - missed version
8 - 1.18.1 release prep
10 - ares_getaddrinfo() was returning the wrong size for ai_addrlen
19 - Windows: autotools force linking to iphlpapi
22 - [Gregor Jasny brought this change]
33 - replace Travis badge with Cirrus-CI badge
35 - c-ares 1.18.0 release prep
38 - [Jérôme Duval brought this change]
47 - valgrind: fix reported invalid read
[all …]