summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2021-12-16Add tests for RNDR and combine tests with RDRANDOrr Toledano
2021-12-14Add a test case for the name constraints bugMatt Caswell
2021-12-14Add a TLS test for name constraints with an EE cert without a SANMatt Caswell
2021-12-14Add a new Name Constraints test certMatt Caswell
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-12-13CMP test_commands.csv: improve test for -reqin, adding -reqin_new_tidDr. David von Oheimb
2021-12-13CMP test_verification.csv: add missing test case for -untrusted with non-matc...Dr. David von Oheimb
2021-12-13CMP test_enrollment.csv: clean up test cases regarding (non-existing) directo...Dr. David von Oheimb
2021-12-13test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()Richard Levitte
2021-12-13test/evp_extra_test.c: Refactor test_fromdata()Richard Levitte
2021-12-0980-test_cmp_http_data/test_commands.csv: fix minor glitch in column alignmentDr. David von Oheimb
2021-12-09APPS/cmp: fix -rspin option such that it works again without -reqinDr. David von Oheimb
2021-12-08bio_enc.c: add memory allocation checkPeiwei Hu
2021-12-06Don't run the symbol presence test on windowsMatt Caswell
2021-12-06test_rsa: Test for PVK format conversionTomas Mraz
2021-11-27Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a valueTom Cosgrove
2021-11-26TEST: Enable and fix test_bn2padded() in test/bntest.cRichard Levitte
2021-11-26Enable brainpool curves for TLS1.3Bernd Edlinger
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-24Support different R_BITS lengths for KBKDFPatrick Uiterwijk
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-19Dual 1536/2048-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
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-15BIO_s_connect(): Enable BIO_gets()Dr. David von Oheimb
2021-11-15Add null digest implementation to the default providerTomas Mraz
2021-11-12Extend the test_multi_load() testMatt Caswell
2021-11-12Don't attempt to deactive child providers if we don't need toMatt Caswell
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-12test: add unit tests for integer overflow helpersPauli