summaryrefslogtreecommitdiffstats
path: root/crypto/cmp/cmp_util.c
AgeCommit message (Expand)Author
2022-11-24CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb
2022-09-30Fix missing null checkGraham Woodward
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-08-24Fix CMP code to not assume NUL terminated stringsMatt Caswell
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-04-14cmp_util.c: Fix OSSL_CMP_log_open() in case OPENSSL_NO_TRACEDr. David von Oheimb
2021-03-11Update copyright yearMatt Caswell
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in x509_vfy.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-05Strengthen chain building for CMPDr. 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-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-07-01Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-22Fix no-errMatt Caswell
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb
2020-03-10Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. 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
2019-12-03Set argument only after successful dup on CMP APIsraja-ashok
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb