summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_backend.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-8/+8
* ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb2022-09-301-1/+1
* The flag "decoded-from-explicit" must be imp/exportableTomas Mraz2022-06-231-0/+5
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-3/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-1/+4
* Add a generic SubjectPublicKeyInfo decoderMatt Caswell2021-06-141-0/+29
* Add convenience functions and macros for asymmetric key generationDr. David von Oheimb2021-05-111-1/+1
* Fixes #14662. Return all EC parameters even for named curvesJon Spillett2021-05-071-74/+130
* Fix potential NULL dereference in ossl_ec_key_dup()Tomas Mraz2021-04-221-6/+6
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-0/+10
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-0/+88
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-0/+79
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-26/+26
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-7/+212
* Allow EVP_PKEY private key objects to be created without a public componentJon Spillett2021-01-151-4/+0
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-13/+13
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+2
* Fix coverity CID #1466378 - Incorrect expression in ec_backend.cShane Lontis2020-09-051-1/+1
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-221-33/+172
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-191-2/+3
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-191-1/+1
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-8/+7
* PROV: Fix EC_KEY exporters to allow domain parameter keysRichard Levitte2020-03-271-14/+16
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-251-0/+229