summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_ameth.c
AgeCommit message (Expand)Author
2020-09-22Update copyright yearMatt Caswell
2020-07-04[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-04-24[EC] Constify internal EC_KEY pointer usageNicola Tuveri
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-05-28Update copyright yearRichard Levitte
2019-02-27Fix the default digest algorthm of SM2Paul Yang
2018-11-24Stop 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
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanup.Rich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx