summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecx_meth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the library ctx into an ECX_KEYMatt Caswell2020-05-041-6/+6
* Add the ability to ECX to import keys with only the private keyMatt Caswell2020-05-041-19/+3
* coverity 1462576 Resource leakPauli2020-04-301-2/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* When calling the import_to function pass the libctx tooMatt Caswell2020-04-171-10/+11
* ecx: check for errors creating public keys from private ones.Pauli2020-04-171-6/+8
* s390: ECX key generation fixes.Pauli2020-04-171-199/+0
* ecx: add key generation support.Pauli2020-04-171-1/+5
* Use the libctx in Ed448 private key decodingMatt Caswell2020-04-151-21/+31
* Enable Ed25519 signing/verifying to use the libctxMatt Caswell2020-04-091-2/+3
* Enable export_to functions to have access to the libctxMatt Caswell2020-04-091-1/+2
* Param build: make structures opaque.Pauli2020-03-281-6/+8
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-281-6/+6
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-251-17/+47
* DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte2020-03-231-2/+4
* Implement serializers for ED25519 and ED448Matt Caswell2020-03-171-5/+10
* Implement provider support for Ed25519 annd Ed448Matt Caswell2020-03-091-0/+4
* Add S390 support for provider based X25519/X448Matt Caswell2020-02-111-6/+6
* Add X25519/X448 Key Exchange to the default providerMatt Caswell2020-02-111-0/+48
* Implement a stricter ECX_KEY typeMatt Caswell2020-02-111-45/+18
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Deprecate the low level SHA functions.Pauli2020-01-191-1/+4
* s390x assembly pack: process x25519 and x448 non-canonical valuesPatrick Steuer2019-11-051-8/+9
* s390x assembly pack: fix x448 handling of non-canonical valuesPatrick Steuer2019-11-051-4/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer2019-09-251-4/+668
* clearing the ecx private key memoryManishPatidar12019-09-161-1/+1
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-4/+16
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Rearrange the inclusion of curve448/curve448_lcl.hRichard Levitte2019-02-251-0/+1
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Improve the usability of the ca app using EdDSAMatt Caswell2018-08-221-3/+13
* Add support getting raw private/public keysMatt Caswell2018-06-081-0/+49
* Revert "Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA"Matt Caswell2018-05-241-59/+20
* Allow the ca application to use EdDSAMatt Caswell2018-05-181-1/+1
* Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell2018-04-061-20/+59
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Add support for setting raw private/public 25519/448 keysMatt Caswell2018-03-151-4/+53
* Integrate X448 and Ed448 into libcryptoMatt Caswell2018-03-021-103/+313
* Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keysBernd Edlinger2017-07-291-1/+1
* Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson2017-06-211-9/+10
* Add custom sig_info_set for ED25519Dr. Stephen Henson2017-05-301-1/+10
* Add custom ASN.1 sign and verifyDr. Stephen Henson2017-05-301-1/+35
* ED25519 public key method.Dr. Stephen Henson2017-05-301-8/+69
* Add ED25519 ASN.1 methodDr. Stephen Henson2017-05-301-10/+54
* Constify private key decode.Dr. Stephen Henson2016-08-171-3/+3
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+1
* Add point ctrls to X25519Dr. Stephen Henson2016-08-131-8/+33
* X25519 public key methodsDr. Stephen Henson2016-08-131-0/+348