summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove
2021-11-24Test the performance of OSSL_PARAM_allocate_from_text with arbitrary size intsRichard Levitte
2021-11-24Add test for copying uninitialized EVP_MD_CTXTomas Mraz
2021-11-23Add test for EVP_PKEY_sign_init_ex with RSA PSS paddingTomas Mraz
2021-11-23Add a test case for duplicate engine loadingBernd Edlinger
2021-11-22BIO_set_indent: fix return checkPeiwei Hu
2021-11-22BIO_set_prefix: fix return checkPeiwei Hu
2021-11-22TXT_DB_write: fix the return checkPeiwei Hu
2021-11-22Fix EVP_PKEY_decrypt return checkPeiwei Hu
2021-11-22BIO_gets: fix the incomplete return checkPeiwei Hu
2021-11-2202-test_errstr.t: print errorcodes in hex (rather than decimal) formatDr. David von Oheimb
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-11-22d2i_PublicKey: Make it work with EC parameters in a provided keyTomas Mraz
2021-11-1780-test_cmp_http: Make server diagnostics more verbose to aid debuggingDr. David von Oheimb
2021-11-16BIO_read_filename: fix return checkPeiwei Hu
2021-11-16EVP_PKEY_keygen_init: fix return checkPeiwei Hu
2021-11-16EVP_PKEY_paramgen_init: fix return checkPeiwei Hu
2021-11-16EVP_DigestVerifyFinal: fix test function and invocationPeiwei Hu
2021-11-16Add a test for creating ECX private keys that are too shortMatt Caswell
2021-11-16RAND_bytes_ex: fix return checkPeiwei Hu
2021-11-15Extend the test_multi_load() testMatt Caswell
2021-11-15Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-11-12evp_extra_test: Add SIPHASH MAC digestsign test with reinitializationTomas Mraz
2021-11-12test: Add testing of reinitialization via EVP_DigestSignInit()Tomas Mraz
2021-11-12do_sigver_init: Allow reinitialization of an existing operation.Tomas Mraz
2021-11-08APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()Dr. David von Oheimb
2021-11-08Fix incorrect return check of BN_bn2binpadPW Hu
2021-11-05Fix tests to check for negative results when calling EVP_PKEY_fromdata_initslontis
2021-11-05Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called withPhil Mesnier
2021-11-05Add unit tests for weak key and key parity checksPauli
2021-11-03check the return value of BN_new() and BN_dup()x2018
2021-11-02Fix incorrect return check of BN_bn2nativepadPW Hu
2021-10-28Remove redundant RAND_get0_private() callPauli
2021-10-28Fix return value error in doc, and an error testPW Hu
2021-10-27Fix a gcc 11.2.0 warningMatt Caswell
2021-10-27test: fetching proper signature provider for non-exportable keysTomas Mraz
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-27test/ssl_old_test.c: Do NULL pointer check before its useJiasheng Jiang
2021-10-27Test that a key is usable after an EVP_PKEY_fromdata callMatt Caswell
2021-10-26test-rand: return failure on not enough data, allow parentPauli
2021-10-25X509_PUBKEY_dup: Do not just up-ref the EVP_PKEYTomas Mraz
2021-10-25tests: Add test for X509_dup with ENGINE based keyTomas Mraz
2021-10-25Fix no-cmacMatt Caswell
2021-10-22Clean up on failed BIO creationyuanjungong
2021-10-22Fix acvp_test sig_genMatt Caswell
2021-10-22Fix test_CMAC_keygenMatt Caswell
2021-10-22Test short buffersMatt Caswell
2021-10-19Add tests for ENGINE problemsMatt Caswell
2021-10-15test/ssl_old_test.c: Fix potential leakPeiwei Hu