crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of responses
[openssl.git] / crypto / cmp / cmp_local.h
2023-12-21 Rajeev Ranjancrypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delive...
2023-12-19 Dr. David von OheimbCMP lib and app: add optional certProfile request messa...
2023-10-10 Dr. David von OheimbCMP: fix OSSL_CMP_MSG_http_perform() by adding option...
2023-09-07 Matt CaswellCopyright year updates
2023-07-16 Dr. David von OheimbCMP: add support for genm with rootCaCert and genp...
2023-07-10 Rajeev RanjanCMP: support specifying certificate to be revoked via...
2023-06-06 Vladimír Kotalallow to disable http
2023-06-01 Dr. David von OheimbCMP: add support for genm/genp messages with id-it...
2023-05-12 Dr. David von OheimbCMP client: fix checking new cert enrolled with oldcert...
2023-04-18 Dr. David von Oheimbcrypto/cmp: fix CertReqId to use in p10cr transactions...
2022-12-07 Dr. David von OheimbCompensate for CMP-related TODOs removed by PR #15539
2022-11-24 Dr. David von OheimbCMP+CRMF: fix formatting nits in crypto/, include/...
2022-10-12 FdaSilvaYYcrypto: Fix various typos, repeated words, align some...
2022-07-20 Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-01 Dr. David von OheimbCMP: implement optional hashAlg field of certConf CMPv3...
2022-07-01 Dr. David von OheimbCMP: introduce version 3, while version 2 stays the...
2021-08-24 Matt CaswellFix CMP code to not assume NUL terminated strings
2021-06-30 Dr. David von OheimbCMP: Add missing getter functions to CRMF API and CMP API
2021-06-25 Dr. David von OheimbCMP: Improve reporting of error codes and related strin...
2021-06-25 Dr. David von OheimbCMP: Clean up internal message creation API and its...
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-02 Paulicmp: remove TODOs
2021-05-28 Petr GotthardFix memory leak in OSSL_CMP_CTX
2021-05-14 Dr. David von OheimbHTTP: Implement persistent connections (keep-alive)
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-03-11 Matt CaswellUpdate copyright year
2021-03-02 Dr. David von OheimbCMP: On NULL-DN subject or issuer input omit field...
2021-02-18 Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-10 Dr. David von OheimbClean up CMP chain building for CMP signer, TLS client...
2020-09-05 Dr. David von OheimbOSSL_CMP_CTX: rename field and its getter/setter from...
2020-09-05 Dr. David von OheimbStrengthen chain building for CMP
2020-09-05 Dr. David von OheimbAdd OSSL_CMP_CTX_get1_newChain() and related CLI option...
2020-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21 Dr. David von Oheimbcmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build...
2020-08-21 Dr. David von OheimbAdd OPENSSL_CTX parameter to OSSL_CRMF_pbmp_new() and...
2020-08-21 Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-07-30 Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-06-13 Dr. David von OheimbMake CMP server use same protection for response as...
2020-06-13 Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-05-24 Dr. David von OheimbMove decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local...
2020-05-13 Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von OheimbAdd -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-18 Dr. David von OheimbRename CMP_PROTECTEDPART to OSSL_CMP_PROTECTEDPART...
2020-04-02 Dr. David von OheimbHTTP client: make server/proxy and port params more...
2020-04-02 Dr. David von Oheimb Chunk 10 of CMP contribution to OpenSSL: CMP http...
2020-03-25 Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-10 Dr. David von OheimbFix handling of CMP msg senderKID and improve doc of...
2020-03-10 Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-02-17 Dr. David von Oheimbchunk 7 of CMP contribution to OpenSSL
2020-02-17 Dr. David von Oheimbfix various formatting nits in CMP contribution chunks...
2020-02-17 Dr. David von Oheimbimprove CMP logging according to comments on CMP chunk...
2020-02-10 Dr. David von OheimbGeneralize the HTTP client so far implemented mostly...
2019-12-12 Dr. David von Oheimbchunk 6 of CMP contribution to OpenSSL
2019-10-29 Dr. David von Oheimbchunk 5 of CMP contribution to OpenSSL
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files