summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_ec.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-03-15Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz
2023-02-08Fix incomplete check on CMS_SharedInfo_encodendossche
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-06-02Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu
2022-06-02Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-03-03enable CMS sign/verify for provider-implemented PKEYsMichael Baentsch
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-06-15remove end of line whitespacePauli
2021-06-15cms: free PKEY_CTXPauli
2021-06-15cms: fix coverity 1485981: unchecked return valuePauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-02-22Fix external symbols for cms.Shane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2020-12-16Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11Adapt libcrypto functionality to specify the desired input structureRichard Levitte
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell