openssl/test/recipes
Shane Lontis 04cb5ec0b7 Add 'on demand self test' and status test to providers
The default and legacy providers currently return 1 for status and self test checks.
Added test to show the 3 different stages the self test can be run (for installation, loading and on demand).

For the fips provider:
  - If the on demand self test fails, then any subsequent fetches should also fail. To implement this the
    cached algorithms are flushed on failure.
  - getting the self test callback in the fips provider is a bit complicated since the callback hangs off the core
    libctx (as it is set by the application) not the actual fips library context. Also the callback can be set at
    any time not just during the OSSL_provider_init() so it is calculated each time before doing any self test.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11752)
2020-08-09 18:06:52 +10:00
..
04-test_conf_data Use .cnf for config files, not .conf 2020-03-06 18:25:13 +01:00
04-test_params_conversion_data Params conversion tests. 2019-05-21 07:42:54 +10:00
04-test_pem_data Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 2020-07-05 11:29:43 +02:00
10-test_bn_data Add GCD testing infrastructure. 2019-10-17 14:25:10 +03:00
15-test_ecparam_data Improve testing of elliptic curve validation 2017-03-20 06:40:16 +01:00
15-test_mp_rsa_data Support multi-prime RSA (RFC 8017) 2017-11-21 14:38:42 +08:00
15-test_rsaoaep_data Test RSA oaep in fips mode 2020-07-23 17:40:40 +10:00
25-test_rusext_data Issuer Sign Tool extention support 2020-03-25 15:33:53 +03:00
30-test_evp_data Add evp_test fixes. 2020-08-07 14:29:00 +10:00
30-test_evp_pkey_provided Add DH keygen to providers 2020-04-16 01:14:00 +10:00
61-test_bio_prefix_data TEST: Add test recipe and help program to test BIO_f_prefix() 2019-12-18 19:42:44 +01:00
65-test_cmp_client_data Chunk 9 of CMP contribution to OpenSSL: CMP client and related tests 2020-03-25 14:10:18 +01:00
65-test_cmp_msg_data chunk 6 of CMP contribution to OpenSSL 2019-12-12 10:57:25 +00:00
65-test_cmp_protect_data chunk 6 of CMP contribution to OpenSSL 2019-12-12 10:57:25 +00:00
65-test_cmp_server_data Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for testing 2020-03-10 16:09:44 +01:00
65-test_cmp_vfy_data chunk 7 of CMP contribution to OpenSSL 2020-02-17 07:43:58 +01:00
80-test_cms_data [CMS] Test decryption of a ciphertext encrypted from 1.1.1 2020-02-18 19:11:10 +02:00
80-test_ocsp_data Add OCSP API test executable 2017-11-11 20:03:49 -06:00
81-test_cmp_cli_data Speed-up for tests in 81-test_cmp_cli_data/test_connection.csv 2020-06-22 16:41:24 +02:00
90-test_gost_data Use .cnf for config files, not .conf 2020-03-06 18:25:13 +01:00
90-test_includes_data Use .cnf for config files, not .conf 2020-03-06 18:25:13 +01:00
90-test_sslapi_data Add a test for SRP 2018-04-13 09:37:39 +01:00
90-test_store_data Fix 90-test_store.t for latest config, limits, providers, and disabled algos 2020-06-08 05:39:16 +02:00
95-test_external_gost_engine_data GOST external tests 2020-05-23 22:04:21 +03:00
95-test_external_krb5_data Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
95-test_external_pyca_data Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
01-test_abort.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
01-test_sanity.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
01-test_symbol_presence.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
01-test_test.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
02-test_errstr.t Fix trailing whitespace mismatch error when running 02-test_errstr. 2020-07-17 13:51:15 +10:00
02-test_internal_context.t Add an OpenSSL library context 2019-02-16 00:29:42 +01:00
02-test_internal_ctype.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
02-test_internal_keymgmt.t test/keymgmt_internal_test.c: New test of keymgmt internals 2019-10-17 18:07:45 +02:00
02-test_internal_provider.t Update copyright year 2020-04-23 13:55:52 +01:00
02-test_lhash.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
02-test_ordinals.t test/recipes/02-test_ordinals.t: Take '?' and '?+' into account 2019-11-05 22:44:21 +01:00
02-test_sparse_array.t Add sparse array data type. 2019-02-12 21:07:29 +10:00
02-test_stack.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_exdata.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_fipsinstall.t Use .cnf for config files, not .conf 2020-08-07 23:17:01 +10:00
03-test_internal_asn1_dsa.t Add simple ASN.1 utils for DSA signature DER. 2019-07-12 06:26:46 +10:00
03-test_internal_asn1.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_bn.t Update copyright year 2020-05-15 14:09:49 +01:00
03-test_internal_chacha.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_curve448.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_ec.t [test] unit test for field_inv function pointer in EC_METHOD 2019-02-17 21:02:36 +02:00
03-test_internal_ffc.t Add FFC param/key validation 2020-02-16 13:03:46 +10:00
03-test_internal_mdc2.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_modes.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_namemap.t Add a namemap test 2019-06-24 10:58:13 +02:00
03-test_internal_poly1305.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_rsa_sp800_56b.t Update copyright year 2020-05-15 14:09:49 +01:00
03-test_internal_siphash.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_sm2.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_sm4.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_ssl_cert_table.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_internal_x509.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
03-test_params_api.t OSSL_PARAM helper functions. 2019-03-12 19:12:12 +01:00
03-test_property.t Properties for implementation selection. 2019-02-18 13:28:14 +10:00
03-test_ui.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
04-test_asn1_decode.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
04-test_asn1_encode.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
04-test_asn1_string_table.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
04-test_bio_callback.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
04-test_bioprint.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
04-test_conf.t Update copyright year 2020-04-23 13:55:52 +01:00
04-test_err.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
04-test_hexstring.t Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR_error_string.pod 2020-05-26 12:44:36 +10:00
04-test_param_build.t Parameter building utilities. 2019-07-17 16:59:09 +10:00
04-test_params_conversion.t Params conversion tests. 2019-05-21 07:42:54 +10:00
04-test_params.t test/params_test.c: Add "real world" parameter testing 2019-03-13 11:32:17 +01:00
04-test_pem.t Update copyright year 2020-05-15 14:09:49 +01:00
04-test_provider_fallback.t Update copyright year 2020-06-25 14:13:12 +01:00
04-test_provider.t Add provider tests 2019-03-11 20:40:13 +01:00
04-test_serializer_deserializer.t TEST: Adjust the serdes test to include MSBLOB and PVK 2020-08-07 04:13:28 +02:00
05-test_bf.t Update copyright year 2020-04-23 13:55:52 +01:00
05-test_cast.t Update copyright year 2020-04-23 13:55:52 +01:00
05-test_cmac.t Update copyright year 2020-06-25 14:13:12 +01:00
05-test_des.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
05-test_hmac.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
05-test_idea.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
05-test_rand.t rand_drbg: remove RAND_DRBG. 2020-08-07 14:16:47 +10:00
05-test_rc2.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
05-test_rc4.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
05-test_rc5.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
06-test-rdrand.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
10-test_bn.t Add GCD testing infrastructure. 2019-10-17 14:25:10 +03:00
10-test_exp.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
15-test_dh.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
15-test_dsa.t Update copyright year 2020-04-23 13:55:52 +01:00
15-test_ec.t Update copyright year 2020-04-23 13:55:52 +01:00
15-test_ecdsa.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
15-test_ecparam.t Update copyright year 2020-04-23 13:55:52 +01:00
15-test_gendh.t Update copyright year 2020-04-23 13:55:52 +01:00
15-test_gendsa.t Update copyright year 2020-04-23 13:55:52 +01:00
15-test_genec.t [test][15-test_genec] Improve EC tests with genpkey 2020-07-06 19:15:36 +03:00
15-test_genrsa.t Update RSA keygen to use sp800-56b by default 2020-06-10 08:59:56 +10:00
15-test_mp_rsa.t Update copyright year 2020-04-23 13:55:52 +01:00
15-test_out_option.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
15-test_rsa.t Update copyright year 2020-04-23 13:55:52 +01:00
15-test_rsaoaep.t Test RSA oaep in fips mode 2020-07-23 17:40:40 +10:00
15-test_rsapss.t test/recipes/15-test_rsapss.t: Add test with unrestricted signature 2020-05-14 12:17:13 +02:00
20-test_app.t Fix segfault in openssl app called with no args. 2020-06-18 09:03:32 +10:00
20-test_dgst.t Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 2020-07-05 11:29:43 +02:00
20-test_enc_more.t Update copyright year 2020-04-23 13:55:52 +01:00
20-test_enc.t Update copyright year 2020-04-23 13:55:52 +01:00
20-test_kdf.t Update copyright year 2020-05-15 14:09:49 +01:00
20-test_mac.t Update copyright year 2020-05-15 14:09:49 +01:00
20-test_passwd.t Update copyright year 2020-04-23 13:55:52 +01:00
20-test_pkeyutl.t Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 2020-07-05 11:29:43 +02:00
20-test_provider.t Update copyright year 2020-04-23 13:55:52 +01:00
25-test_crl.t Update copyright year 2020-04-23 13:55:52 +01:00
25-test_d2i.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
25-test_pkcs7.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
25-test_req.t Update copyright year 2020-04-23 13:55:52 +01:00
25-test_rusext.t Issuer Sign Tool extention support 2020-03-25 15:33:53 +03:00
25-test_sid.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
25-test_verify_store.t Update copyright year 2020-06-04 14:33:57 +01:00
25-test_verify.t Fix issue 1418 by moving check of KU_KEY_CERT_SIGN and weakening check_issued() 2020-07-01 11:14:54 +02:00
25-test_x509.t Make x509 -force_pubkey test case with self-issued cert more realistic 2020-07-01 11:14:54 +02:00
30-test_acvp.t Make -provider_name and -section_name optional 2020-07-15 23:17:29 +02:00
30-test_aesgcm.t FIPS AES_GCM IV gen changes 2019-03-07 07:30:04 +10:00
30-test_afalg.t Update copyright year 2020-05-15 14:09:49 +01:00
30-test_engine.t Update copyright year 2020-08-06 13:22:30 +01:00
30-test_evp_extra.t Update copyright year 2020-06-25 14:13:12 +01:00
30-test_evp_fetch_prov.t Make -provider_name and -section_name optional 2020-07-15 23:17:29 +02:00
30-test_evp_kdf.t Added new EVP/KDF API. 2019-02-13 12:11:49 +01:00
30-test_evp_libctx.t Fix provider cipher reinit issue 2020-07-22 10:40:55 +10:00
30-test_evp_pkey_dparam.t Add d2i_KeyParams/i2d_KeyParams API's. 2019-05-27 21:55:10 +10:00
30-test_evp_pkey_provided.t Add Serializers for EC 2020-03-04 07:48:45 +10:00
30-test_evp.t Add evp_test fixes. 2020-08-07 14:29:00 +10:00
30-test_pbelu.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
30-test_pkey_meth_kdf.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
30-test_pkey_meth.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
30-test_provider_status.t Add 'on demand self test' and status test to providers 2020-08-09 18:06:52 +10:00
40-test_rehash.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
60-test_x509_check_cert_pkey.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
60-test_x509_dup_cert.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
60-test_x509_store.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
60-test_x509_time.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
61-test_bio_prefix.t TEST: Add test recipe and help program to test BIO_f_prefix() 2019-12-18 19:42:44 +01:00
65-test_cmp_asn.t Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-09-27 10:53:11 +01:00
65-test_cmp_client.t Update copyright year 2020-04-23 13:55:52 +01:00
65-test_cmp_ctx.t Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-09-27 10:53:11 +01:00
65-test_cmp_hdr.t chunk 5 of CMP contribution to OpenSSL 2019-10-29 14:17:39 +00:00
65-test_cmp_msg.t chunk 6 of CMP contribution to OpenSSL 2019-12-12 10:57:25 +00:00
65-test_cmp_protect.t chunk 6 of CMP contribution to OpenSSL 2019-12-12 10:57:25 +00:00
65-test_cmp_server.t Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for testing 2020-03-10 16:09:44 +01:00
65-test_cmp_status.t chunk 5 of CMP contribution to OpenSSL 2019-10-29 14:17:39 +00:00
65-test_cmp_vfy.t Update copyright year 2020-04-23 13:55:52 +01:00
70-test_asyncio.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_bad_dtls.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_clienthello.t Allow TLSv1.3 in a no-ec build 2019-06-17 10:57:19 +01:00
70-test_comp.t Centralise Environment Variables for the tests 2020-05-06 11:40:53 +01:00
70-test_key_share.t Allow TLSv1.3 in a no-ec build 2019-06-17 10:57:19 +01:00
70-test_packet.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_recordlen.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_renegotiation.t Update copyright year 2020-07-16 14:47:04 +02:00
70-test_servername.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_sslcbcpadding.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_sslcertstatus.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_sslextension.t Update copyright year 2020-07-16 14:47:04 +02:00
70-test_sslmessages.t Centralise Environment Variables for the tests 2020-05-06 11:40:53 +01:00
70-test_sslrecords.t Update copyright year 2020-07-16 14:47:04 +02:00
70-test_sslsessiontick.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_sslsigalgs.t Reduce the security bits for MD5 and SHA1 based signatures in TLS 2020-06-27 08:41:40 +02:00
70-test_sslsignature.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_sslskewith0p.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_sslversions.t Reduce the security bits for MD5 and SHA1 based signatures in TLS 2020-06-27 08:41:40 +02:00
70-test_sslvertol.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_tls13alerts.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_tls13cookie.t Allow TLSv1.3 in a no-ec build 2019-06-17 10:57:19 +01:00
70-test_tls13downgrade.t Update copyright year 2020-07-16 14:47:04 +02:00
70-test_tls13hrr.t Allow TLSv1.3 in a no-ec build 2019-06-17 10:57:19 +01:00
70-test_tls13kexmodes.t Centralise Environment Variables for the tests 2020-05-06 11:40:53 +01:00
70-test_tls13messages.t Centralise Environment Variables for the tests 2020-05-06 11:40:53 +01:00
70-test_tls13psk.t Centralise Environment Variables for the tests 2020-05-06 11:40:53 +01:00
70-test_tlsextms.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
70-test_verify_extra.t Update copyright year 2020-07-16 14:47:04 +02:00
70-test_wpacket.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
71-test_ssl_ctx.t Add ssl_ctx_test to test suite. 2019-11-08 08:23:15 +01:00
80-test_ca.t Cleanup cert config files for tests 2020-06-03 09:56:56 +02:00
80-test_cipherbytes.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
80-test_cipherlist.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
80-test_ciphername.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
80-test_cms.t Change CMS tests to use a library context. 2020-08-09 17:34:52 +10:00
80-test_cmsapi.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
80-test_ct.t Centralise Environment Variables for the tests 2020-05-06 11:40:53 +01:00
80-test_dane.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
80-test_dtls_mtu.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
80-test_dtls.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
80-test_dtlsv1listen.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
80-test_http.t Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.c 2020-02-10 16:49:37 +01:00
80-test_ocsp.t TEST: Pass -no-CAstore in 80-test_ocsp.t 2020-06-23 12:25:48 +02:00
80-test_pkcs12.t Add new APIs to get PKCS12 secretBag OID and value 2020-08-07 07:59:48 +10:00
80-test_ssl_new.t Make -provider_name and -section_name optional 2020-07-15 23:17:29 +02:00
80-test_ssl_old.t Make -provider_name and -section_name optional 2020-07-15 23:17:29 +02:00
80-test_ssl_test_ctx.t Update copyright year 2020-04-23 13:55:52 +01:00
80-test_sslcorrupt.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
80-test_tsa.t Update copyright year 2020-08-06 13:22:30 +01:00
80-test_x509aux.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
81-test_cmp_cli.t 81-test_cmp_cli.t: Skip tests with mock server if server cannot be started 2020-08-03 08:31:32 +02:00
90-test_asn1_time.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_async.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_bio_enc.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_bio_memleak.t Update copyright year 2020-05-15 14:09:49 +01:00
90-test_constant_time.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_fatalerr.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_gmdiff.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_gost.t Update copyright year 2020-04-23 13:55:52 +01:00
90-test_ige.t Update copyright year 2020-04-23 13:55:52 +01:00
90-test_includes.t Centralise Environment Variables for the tests 2020-05-06 11:40:53 +01:00
90-test_memleak.t test/memleaktest.c: Modify for use with address/leak sanitizer 2019-12-10 14:16:12 +01:00
90-test_overhead.t test/cipher_overhead_test.c: build unconditionally 2019-11-27 20:37:16 +01:00
90-test_secmem.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_shlibload.t Fix no-dso builds 2019-01-30 15:26:48 +00:00
90-test_srp.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_sslapi.t Make -provider_name and -section_name optional 2020-07-15 23:17:29 +02:00
90-test_sslbuffers.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_store.t Deprecate -nodes in favor of -noenc in pkcs12 and req app 2020-07-28 09:17:56 +02:00
90-test_sysdefault.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_threads.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_time_offset.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_tls13ccs.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_tls13encryption.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_tls13secrets.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
90-test_v3name.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
95-test_external_boringssl.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
95-test_external_gost_engine.t Update copyright year 2020-06-04 14:33:57 +01:00
95-test_external_krb5.t Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 2020-07-05 11:29:43 +02:00
95-test_external_pyca.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
99-test_ecstress.t Following the license change, modify the boilerplates in test/ 2018-12-06 14:19:22 +01:00
99-test_fuzz.t 99-test_fuzz.t: Clean up and re-organize such that sub-tests could be split easily 2020-07-16 21:44:26 +02:00
fuzz.pl 99-test_fuzz.t: Clean up and re-organize such that sub-tests could be split easily 2020-07-16 21:44:26 +02:00
ocsp-response.der Extend test_tls13messages 2016-11-23 15:31:21 +00:00
tconversion.pl Update copyright year 2020-04-23 13:55:52 +01:00