summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/eddsa.c
AgeCommit message (Expand)Author
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_ ecx symbolsShane Lontis
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis
2020-07-30unify spelling of serializePauli
2020-04-23Update copyright yearMatt Caswell
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell
2020-03-05crypto/ec/curve448/eddsa.c: fix EBCDIC platformsPatrick Steuer
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-04New function EVP_MD_free()Richard Levitte
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2018-12-11Disallow Ed448 signature malleabilityMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/ec/Richard Levitte
2018-08-03Fix some undefined behaviour in the Curve448 code (2nd attempt)Dr. Matthias St. Pierre
2018-05-31Remove some logically dead codeMatt Caswell
2018-02-21Fix some undefined behaviour in the Curve448 codeMatt Caswell
2018-02-20Simplify some codeMatt Caswell
2018-02-20Remove some unneccessary use of constant time code in curve448Matt Caswell
2018-02-20More style fixes for the curve448 codeMatt Caswell
2018-02-20More style fixes to Curve448 code based on review feedbackMatt Caswell
2018-02-20Some style fixesMatt Caswell
2018-02-20Formatting tweak based on review feedbackMatt Caswell
2018-02-20Fix AppVeyor failure in eddsa.cMatt Caswell
2018-02-20Update Curve448 copyright for 2018Matt Caswell
2018-02-20Fix build errors for Curve448 code on Windows (VC-WIN32 and VC-WIN64A)Matt Caswell
2018-02-20Remove duplicated 448 in the names of various thingsMatt Caswell
2018-02-20Remove references to libdecafMatt Caswell
2018-02-20Remove some unneeded codeMatt Caswell
2018-02-20Manual formatting tweaks to Curve448 codeMatt Caswell
2018-02-20Run util/openssl-format-source on the Curve448 codeMatt Caswell
2018-02-20Update the imported curve448 code to use OpenSSL copyright headersMatt Caswell
2018-02-20Fix the ED448 key lengthsMatt Caswell
2018-02-20Convert to C90 from C99Matt Caswell
2018-02-20Remove the old shake256 implementationMatt Caswell
2018-02-20Convert Curve448 internals to use OpenSSL shake256Matt Caswell
2018-02-20Add tests for Ed448phMatt Caswell
2018-02-20Add Ed448 testsMatt Caswell
2018-02-20Rename decaf_448_* to curve448_*Matt Caswell
2018-02-20Remove the decaf_bzero function and replace with OPENSSL_cleanse()Matt Caswell
2018-02-20Remove some unneeded files and further flatten the curve 448 structureMatt Caswell
2018-02-20Flatten the Curve 448 source structureMatt Caswell