summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecx_meth.c
AgeCommit message (Expand)Author
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-16clearing the ecx private key memoryManishPatidar1
2019-07-31Fix TyposAntoine Cœur
2019-02-26Update copyright yearMatt Caswell
2019-02-25Rearrange the inclusion of curve448/curve448_lcl.hRichard Levitte
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-05-24Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell
2018-05-18Allow the ca application to use EdDSAMatt Caswell
2018-04-06Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-15Add support for setting raw private/public 25519/448 keysMatt Caswell
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2017-07-29Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keysBernd Edlinger
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson
2017-05-30Add custom sig_info_set for ED25519Dr. Stephen Henson
2017-05-30Add custom ASN.1 sign and verifyDr. Stephen Henson
2017-05-30ED25519 public key method.Dr. Stephen Henson
2017-05-30Add ED25519 ASN.1 methodDr. Stephen Henson
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-13Add point ctrls to X25519Dr. Stephen Henson
2016-08-13X25519 public key methodsDr. Stephen Henson