summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-03-14Update copyright yearMatt Caswell
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-01Fix FFC mdprop setting bugs.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-02-24Add a test for TLS pipeliningMatt Caswell
2023-02-22Add a test for no initialisation of the default config fileMatt Caswell
2023-02-20Fix failing cms test when no-des is usedBernd Edlinger
2023-02-13OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb
2023-02-08des: prevent error when using two key triple DES with a random keyPauli
2023-02-07Add testcase for missing return check of BIO_set_md() callsTomas Mraz
2023-02-07CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau
2023-02-07Add test for DSA pubkey without param import and checkTomas Mraz
2023-02-07Fix NULL deference when validating FFC public key.slontis
2023-02-07Add test for d2i_PKCS7 NULL dereferenceTomas Mraz
2023-02-07Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell
2023-02-07Add a test for CVE-2022-4450Matt Caswell
2023-02-07Add testcase for nc_match_single type confusionTomas Mraz
2023-01-31Workaround crash in atexit on NonStop platformsTomas Mraz
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-30coverity 1520506: error handlingPauli
2023-01-30coverity 1520505: error handlingPauli
2023-01-24test: note that a default property query must be included for FIPS validityPauli
2023-01-24Add DTLS support to the large app data testMatt Caswell
2023-01-24Add a test for large app dataMatt Caswell
2023-01-23cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb
2023-01-20Add negative test for unquoted property stringPauli
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger
2023-01-14Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"Bernd Edlinger
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2023-01-11test/param_build_test.c: test zero BIGNUMRichard Levitte
2023-01-0480-test_cms.t: Fix rsapssSaltlen check on MinGWTomas Mraz
2022-12-22Change HKDF to alloc the info buffer.slontis
2022-12-22Add testcase for OSSL_trace_set_callback()Tomas Mraz
2022-12-22Add a CMS test for a bad encryption algorithmMatt Caswell
2022-12-22Fix SMIME_crlf_copy() to properly report an errorMatt Caswell
2022-12-21Fix a logic flaw in test_mod_exp_zeroBernd Edlinger
2022-12-21Update copyright yearTomas Mraz
2022-12-16Fix FIPS Provider compat CI of 3.0 libcrypto with 3.2 FIPS providerTomas Mraz
2022-12-16Add KMAC support to KBKDF.slontis
2022-12-15timing_load_creds requires POSIX1.2001 due to rusageTomas Mraz
2022-12-14timing_load_creds: Fix typos in the timersub macroTomas Mraz
2022-12-13Fix SM4-CBC regression on Armv8fangming.fang
2022-12-12OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
2022-12-09signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-09Obtain PSS salt length from providerClemens Lang
2022-12-08Fix `no-ec enable-ktls` buildTodd Short
2022-12-08test: add test case for deadlock reported in #19643Pauli
2022-12-08Cast values to match printf format strings.J.W. Jagersma
2022-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-12-06timing_load_creds: Add timersub macro for platforms where it is missingTomas Mraz