summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_ameth.c
AgeCommit message (Expand)Author
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
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-02-27Fix the default digest algorthm of SM2Paul Yang
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-11-10Stop marking default digest for EC keys as mandatoryDavid Woodhouse
2018-10-17EVP module documentation passAntoine Salon
2018-07-25Check for failures, to avoid memory leakRich Salz
2018-06-20Update copyright yearMatt Caswell
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-09-14Fix function name in ECerr callRich Salz
2017-09-13Support key check in EVP interfacePaul Yang
2017-06-13Fix a memleak in ec_copy_parameters.Bernd Edlinger
2017-02-14mem leak on error path and error propagation fixYuchi
2016-09-10Fix EC_KEY_print so it prints out private key informationTim Hudson
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-13Add encoded points to other EC curves too.Dr. Stephen Henson
2016-07-15Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte
2016-07-01Fix printing private EC_KEYAlessandro Ghedini
2016-06-26RT2680: Public EC key is shown as privateRich Salz
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-17Copyright consolidation 05/10Rich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Add EC_KEY_priv2buf()Dr. Stephen Henson
2016-02-05use enum type for do_EC_KEY_printDr. Stephen Henson
2016-02-05update EC ASN1 and print routinesDr. Stephen Henson
2016-01-31Remove redundant code.Dr. Stephen Henson
2016-01-31Add EC_GROUP_order_bits, EC_GROUP_get0_order and EC_GROUP_get0_cofactorDr. Stephen Henson
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-03RT3674: Make no-cms build work.David Bar
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz