summaryrefslogtreecommitdiff
path: root/test/cmp_client_test.c
Commit message (Expand)AuthorAgeFilesLines
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-121-5/+40
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-181-1/+1
* adding provider_unload functions for cmp_ testsDanny Carpenter2023-04-161-0/+2
* cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb2023-02-081-15/+48
* cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb2023-01-231-7/+17
* cmp_client_test.c: add tests for OSSL_CMP_CTX_get_statusDr. David von Oheimb2022-11-301-50/+111
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-2/+13
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-241-1/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* CMP mock server: add -ref_cert option and corresponding ossl_cmp_mock_srv_set...Dr. David von Oheimb2022-01-041-0/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* cmp_client_test.c: Remove needless dependency on NDEBUGDr. David von Oheimb2021-09-241-13/+1
* Ensure libctx/propq is propagated when handling X509_REQMatt Caswell2021-06-051-1/+1
* test: remove TODOsPauli2021-06-021-3/+0
* test: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock...Dr. David von Oheimb2021-05-201-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb2021-01-211-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
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Fix safestack issues in cmp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* test/cmp_{client,msg}_test.c: minor code cleanupDr. David von Oheimb2020-09-101-1/+1
* TEST: Fix CMP tests so they load keys in the current library contextRichard Levitte2020-08-241-2/+2
* Add libctx/provider support to cmp_client_testDr. David von Oheimb2020-08-211-6/+16
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-211-2/+2
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-301-18/+20
* Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-1/+2
* 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/+3
* 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-0/+393