..
certs
Add a test for pkeyutl encrypt/decrypt using SM2
2023-06-26 09:35:01 +01:00
ct
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
d2i-tests
helpers
Copyright year updates
2024-09-03 14:55:43 +02:00
ocsp-tests
recipes
Fix libctx passing for CMS PWRI use
2025-03-03 09:27:21 +01:00
smime-certs
cms: avoid intermittent test failure
2023-12-18 12:21:18 +01:00
smime-eml
test: add test case for deadlock reported in #19643
2022-12-08 11:13:08 +01:00
ssl-tests
Copyright year updates
2024-09-03 14:55:43 +02:00
testutil
Copyright year updates
2025-02-11 14:40:50 +00:00
aborttest.c
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
acvp_test.c
Fix uses of EVP_PKEY_Q_keygen
with size_t
variadic argument
2024-11-05 13:52:41 +01:00
acvp_test.inc
Drop OPENSSL_NO_RSA everywhere
2020-12-20 12:19:42 +01:00
aesgcmtest.c
Remove FIPS condition on IV gen test.
2022-09-21 17:04:36 +10:00
afalgtest.c
Fix a memory leak in the afalg engine
2021-10-06 15:11:03 +02:00
algorithmid_test.c
Fix the return check of OBJ_obj2txt
2021-11-22 11:18:49 +01:00
asn1_decode_test.c
Update copyright year
2021-05-06 13:03:23 +01:00
asn1_dsa_internal_test.c
Update copyright year
2020-10-15 14:10:06 +01:00
asn1_encode_test.c
Update copyright year
2021-07-29 15:41:35 +01:00
asn1_internal_test.c
Update copyright year
2023-05-30 14:11:01 +02:00
asn1_stable_parse_test.c
Copyright year updates
2024-01-30 13:20:46 +00:00
asn1_string_table_test.c
typo ANS1 -> ASN1
2018-12-11 20:57:31 +10:00
asn1_time_test.c
Update copyright year
2020-04-23 13:55:52 +01:00
asynciotest.c
test cleanup: move helper .c and .h files to test/helpers/
2020-12-01 07:49:38 +01:00
asynctest.c
Update copyright year
2022-10-11 13:20:27 +01:00
bad_dtls_test.c
Copyright year updates
2024-06-04 16:18:59 +02:00
bftest.c
Update copyright year
2020-04-23 13:55:52 +01:00
bio_callback_test.c
Update copyright year
2021-06-17 13:24:59 +01:00
bio_core_test.c
BIO_new_from_core_bio: Fix heap-use-after-free after attach
2021-06-25 10:11:29 +10:00
bio_enc_test.c
Update copyright year
2022-03-15 13:52:58 +00:00
bio_memleak_test.c
Fix SMIME_crlf_copy() to properly report an error
2022-12-22 11:03:50 +01:00
bio_prefix_text.c
Update copyright year
2021-12-14 14:41:27 +00:00
bio_pw_callback_test.c
Refactor Password Variables to Use const char[]
Arrays
2024-09-09 09:04:32 +02:00
bio_readbuffer_test.c
Fix DER reading from stdin for BIO_f_readbuffer
2021-03-22 09:07:36 +10:00
bioprinttest.c
TEST: Adjust test/bioprinttest.c to behave like the testutil routines
2020-06-06 19:18:30 +02:00
bn_internal_test.c
Update copyright year
2021-03-11 13:27:36 +00:00
bn_rand_range.h
Test of uniformity of BN_rand_range output.
2019-05-29 09:54:29 +10:00
bntest.c
Extend the test of BN_GF2m_mod_inv
2023-12-12 16:11:52 +00:00
bntests.pl
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
build.info
Add test for BIO password callback functionality
2024-09-09 09:04:28 +02:00
build_wincrypt_test.c
build_wincrypt_test.c: Fix compilation with MSVC
2024-11-21 11:31:32 +01:00
ca-and-certs.cnf
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
casttest.c
Update copyright year
2020-04-23 13:55:52 +01:00
CAtsa.cnf
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
chacha_internal_test.c
Copyright year updates
2023-09-19 14:57:48 +02:00
cipher_overhead_test.c
Update copyright year
2021-02-18 15:05:17 +00:00
cipherbytes_test.c
Fix safestack issues in ssl.h
2020-09-13 11:09:45 +01:00
cipherlist_test.c
Update copyright year
2021-04-08 13:04:41 +01:00
ciphername_test.c
Fix safestack issues in ssl.h
2020-09-13 11:09:45 +01:00
clienthellotest.c
Handle set_alpn_protos inputs better.
2021-04-13 12:29:37 +02:00
cmactest.c
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnings, e.g., on MacOS
2024-10-12 15:57:32 +02:00
cmp_asn_test.c
crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cmp_asn1_get_int()
2023-08-03 09:51:07 +02:00
cmp_client_test.c
CMP client: fix checking new cert enrolled with oldcert and without private key
2023-05-12 11:00:49 +02:00
cmp_ctx_test.c
Don't free aliased pointers in ctx cmp_ctx tests
2023-12-01 11:14:45 -05:00
cmp_hdr_test.c
Copyright year updates
2024-06-04 16:18:59 +02:00
cmp_msg_test.c
Update copyright year
2023-05-30 14:11:01 +02:00
cmp_protect_test.c
cmp: add null pointer check in tear_down test function
2023-10-13 17:35:35 +02:00
cmp_server_test.c
CMP: Add missing getter functions to CRMF API and CMP API
2021-06-30 10:38:23 +02:00
cmp_status_test.c
Update copyright year
2021-09-07 13:29:33 +02:00
cmp_vfy_test.c
Update copyright year
2023-05-30 14:11:01 +02:00
cms-examples.pl
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
cmsapitest.c
Copyright year updates
2023-09-19 14:57:48 +02:00
conf_include_test.c
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnings, e.g., on MacOS
2024-10-12 15:57:32 +02:00
confdump.c
Update copyright year
2021-06-17 13:24:59 +01:00
constant_time_test.c
Reorganize local header files
2019-09-28 20:26:35 +02:00
context_internal_test.c
Update copyright year
2022-12-01 12:47:05 +01:00
crltest.c
Copyright year updates
2024-09-03 14:55:43 +02:00
ct_test.c
Copyright year updates
2024-06-04 16:18:59 +02:00
ctype_internal_test.c
Reorganize private crypto header files
2019-09-28 20:26:34 +02:00
curve448_internal_test.c
Update copyright year
2021-04-08 13:04:41 +01:00
d2i_test.c
Update copyright year
2020-04-23 13:55:52 +01:00
dane-cross.in
Apply the correct Apache v2 license
2022-02-14 10:08:43 +01:00
danetest.c
BIO_gets: fix the incomplete return check
2021-11-22 15:21:43 +01:00
danetest.in
Add last missing TLSA usage/selector/mtype test case
2023-11-29 10:39:47 +01:00
danetest.pem
data.bin
TEST: Make our test data binary
2020-11-24 11:01:58 +01:00
data2.bin
Remove the external BoringSSL test
2021-03-26 14:24:06 +01:00
default-and-fips.cnf
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
default-and-legacy.cnf
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
default.cnf
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
defltfips_test.c
Fix copyrights
2022-02-03 13:58:55 +01:00
destest.c
Update copyright year
2023-03-14 12:49:46 +00:00
dhtest.c
Copyright year updates
2023-08-01 14:35:30 +01:00
drbgtest.c
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnings, e.g., on MacOS
2024-10-12 15:57:32 +02:00
dsa_no_digest_size_test.c
Update copyright year
2020-04-23 13:55:52 +01:00
dsatest.c
Copyright year updates
2024-06-04 16:18:59 +02:00
dtls_mtu_test.c
Update copyright year
2022-05-03 13:36:42 +01:00
dtlstest.c
Update copyright year
2023-05-30 14:11:01 +02:00
dtlsv1listentest.c
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
ec_internal_test.c
Harden BN_GF2m_poly2arr against misuse.
2024-10-16 09:22:27 +02:00
ecdsatest.c
Copyright year updates
2024-06-04 16:18:59 +02:00
ecdsatest.h
Fix header file include guard names
2019-09-28 20:26:36 +02:00
ecstresstest.c
Copyright year updates
2024-06-04 16:18:59 +02:00
ectest.c
Update copyright year
2022-12-01 12:47:05 +01:00
endecode_test.c
Encoder : Fix floating pointer when OSSL_ENCODER_to_data() is called
2025-02-28 13:57:48 +01:00
endecoder_legacy_test.c
test: fix coverity 1469427 Improper use of negative value (NEGATIVE_RETURNS)
2021-06-30 13:55:09 +10:00
enginetest.c
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnings, e.g., on MacOS
2024-10-12 15:57:32 +02:00
errtest.c
err: clear flags better when clearing errors.
2021-06-10 18:11:45 +10:00
evp_byname_test.c
evp_get_digest/cipherbyname_ex(): Try to fetch if not found
2024-07-31 11:26:24 +02:00
evp_extra_test.c
Fix error handling in OBJ_add_object
2024-08-21 15:54:11 +02:00
evp_extra_test2.c
Copyright year updates
2024-01-30 13:20:46 +00:00
evp_fetch_prov_test.c
Fix the return check of OBJ_obj2txt
2021-11-22 11:18:49 +01:00
evp_kdf_test.c
Copyright year updates
2025-02-11 14:40:50 +00:00
evp_libctx_test.c
Tolerate 3.5+ FIPS providers in kem_rsa_params test
2025-02-26 12:30:37 +01:00
evp_pkey_ctx_new_from_name.c
Testing the EVP_PKEY_CTX_new_from_name without preliminary init
2022-04-26 08:41:12 +01:00
evp_pkey_dparams_test.c
Update copyright year
2022-03-15 13:52:58 +00:00
evp_pkey_provided_test.c
Fix testcases to run on duplicated keys
2024-02-07 11:18:09 +01:00
evp_test.c
fix missing null check in kdf_test_ctrl
2024-01-30 11:02:17 -05:00
exdatatest.c
Update copyright year
2021-04-08 13:04:41 +01:00
exptest.c
Update copyright year
2023-03-14 12:49:46 +00:00
ext_internal_test.c
Update copyright year
2022-10-11 13:20:27 +01:00
fake_rsaprov.c
Add test for EVP_PKEY_eq
2022-11-15 12:07:09 +01:00
fake_rsaprov.h
Update copyright year
2022-12-01 12:47:05 +01:00
fatalerrtest.c
test cleanup: move helper .c and .h files to test/helpers/
2020-12-01 07:49:38 +01:00
ffc_internal_test.c
DH_check_pub_key() should not fail when setting result code
2023-10-11 16:22:55 +02:00
filterprov.c
provider: add an unquery function to allow providers to clean up.
2021-02-24 21:24:36 +10:00
filterprov.h
provider: add an unquery function to allow providers to clean up.
2021-02-24 21:24:36 +10:00
fips-alt.cnf
Add some testing for the case where the FIPS provider fails to load
2021-07-28 10:35:06 +10:00
fips-and-base.cnf
test: note that a default property query must be included for FIPS validity
2023-01-24 12:37:42 +00:00
fips.cnf
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
fips_version_test.c
With fips provider 3.0.0 skip tests related to explicit curves handling
2022-09-16 08:38:59 +10:00
generate_buildtest.pl
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
generate_ssl_tests.pl
Update copyright year
2021-06-17 13:24:59 +01:00
gmdifftest.c
Reduce the runtime/output from the gmdiff test
2021-05-11 18:15:06 +10:00
hexstr_test.c
Copyright year updates
2024-09-03 14:55:43 +02:00
hmactest.c
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnings, e.g., on MacOS
2024-10-12 15:57:32 +02:00
http_test.c
Add a test case for OSSL_HTTP_parse_url
2023-12-12 16:13:01 +00:00
ideatest.c
Update copyright year
2020-04-23 13:55:52 +01:00
igetest.c
Deprecate the AES_ige_*() functions
2019-12-04 17:46:38 +00:00
insta.priv.pem
Remove executable mode attributes of non-executable files
2021-07-13 16:04:32 +10:00
insta_ca.cert.pem
Remove executable mode attributes of non-executable files
2021-07-13 16:04:32 +10:00
invalid-x509.cnf
Validate config options during x509 extension creation
2024-01-05 14:01:13 -05:00
keymgmt_internal_test.c
Copyright year updates
2024-06-04 16:18:59 +02:00
legacy.cnf
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
lhash_test.c
Update copyright year
2022-12-01 12:47:05 +01:00
localetest.c
Move e_os.h to include/internal
2022-11-11 10:03:45 +01:00
mdc2_internal_test.c
Update copyright year
2020-04-23 13:55:52 +01:00
mdc2test.c
Update copyright year
2022-12-01 12:47:05 +01:00
memleaktest.c
Copyright year updates
2025-02-11 14:40:50 +00:00
modes_internal_test.c
Update copyright year
2021-04-08 13:04:41 +01:00
moduleloadtest.c
Update copyright year
2021-04-08 13:04:41 +01:00
namemap_internal_test.c
Update copyright year
2021-04-08 13:04:41 +01:00
nocache-and-default.cnf
This is a test for nocache provider behavior
2025-01-13 10:48:15 +01:00
nodefltctxtest.c
Add a test for no initialisation of the default config file
2023-02-22 10:05:41 +11:00
null.cnf
Add a test for no initialisation of the default config file
2023-02-22 10:05:41 +11:00
ocspapitest.c
Update copyright year
2022-10-11 13:20:27 +01:00
ossl_store_test.c
test/ossl_store_test.c: Adapt the use of datadir for VMS paths
2021-06-26 06:43:08 +02:00
p_minimal.c
Add a minimal test provider
2023-12-04 15:16:46 +01:00
p_test.c
Copyright year updates
2025-02-11 14:40:50 +00:00
packettest.c
Update copyright year
2022-12-01 12:47:05 +01:00
param_build_test.c
Update copyright year
2023-03-14 12:49:46 +00:00
params_api_test.c
Update copyright year
2022-12-01 12:47:05 +01:00
params_conversion_test.c
test: check for properly raised errors during param conversion
2022-11-09 15:31:05 +01:00
params_test.c
Copyright year updates
2024-01-30 13:20:46 +00:00
pathed.cnf
Add test for OSSL_PROVIDER_load with module path set
2024-04-26 14:04:25 +02:00
pbelutest.c
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
pbetest.c
Copyright year updates
2023-09-19 14:57:48 +02:00
pem_read_depr_test.c
Update copyright year
2021-07-29 15:41:35 +01:00
pemtest.c
Add a test for PEM_read_bio_Parameters()
2023-08-01 20:10:03 +02:00
pkcs7-1.pem
pkcs7.pem
pkcs7_test.c
Fix PKCS7_verify to not have an error stack if it succeeds.
2021-05-31 08:45:58 +10:00
pkcs12_format_test.c
replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnings, e.g., on MacOS
2024-10-12 15:57:32 +02:00
pkey_meth_kdf_test.c
Copyright year updates
2024-06-04 16:18:59 +02:00
pkey_meth_test.c
Update copyright year
2020-08-06 13:22:30 +01:00
pkits-test.pl
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
poly1305_internal_test.c
Add ChaCha related ciphers to default provider
2019-10-16 16:18:42 +10:00
property_test.c
Add overflow checks to parse_number/parse_hex/parse_oct
2023-12-07 12:21:52 -05:00
prov_config_test.c
test/prov_config_test.c: Cleanup and fix potential leaks
2024-06-07 08:43:17 +02:00
provfetchtest.c
Update copyright year
2022-03-15 13:52:58 +00:00
provider_fallback_test.c
Copyright year updates
2024-09-03 14:55:43 +02:00
provider_internal_test.c
Copyright year updates
2024-09-03 14:55:43 +02:00
provider_internal_test.cnf.in
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
provider_pkey_test.c
Add test for EVP_PKEY_eq
2022-11-15 12:07:09 +01:00
provider_status_test.c
Copyright year updates
2024-09-03 14:55:43 +02:00
provider_test.c
Copyright year updates
2024-09-03 14:55:43 +02:00
proxy.cnf
Add config_diagnostics to our configuration files.
2021-08-04 08:15:14 +10:00
punycode_test.c
punycode: update to use WPACKET instead of using custom range checking
2022-11-11 08:21:28 +11:00
rand_status_test.c
rand: instantiate the DRBGs upon first use.
2020-08-28 10:19:56 +10:00
rand_test.c
Remove redundant RAND_get0_private() call
2021-10-28 18:06:04 +10:00
rc2test.c
Update copyright year
2020-04-23 13:55:52 +01:00
rc4test.c
Update copyright year
2020-04-23 13:55:52 +01:00
rc5test.c
Update copyright year
2020-04-23 13:55:52 +01:00
rdcpu_sanitytest.c
Update copyright year
2022-12-01 12:47:05 +01:00
README-dev.md
testutil: allow a failure return from setup_tests that doesn't print help
2023-08-04 11:58:06 +10:00
README-external.md
updated (lib+)oqsprovider to latest releases
2025-01-14 13:59:19 +01:00
README.md
Fix instructions for running tests on Windows
2023-12-18 10:48:38 +01:00
README.ssltest.md
Make running individual ssl-test easier
2022-11-21 10:49:52 +01:00
recordlentest.c
Update copyright year
2022-12-01 12:47:05 +01:00
recursive.cnf
Detect and prevent recursive config parsing
2023-12-22 11:37:06 +01:00
rsa_complex.c
Update copyright year
2022-10-11 13:20:27 +01:00
rsa_mp_test.c
Drop OPENSSL_NO_RSA everywhere
2020-12-20 12:19:42 +01:00
rsa_sp800_56b_test.c
Update copyright year
2021-09-07 13:29:33 +02:00
rsa_test.c
Copyright year updates
2023-10-24 14:40:29 +01:00
run_tests.pl
Update copyright year
2022-03-15 13:52:58 +00:00
sanitytest.c
Update copyright year
2022-03-15 13:52:58 +00:00
secmemtest.c
Update copyright year
2022-12-01 12:47:05 +01:00
serverinfo.pem
serverinfo2.pem
servername_test.c
test: fix coverity 1451534: improper use of negative value
2021-03-24 09:12:43 +10:00
session.pem
Don't store the ticket nonce in the session
2018-06-07 10:58:35 +01:00
sha_test.c
test: add test cases for SHAxxx helper functions
2021-06-16 18:30:28 +10:00
shibboleth.pfx
shlibloadtest.c
Update copyright year
2021-04-08 13:04:41 +01:00
simpledynamic.c
Update copyright year
2021-07-29 15:41:35 +01:00
simpledynamic.h
TEST: Modify simpledynamic.[ch] to allow use on VMS as well
2021-06-24 15:55:14 +10:00
siphash_internal_test.c
Copyright year updates
2024-01-30 13:20:46 +00:00
sm2_internal_test.c
Copyright year updates
2024-06-04 16:18:59 +02:00
sm3_internal_test.c
Apply the correct Apache v2 license
2022-02-14 10:08:43 +01:00
sm4_internal_test.c
Update copyright year
2021-04-08 13:04:41 +01:00
smcont.bin
apps/cms.c: Correct -sign output and -verify input with -binary
2021-05-22 14:28:51 +02:00
smcont.txt
smcont_zero.txt
Tests for processing zero-length content in SMIME format
2020-10-08 18:17:44 +03:00
sparse_array_test.c
Update copyright year
2021-06-17 13:24:59 +01:00
srptest.c
Update copyright year
2021-02-18 15:05:17 +00:00
ssl_cert_table_internal_test.c
Update copyright year
2022-12-21 11:17:29 +01:00
ssl_ctx_test.c
Update copyright year
2020-05-15 14:09:49 +01:00
ssl_old_test.c
Fix potential NULL deref in ssl_old_test.c
2023-10-26 15:33:29 +01:00
ssl_test.c
Update copyright year
2023-05-30 14:11:01 +02:00
ssl_test.tmpl
ssl_test_ctx_test.c
test cleanup: move helper .c and .h files to test/helpers/
2020-12-01 07:49:38 +01:00
ssl_test_ctx_test.cnf
Use .cnf for config files, not .conf
2020-03-06 18:25:13 +01:00
sslapitest.c
Copyright year updates
2025-02-11 14:40:50 +00:00
sslbuffertest.c
Copyright year updates
2024-06-04 16:18:59 +02:00
sslcorrupttest.c
Update copyright year
2022-12-01 12:47:05 +01:00
stack_test.c
Update copyright year
2021-02-18 15:05:17 +00:00
sysdefault.cnf
Test that incorrect entry in the ssl section is not fatal
2023-12-19 12:06:47 +01:00
sysdefaulttest.c
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
test.cnf
Fix openssl req with -addext subjectAltName=dirName
2024-04-02 17:37:08 +02:00
test_asn1_parse.cnf
Harden asn1 oid loader to invalid inputs
2023-12-15 12:40:38 +01:00
test_test.c
Update copyright year
2022-10-11 13:20:27 +01:00
testcrl.pem
testdsa.pem
testdsapub.pem
testec-p112r1.pem
TEST: Check property query support of apps/pkey
2022-08-17 09:31:08 +02:00
testec-p256.pem
testecpub-p256.pem
tested448.pem
More testing for CLI usage of Ed25519 and Ed448 keys
2019-12-11 18:37:53 +01:00
tested448pub.pem
More testing for CLI usage of Ed25519 and Ed448 keys
2019-12-11 18:37:53 +01:00
tested25519.pem
More testing for CLI usage of Ed25519 and Ed448 keys
2019-12-11 18:37:53 +01:00
tested25519pub.pem
More testing for CLI usage of Ed25519 and Ed448 keys
2019-12-11 18:37:53 +01:00
testp7.pem
testreq2.pem
testrsa.pem
Support writing RSA keys using the traditional format again
2020-09-09 18:32:10 +02:00
testrsa2048.pem
Add fips checks for rsa encryption
2020-09-18 14:20:38 +01:00
testrsa2048pub.pem
Test that signatures using hash name commands work properly
2022-11-07 14:41:03 +01:00
testrsa_withattrs.der
Tests for creating req from PKCS8 keys with extra attrs
2021-05-11 12:12:32 +02:00
testrsa_withattrs.pem
Tests for creating req from PKCS8 keys with extra attrs
2021-05-11 12:12:32 +02:00
testrsapss.pem
rsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for unrestricted PSS keys
2021-01-29 10:47:02 +01:00
testrsapssmandatory.pem
RSA: properly generate algorithm identifier for RSA-PSS signatures
2021-02-05 14:04:59 +01:00
testrsapub.pem
testsid.pem
Regenerate testsid.pem
2021-05-15 15:09:07 -07:00
testutil.h
test: add two comparision options to fips version test utility code
2022-11-15 12:11:29 +01:00
testx509.pem
Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set,vfy}.c
2020-09-11 07:42:22 +02:00
threadstest.c
Fix uses of EVP_PKEY_Q_keygen
with size_t
variadic argument
2024-11-05 13:52:41 +01:00
threadstest.h
test: add test case to reliably reproduce RAND leak during POST
2021-05-24 09:39:15 +10:00
threadstest_fips.c
test: add test case to reliably reproduce RAND leak during POST
2021-05-24 09:39:15 +10:00
time_offset_test.c
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
timing_load_creds.c
timing_load_creds requires POSIX1.2001 due to rusage
2022-12-15 12:04:35 +01:00
tls-provider.c
fix: add check for NULL zalloc in tls-provider.c (reverse if statement)
2025-02-20 09:44:51 +01:00
tls13ccstest.c
test cleanup: move helper .c and .h files to test/helpers/
2020-12-01 07:49:38 +01:00
tls13encryptiontest.c
Update copyright year
2021-06-17 13:24:59 +01:00
tls13secretstest.c
Rename all getters to use get/get0 in name
2021-06-01 12:40:00 +02:00
trace_api_test.c
Add testcase for OSSL_trace_set_callback()
2022-12-22 11:35:14 +01:00
uitest.c
Update copyright year
2022-06-21 14:03:39 +01:00
upcallstest.c
Update copyright year
2022-12-01 12:47:05 +01:00
user_property_test.c
property: add test case for setting default user properties before fetching
2021-05-12 18:20:03 +10:00
v3-cert1.pem
v3-cert2.pem
v3_ca_exts.cnf
make various test CA certs RFC 5280 compliant w.r.t. X509 extensions
2021-01-20 15:53:47 +01:00
v3ext.c
Copyright year updates
2024-06-04 16:18:59 +02:00
v3nametest.c
Update copyright year
2023-03-14 12:49:46 +00:00
verify_extra_test.c
Update copyright year
2022-03-15 13:52:58 +00:00
versions.c
Following the license change, modify the boilerplates in test/
2018-12-06 14:19:22 +01:00
wpackettest.c
Update copyright year
2022-06-21 14:03:39 +01:00
x509_check_cert_pkey_test.c
Update copyright year
2021-04-22 14:38:44 +01:00
x509_dup_cert_test.c
Update copyright year
2020-04-23 13:55:52 +01:00
x509_internal_test.c
Update copyright year
2021-09-07 13:29:33 +02:00
x509_time_test.c
Update copyright year
2022-12-01 12:47:05 +01:00
x509aux.c
Update copyright year
2022-12-01 12:47:05 +01:00