Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / crypto / cmp / cmp_msg.c
10 days ago Richard LevitteCopyright year updates
2024-03-06 Dr. David von Oheimbcrypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey...
2023-12-21 Dr. David von Oheimbcrypto/cmp: fix clash of OSSL_CMP_CERTREQID_NONE with...
2023-12-21 Dr. David von Oheimbcrypto/cmp/,apps/lib/cmp_mock_srv.c: various improvemen...
2023-12-21 Rajeev Ranjancrypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delive...
2023-09-07 Matt CaswellCopyright year updates
2023-07-10 Rajeev RanjanCMP: support specifying certificate to be revoked via...
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-05-12 Dr. David von OheimbCMP client: fix error response on -csr without private...
2023-04-18 Dr. David von Oheimbcrypto/cmp: fix CertReqId to use in p10cr transactions...
2023-03-25 Dr. David von OheimbCMP add: fix -reqin option, which requires adding OSSL_...
2023-03-20 JAVAID Mohammad... cmp_msg.c: free memory of certStatus before goto err
2022-11-25 Dr. David von OheimbCMP: fix gen_new() in cmp_msg.c checking wrong ITAVs
2022-11-24 Dr. David von OheimbCMP: fix status held in OSSL_CMP_CTX, in particular...
2022-11-24 Dr. David von OheimbCMP+CRMF: fix formatting nits in crypto/, include/...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-24 Dr. David von OheimbCMP: correct handling of fallback subject in OSSL_CMP_C...
2022-07-01 Dr. David von OheimbCMP: implement optional hashAlg field of certConf CMPv3...
2022-05-03 Matt CaswellUpdate copyright year
2022-03-12 Dr. David von OheimbOSSL_CMP_CTX_setup_CRM(): Fix handling of defaults...
2021-12-09 Dr. David von OheimbOSSL_CMP_MSG_read(): Fix mem leak on file read error
2021-10-28 x2018fix some code with obvious wrong coding style
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-29 Dr. David von Oheimbossl_cmp_error_new(): Fix Coverity issue 1486534, and...
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-16 Dr. David von OheimbX509_digest_sig(): Improve default hash for EdDSA and...
2021-06-05 Matt CaswellUse the new ASN.1 libctx aware capabilities in CMP
2021-06-02 Paulicmp: remove TODOs
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-02 Dr. David von OheimbCMP: On NULL-DN subject or issuer input omit field...
2021-02-19 Dr. David von OheimbCMP: Fix total_timeout behavior; small doc and diagnost...
2021-02-18 Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-21 Dr. David von OheimbCMP: Allow PKCS#10 input also for ir, cr, kur, and...
2020-11-20 Dr. David von Oheimbossl_cmp_certreq_new(): Fix POPO key mismatch in case...
2020-11-13 Richard LevitteCRYPTO: refactor ERR_raise()+ERR_add_error_data() to...
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-11-11 Dr. David von Oheimbcmp_msg.c: Use issuer of reference cert as default...
2020-09-13 Matt CaswellFix safestack issues in crmf.h
2020-09-13 Matt CaswellFix safestack issues in cmp.h
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix safestack issues in x509v3.h
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21 Dr. David von Oheimbcmp_msg.c: Copy libctx and propq of CMP_CTX to newly...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-07-30 Dr. David von OheimbAdd OSSL_CMP_MSG_write(), use it in apps/cmp.c
2020-07-30 Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Dr. David von OheimbExport crm_new() of cmp_msg.c under the name OSSL_CMP_C...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-06-22 Dr. David von OheimbFix CMP -days option range checking and test failing...
2020-06-13 Dr. David von OheimbBug fix in ossl_cmp_certRep_new(): must allocate empty...
2020-06-13 Dr. David von OheimbStreamline the approach to set CMP message recipient...
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-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-18 Dr. David von OheimbAdd CMP error reason 'missing reference cert'
2020-04-18 Dr. David von OheimbAdd CMP fuzzing to fuzz/cmp.c, including a couple of...
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-18 Dr. David von OheimbRename OSSL_{d2i,i2d}_CMP_MSG_bio to {d2i,id2}_OSSL_CMP...
2020-03-10 Dr. David von OheimbMove OSSL_CMP_X509_digest() to x_all.c, renaming it...
2020-03-10 Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-02-17 Dr. David von Oheimbfix various formatting nits in CMP contribution chunks...
2019-12-12 Dr. David von Oheimbchunk 6 of CMP contribution to OpenSSL