singe/thirdparty/openssl/oqs-provider/test
2023-11-16 22:15:24 -06:00
..
CMakeLists.txt SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
oqs.cnf SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
oqs_test_endecode.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
oqs_test_groups.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
oqs_test_kems.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
oqs_test_signatures.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
oqs_test_tlssig.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
README.md SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
servercert.pem SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
serverkey.pem SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
test_common.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
test_common.h SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
tlstest_helpers.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
tlstest_helpers.h SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00

oqs-provider testing

The tests in this folder are running separately from the OpenSSL test framework, but some tests utilize some of its plumbing. Therefore the OpenSSL code base, incl. its "test" directory must be locally available for all tests to be executed. The script ../scripts/fullbuild.sh ensures this if no explicit hint to an OpenSSL binary installation is given (via the environment variable "OPENSSL_INSTALL").