aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmp/cmp_client.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb2024-03-061-1/+2
* crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb2023-12-211-1/+1
* crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb2023-12-211-30/+30
* crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan2023-12-211-32/+159
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* crypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with error result of ossl_cm...Dr. David von Oheimb2023-08-031-1/+1
* CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan2023-07-101-1/+2
* allow to disable httpVladimĂ­r Kotal2023-06-061-0/+2
* cmp_client.c: add comment on certConf and add 'ossl_unused' to two functionsDr. David von Oheimb2023-06-011-2/+7
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-121-4/+2
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-181-11/+12
* 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
* 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-231-5/+5
* CMP: fix handling of unset or missing failInfo PKI status informationDr. David von Oheimb2022-11-241-7/+1
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-241-9/+20
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-241-2/+3
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-061-2/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb2021-06-301-1/+1
* CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb2021-06-301-4/+5
* CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb2021-06-251-2/+2
* cmp_client.c: Print checkAfter value from pollRep before it may get modifiedDr. David von Oheimb2021-06-231-12/+13
* cms: remove TODOsPauli2021-06-021-11/+2
* cmp: remove TODOsPauli2021-06-021-2/+0
* Use <> for #include openssl/xxxRich Salz2021-05-271-2/+1
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-0/+1
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-201-3/+2
* Add ossl_asn1 symbolsShane Lontis2021-03-181-4/+4
* CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb2021-02-191-37/+34
* 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-16/+16
* cmp_client.c: Fix indentation and remove empty lineAnkita Shetty2020-12-021-4/+3
* cmp_client.c: Remove dead code of variable 'txt' in cert_response()Ankita Shetty2020-12-021-6/+1
* CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb2020-11-201-0/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-7/+10
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-33/+33
* Fix safestack issues in crmf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in cmp.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb2020-09-101-7/+8
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-101-11/+35
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-051-1/+1
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-5/+1
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-301-30/+15