aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-096-6/+6
* crypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey(); fix coding style nitDr. David von Oheimb2024-03-061-2/+29
* apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb2024-03-061-1/+2
* cmp_vfy.c/check_msg_all_certs(): remove needless trace output in case 3GPP mo...Dr. David von Oheimb2024-01-171-6/+6
* ossl_cmp_msg_check_update(): improve diagnostics of checking expected sender ...Dr. David von Oheimb2024-01-172-15/+27
* CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb2024-01-173-36/+44
* Fix new typos found by codespellDimitri Papadopoulos2023-12-291-1/+1
* crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb2023-12-212-2/+2
* cmp_server.c,apps/lib/cmp_mock_srv.c: move polling state checks to cmp_server.cRajeev Ranjan2023-12-211-4/+34
* crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb2023-12-215-77/+79
* crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan2023-12-216-80/+317
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-195-18/+52
* CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb2023-10-103-1/+9
* cmp_vfy.c: Use verification callback if cert_acceptable() finds expired certDr. David von Oheimb2023-09-211-8/+25
* Copyright year updatesMatt Caswell2023-09-0711-11/+11
* CMP: generalize ossl_cmp_calc_protection() to handle Edwards curves correctlyDr. David von Oheimb2023-09-051-23/+13
* cmp_genm.c: Remove superfluous store_ctx != 0 checkTomas Mraz2023-08-181-1/+1
* crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb2023-08-033-6/+9
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-174-0/+282
* rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb2023-07-171-1/+1
* CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan2023-07-104-14/+30
* allow to disable httpVladimĂ­r Kotal2023-06-064-2/+19
* cmp_client.c: add comment on certConf and add 'ossl_unused' to two functionsDr. David von Oheimb2023-06-011-2/+7
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-016-3/+219
* cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_error()Dr. David von Oheimb2023-05-301-1/+0
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-125-25/+30
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-122-4/+7
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-184-26/+48
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-252-0/+16
* nit: tidy-up code, and fix a typo.FdaSilvaYY2023-03-211-2/+2
* cmp_msg.c: free memory of certStatus before goto errJAVAID Mohammad-Habib2023-03-201-1/+3
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-131-5/+33
* CMP cert_response(): add missing rejection status on client rejecting new certDr. David von Oheimb2023-02-081-0/+1
* OSSL_CMP_SRV_process_request(): fix recipNonce on error in subsequent request...Dr. David von Oheimb2023-02-081-7/+13
* cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_{recipient,issuer}Dr. David von Oheimb2023-02-081-2/+2
* CMP check_transactionID_or_nonce(): fix reason code on unmatched recipNonceDr. David von Oheimb2023-02-081-1/+1
* ossl_cmp_msg_check_update(): fix two wrong error return values (-1 instead of 0)Dr. David von Oheimb2023-02-081-6/+6
* Fix Coverity 1520485: logically dead codePauli2023-01-261-4/+0
* cmp_client.c: fix handling of total_timeout for RR and GENM transactionsDr. David von Oheimb2023-01-231-12/+10
* cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb2023-01-232-5/+9
* OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb2022-12-082-5/+10
* Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb2022-12-074-1/+9
* add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb2022-11-251-0/+11
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-7/+10
* CMP: fix gen_new() in cmp_msg.c checking wrong ITAVsDr. David von Oheimb2022-11-251-2/+1
* CMP: fix handling of unset or missing failInfo PKI status informationDr. David von Oheimb2022-11-242-11/+6
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-245-19/+33
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-248-34/+26
* CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb2022-11-231-0/+3
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1