summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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-02threadstest: Add missing framework for multithread testsTomas Mraz
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-27Check that UnsafeLegacyServerConnect option existsTomas Mraz
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-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-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-29Fix memleak in test/provider_test.cRichard Levitte
2022-04-27Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-27Test that SipHash_Final() fails on uninited contextTomas Mraz
2022-04-26Testing the EVP_PKEY_CTX_new_from_name without preliminary initDmitry Belyavskiy
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-21Minimal test checking we can get public key in Turkish localeDmitry 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
2022-04-11Add test for openssl ecparam with fips and base providersTomas Mraz
2022-04-11Add test for resetting SM2 dist IDTomas Mraz
2022-04-07test_fipsinstall: Fallback to config(FIPSKEY) for the FIPSKEYTomas Mraz
2022-03-30Test processing of a duplicated HRRTomas Mraz
2022-03-25ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-03-23Fix Coverity 1498613: resource leakPauli
2022-03-22Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala
2022-03-15Update copyright yearMatt Caswell
2022-03-15Add a negative testcase for BN_mod_sqrtTomas Mraz
2022-03-15Fix signed integer overflow in evp_encHugo Landau
2022-03-14evp_test: Add testcases for DH KEX with X9.42 KDFTomas Mraz
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz