summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-06-05Update further expiring certificates that affect testsTomas Mraz
2022-06-03Change the SCT issuer key to RSA 2048Bernd Edlinger
2022-06-03Enable setting SSL_CERT_FLAG_TLS_STRICT with ssl configTomas Mraz
2022-06-03Add a test_ssl_new testcaseTomas Mraz
2022-06-03First working empty protocol testTomas Mraz
2022-06-02Fix the checks of UI_add_input_stringPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_private_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_public_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_pairwise_checkPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_checkPeiwei Hu
2022-06-02Fix the checks of RAND_bytesPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu
2022-06-02Fix the checks of EVP_PKEY_CTX_get/set_rsa_pss_saltlenPeiwei Hu
2022-06-02Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu
2022-06-01Update expired SCT issuer certificateTomas Mraz
2022-06-01Make OSSL_LIB_CTX_load_config thread safeHugo Landau
2022-05-30Move types.h #undefs for wincrypt.h compatibilitySamuel Lee
2022-05-28Fix visual glitch in non-verbose test outputBernd Edlinger
2022-05-27Make running individual ssl-test easierTodd Short
2022-05-27Check that UnsafeLegacyServerConnect option existsTomas Mraz
2022-05-27QUIC wire format supportHugo Landau
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-23Test the default key length of the Blowfish ciphersTomas Mraz
2022-05-23Disable 82-test_tfo_cli if tfo is not enabled.Randall S. Becker
2022-05-18add tests for PBKDF2 with SHA-3Hubert Kario
2022-05-17Fix KTLS with BIO_new_connectBernd Edlinger
2022-05-13Include the e_os.h before string.hTomas Mraz
2022-05-13Fix build on OPENSSL_SYS_TANDEM and older POSIXesTomas Mraz
2022-05-12Add test for query invalidation after new provider addedTomas Mraz
2022-05-09Add a testcase for OSSL_PROVIDER_unload() being fully effectiveTomas Mraz
2022-05-08tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli
2022-05-06Fix coverity 1503330 use after freePauli
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-05-03Fix the RC4-MD5 cipherMatt Caswell
2022-05-03Test ocsp with invalid responses and the "-no_cert_checks" optionMatt Caswell
2022-05-02Improving locale testDmitry Belyavskiy
2022-04-29Testing the EVP_PKEY_CTX_new_from_name without preliminary initDmitry Belyavskiy
2022-04-29Fix memleak in test/provider_test.cRichard Levitte
2022-04-27Test that SipHash_Final() fails on uninited contextTomas Mraz
2022-04-22Minimal test checking we can get public key in Turkish localeDmitry Belyavskiy
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-21Clear incorrectly reported errors in cms_io.Daniel Fiala
2022-04-19evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz
2022-04-14Fix an assertion in the DTLS server codeBernd Edlinger
2022-04-14endecode_test: Handle expected failures for non-fips ec keysTomas Mraz
2022-04-12SSL_conf_cmd: Allow DH Parameters at any position.Daniel Fiala
2022-04-11Fix -no-tls1_2 in testsTodd Short