summaryrefslogtreecommitdiffstats
path: root/crypto/cmp/cmp_client.c
AgeCommit message (Expand)Author
2023-02-13OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb
2023-02-08CMP cert_response(): add missing rejection status on client rejecting new certDr. David von Oheimb
2023-01-23cmp_client.c: fix handling of total_timeout for RR and GENM transactionsDr. David von Oheimb
2023-01-23cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb
2022-11-24CMP: fix handling of unset or missing failInfo PKI status informationDr. David von Oheimb
2022-11-24CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb
2022-11-24CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb
2022-10-06Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-06-30OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-25CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb
2021-06-23cmp_client.c: Print checkAfter value from pollRep before it may get modifiedDr. David von Oheimb
2021-06-02cms: remove TODOsPauli
2021-06-02cmp: remove TODOsPauli
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-02-19CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-21CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb
2020-12-02cmp_client.c: Fix indentation and remove empty lineAnkita Shetty
2020-12-02cmp_client.c: Remove dead code of variable 'txt' in cert_response()Ankita Shetty
2020-11-20CMP: prevent misleading PKIStatusInfo output if not response availableDr. David von Oheimb
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in crmf.hMatt Caswell
2020-09-13Fix safestack issues in cmp.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-10bugfix in apps/cmp.c and cmp_client.c: inconsistencies on retrieving extraCer...Dr. David von Oheimb
2020-09-10Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb
2020-09-05OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb
2020-06-13Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-05-13Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-18Add CMP error reason 'missing reference cert'Dr. David von Oheimb
2020-04-18Add CMP fuzzing to fuzz/cmp.c, including a couple of helpers in crypto/cmp/Dr. David von Oheimb
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb
2020-04-02Fix a printf format error in cmp_client.cBernd Edlinger
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb