aboutsummaryrefslogtreecommitdiff
path: root/test/cmp_protect_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13cmp: add null pointer check in tear_down test functionPauli1-7/+9
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-09-05CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb1-55/+75
2023-04-16adding provider_unload functions for cmp_ testsDanny Carpenter1-0/+2
2022-11-24CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb1-2/+1
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY1-1/+1
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb1-3/+3
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell1-5/+5
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb1-5/+34
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-13TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb1-7/+7
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb1-1/+1
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-2/+2
2020-09-13Fix safestack issues in x509.hMatt Caswell1-2/+0
2020-09-05Strengthen chain building for CMPDr. David von Oheimb1-3/+25
2020-08-24TEST: Fix CMP tests so they load keys in the current library contextRichard Levitte1-2/+2
2020-08-21Add libctx/provider support to cmp_protect_testDr. David von Oheimb1-12/+20
2020-08-21Add libctx/provider support to cmp_client_testDr. David von Oheimb1-5/+5
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb1-16/+9
2020-08-21cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb1-5/+7
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb1-1/+1
2020-08-21testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb1-2/+3
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb1-1/+1
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-18Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb1-2/+3
2020-03-10Fix handling of CMP msg senderKID and improve doc of related CTX functionsDr. David von Oheimb1-1/+34
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb1-1/+1
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb1-6/+7
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2020-02-03Fix no-ecMatt Caswell1-0/+5
2019-12-12chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb1-0/+517