summaryrefslogtreecommitdiffstats
path: root/crypto/cmp
AgeCommit message (Expand)Author
2022-09-30Fix missing null checkGraham Woodward
2022-08-24CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb
2022-08-24CMP: fix crash in check_transactionID_or_nonce() on 'actual' being NULLDr. David von Oheimb
2022-07-20Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-11cmp_http.c: extend comment in keep_alive()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
2022-06-29Fix memory leak in cmp_calc_protection()slontis
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-03-12OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb
2022-02-22CMP: add subject of any provided CSR as default message senderDr. David von Oheimb
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-07asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb
2022-01-05Fix typosDimitris Apostolou
2021-12-30OSSL_CMP_CTX: rename get/set function for trustedStoreDr. David von Oheimb
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-12-18cmp_ctx.c: Remove redundancy form the defs of many getters and settersDr. David von Oheimb
2021-12-13ossl_cmp_msg_check_update(): align recipNone check with improved transactionI...Dr. David von Oheimb
2021-12-10remove redundant ERR_raisex2018
2021-12-10check the return value of BIO_new() in t_x509.c:471 & cmp_vfy.c:36x2018
2021-12-09CMP check_msg_find_cert(): improve diagnostics on transactionID mismatchDr. David von Oheimb
2021-12-09OSSL_CMP_MSG_read(): Fix mem leak on file read errorDr. David von Oheimb
2021-11-17Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-11-17cmp_server.c: Log received request type before checking detailsDr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-12cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIOTomas Mraz
2021-09-07Update copyright yearRichard Levitte
2021-08-24Fix CMP code to not assume NUL terminated stringsMatt Caswell
2021-06-30OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-29ossl_cmp_error_new(): Fix Coverity issue 1486534, and consequently also issue...Dr. 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-23cmp_server.c: Fix check: certConf not allowed after transaction is closedDr. David von Oheimb
2021-06-23cmp_client.c: Print checkAfter value from pollRep before it may get modifiedDr. David von Oheimb
2021-06-17Update copyright yearMatt Caswell
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb
2021-06-05Give ASN.1 objects the ability to report their libctx/propqMatt Caswell
2021-06-05Use the new ASN.1 libctx aware capabilities in CMPMatt Caswell
2021-06-02cms: remove TODOsPauli
2021-06-02cmp: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-28Fix memory leak in OSSL_CMP_CTXPetr Gotthard
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-20Update copyright yearMatt Caswell