summaryrefslogtreecommitdiffstats
path: root/crypto/cmp/cmp_local.h
AgeCommit message (Expand)Author
2022-12-07Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb
2022-11-24CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb
2022-10-12crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-01CMP: implement optional hashAlg field of certConf CMPv3 messageDr. David von Oheimb
2022-07-01CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb
2021-08-24Fix CMP code to not assume NUL terminated stringsMatt Caswell
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-25CMP: Clean up internal message creation API and its documentationDr. David von Oheimb
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell
2021-06-02cmp: remove TODOsPauli
2021-05-28Fix memory leak in OSSL_CMP_CTXPetr Gotthard
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-03-11Update copyright yearMatt Caswell
2021-03-02CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
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-09-05Strengthen chain building for CMPDr. David von Oheimb
2020-09-05Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-21cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb
2020-08-21Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb
2020-06-13Make CMP server use same protection for response as for requestDr. 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-24Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb
2020-05-13Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()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-23Update copyright yearMatt Caswell
2020-04-18Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb
2020-04-02HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb
2020-04-02 Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-10Fix handling of CMP msg senderKID and improve doc of related CTX functionsDr. David von Oheimb
2020-03-10Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb
2020-02-17improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2019-12-12chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb
2019-10-29chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre