summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_ameth.c
AgeCommit message (Expand)Author
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-10-11eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-06-16Add sensitive memory clean in priv encodeKan
2021-10-28fix some code with obvious wrong coding stylex2018
2021-07-07CRYPTO: Remove the check for built-in methods in the export_to functionRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-02-26Fix external symbols related to ec & sm2 keysShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis
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-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-23Fix missing propq in ecdh_cms_set_shared_info()Shane Lontis
2020-08-24Fix coverity CID #1458644 - Negative return passed to function taking size_t ...Shane Lontis
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte
2020-08-09Add libctx to ecdh_KDF_X9_63.Shane Lontis
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-06-19Ensure creating an EC public key uses the libctxMatt Caswell
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-23DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte
2020-02-18[PROV][KEYMGMT][EC] Import/export of priv_key as padded const time BNNicola Tuveri
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri
2020-02-18[EC] Constify internal EC_KEY pointer usageNicola Tuveri
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-02Make SM3 a mandatory hash function for SM2.Richard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz