summaryrefslogtreecommitdiff
path: root/test/cmp_msg_test.c
Commit message (Expand)AuthorAgeFilesLines
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-121-3/+1
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-181-1/+2
* adding provider_unload functions for cmp_ testsDanny Carpenter2023-04-161-0/+2
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-241-2/+0
* Ensure libctx/propq is propagated when handling X509_REQMatt Caswell2021-06-051-2/+2
* test: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-2/+2
* Update copyright yearRichard Levitte2021-01-281-1/+1
* TEST: move cert, key, and CSR loading aux functions to new testutil/load.cDr. David von Oheimb2021-01-131-5/+5
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-1/+1
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+1
* X509_dup: fix copying of libctx and propq using new ASN1_OP_DUP_POST cb opera...Dr. David von Oheimb2020-11-271-14/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-5/+5
* Fix safestack issues in cmp.hMatt Caswell2020-09-131-2/+0
* test/cmp_{client,msg}_test.c: minor code cleanupDr. David von Oheimb2020-09-101-0/+1
* TEST: Fix CMP tests so they load keys in the current library contextRichard Levitte2020-08-241-1/+1
* Add libctx/provider support to cmp_msg_testDr. David von Oheimb2020-08-211-12/+34
* Add libctx/provider support to cmp_client_testDr. David von Oheimb2020-08-211-1/+1
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-2/+3
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-211-1/+1
* testutil: Make SETUP_TEST_FIXTURE return 0 on fixture == NULLDr. David von Oheimb2020-08-211-4/+7
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-301-4/+4
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-131-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-251-2/+2
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-101-6/+4
* fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb2020-02-171-9/+9
* Fix common test framework optionsMatt Caswell2020-02-031-0/+5
* fix obsolete error codes in test/cmp_msg_test.cDr. David von Oheimb2020-01-091-7/+7
* chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb2019-12-121-0/+577