summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-05-12provider: return error if buf too small when getting ec pubkey paramYi Li
2023-05-12Clear ownership when duplicating sessionsWatson Ladd
2023-04-28fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng
2023-04-28APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb
2023-04-18cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb
2023-04-18test_get_libctx(): prevent crash when called with NULL provider argDr. David von Oheimb
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb
2023-04-16adding provider_unload functions for cmp_ testsDanny Carpenter
2023-04-13Fix the LCM computation in the RSA multiprime key checkTomas Mraz
2023-03-31Make DSA_sign() test for negative p,q,g values.slontis
2023-03-31Fix mem leak in ECDSA_sign().slontis
2023-03-31Add a test for an app data record appearing before epoch change in DTLSMatt Caswell
2023-03-28Add a Certificate Policies TestMatt Caswell
2023-03-28Generate some certificates with the certificatePolicies extensionMatt Caswell
2023-03-25apps/cmp.c: make sure that last -reqin argument is actually usedDr. David von Oheimb
2023-03-23Disable the policy tree exponential growth test conditionallyPauli
2023-03-22test: add test cases for the policy resource overusePauli
2023-03-15Test that there are no errors on the stack for rejected early dataMatt Caswell
2023-03-06Fix a bad merge in sslapitestMatt Caswell
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-07Update copyright yearRichard Levitte
2023-02-03Add testcase for missing return check of BIO_set_md() callsTomas Mraz
2023-02-03CVE-2023-0286: Fix GENERAL_NAME_cmp for x400Address (3.0)Hugo Landau
2023-02-03Add test for DSA pubkey without param import and checkTomas Mraz
2023-02-03Fix NULL deference when validating FFC public key.slontis
2023-02-03Add test for d2i_PKCS7 NULL dereferenceTomas Mraz
2023-02-03Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell
2023-02-03Add a test for CVE-2022-4450Matt Caswell
2023-02-02Add testcase for nc_match_single type confusionTomas 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-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-11Add testcase for OSSL_trace_set_callback()Tomas Mraz
2023-01-11test/trace_api_test.c: fix gcc error on -Werror=strict-prototypesDr. David von Oheimb
2023-01-11Add tests for trace_api.Daniel Fiala