aboutsummaryrefslogtreecommitdiff
path: root/test/cmp_msg_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-05-12CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb1-3/+1
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb1-1/+2
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/+0
2021-06-05Ensure libctx/propq is propagated when handling X509_REQMatt Caswell1-2/+2
2021-05-29test: add zero strenght arguments to BN and RAND RNG callsPauli1-2/+2
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-5/+5
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-11-27X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb1-14/+4
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-2/+2
2020-10-01Run the withlibctx.pl scriptMatt Caswell1-5/+5
2020-09-13Fix safestack issues in cmp.hMatt Caswell1-2/+0
2020-09-10test/cmp_{client,msg}_test.c: minor code cleanupDr. David von Oheimb1-0/+1
2020-08-24TEST: Fix CMP tests so they load keys in the current library contextRichard Levitte1-1/+1
2020-08-21Add libctx/provider support to cmp_msg_testDr. David von Oheimb1-12/+34
2020-08-21Add libctx/provider support to cmp_client_testDr. David von Oheimb1-1/+1
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb1-2/+3
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-4/+7
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb1-4/+4
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-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb1-2/+2
2020-03-10Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb1-6/+4
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb1-9/+9
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2020-01-09fix obsolete error codes in test/cmp_msg_test.cDr. David von Oheimb1-7/+7
2019-12-12chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb1-0/+577