summaryrefslogtreecommitdiff
path: root/crypto/cms/cms_ec.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-06-211-1/+1
* Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu2022-06-021-1/+1
* Fix the erroneous checks of EVP_PKEY_CTX_set_group_namePeiwei Hu2022-06-021-1/+1
* Fix the return check of OBJ_obj2txtPW Hu2021-11-221-1/+1
* remove end of line whitespacePauli2021-06-151-1/+1
* cms: free PKEY_CTXPauli2021-06-151-4/+5
* cms: fix coverity 1485981: unchecked return valuePauli2021-06-151-2/+6
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-6/+6
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-6/+6
* Fix external symbols for cms.Shane Lontis2021-02-221-2/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-161-2/+0
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-6/+6
* Adapt libcrypto functionality to specify the desired input structureRichard Levitte2020-11-111-12/+5
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-4/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Make evp_pkey_ctx_get0_libctx/propq public APIMatt Caswell2020-10-151-3/+2
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-151-0/+420