summaryrefslogtreecommitdiff
path: root/crypto/cmp/cmp_local.h
Commit message (Expand)AuthorAgeFilesLines
* CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb2023-05-121-2/+3
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-181-5/+7
* Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb2022-12-071-1/+2
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-241-1/+1
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-1/+1
* CMP: implement optional hashAlg field of certConf CMPv3 messageDr. David von Oheimb2022-07-011-1/+3
* CMP: introduce version 3, while version 2 stays the defaultDr. David von Oheimb2022-07-011-1/+1
* Fix CMP code to not assume NUL terminated stringsMatt Caswell2021-08-241-1/+1
* CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb2021-06-301-1/+0
* CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb2021-06-251-1/+1
* CMP: Clean up internal message creation API and its documentationDr. David von Oheimb2021-06-251-8/+9
* Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell2021-06-051-1/+6
* cmp: remove TODOsPauli2021-06-021-5/+0
* Fix memory leak in OSSL_CMP_CTXPetr Gotthard2021-05-281-1/+1
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-141-0/+2
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-201-4/+0
* Update copyright yearMatt Caswell2021-03-111-1/+1
* CMP: On NULL-DN subject or issuer input omit field in cert templateDr. David von Oheimb2021-03-021-0/+3
* Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb2021-02-181-0/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-101-0/+1
* OSSL_CMP_CTX: rename field and its getter/setter from 'untrusted_certs' to 'u...Dr. David von Oheimb2020-09-051-1/+1
* Strengthen chain building for CMPDr. David von Oheimb2020-09-051-0/+1
* Add OSSL_CMP_CTX_get1_newChain() and related CLI option -chainoutDr. David von Oheimb2020-09-051-0/+2
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-8/+11
* cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb2020-08-211-1/+3
* Add OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and improve its docDr. David von Oheimb2020-08-211-2/+2
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-211-0/+2
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-5/+1
* Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-1/+0
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-301-3/+3
* Make CMP server use same protection for response as for requestDr. David von Oheimb2020-06-131-0/+1
* Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-2/+2
* Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...Dr. David von Oheimb2020-05-241-1/+0
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-131-2/+2
* Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb2020-05-131-4/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Rename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART for consistencyDr. David von Oheimb2020-04-181-3/+3
* HTTP client: make server/proxy and port params more consistent; minor other i...Dr. David von Oheimb2020-04-021-1/+1
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-021-2/+2
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-251-5/+11
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-2/+2
* Fix handling of CMP msg senderKID and improve doc of related CTX functionsDr. David von Oheimb2020-03-101-0/+1
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-101-39/+25
* chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb2020-02-171-4/+10
* fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb2020-02-171-48/+94
* improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb2020-02-171-0/+25
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-1/+1
* chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb2019-12-121-1/+97