summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2020-04-23Update copyright yearMatt Caswell
2020-04-22[crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell
2020-04-17ecx: check for errors creating public keys from private ones.Pauli
2020-04-17s390: ECX key generation fixes.Pauli
2020-04-17ecx: add key generation support.Pauli
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-04-15Use the libctx in Ed448 private key decodingMatt Caswell
2020-04-15EC: Refactor EVP_PKEY_CTX curve setting macros for param generationRichard Levitte
2020-04-09Enable Ed25519 signing/verifying to use the libctxMatt Caswell
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell
2020-04-07[crypto/ec] blind coordinates in ec_wNAF_mul for robustnessBilly Brumley
2020-04-07Fix the error handling in EC_POINTs_mulBernd Edlinger
2020-04-07PROV: Add DERlib support for ECDSA and EC keysRichard Levitte
2020-04-03Remove an unnecessary call to BN_CTX_free.Aaron Thompson
2020-04-03Fix bugs in EC code introduced with FIPS changes.Aaron Thompson
2020-04-01[crypto/ec] Ladder tweaksBilly Brumley
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-27PROV: Fix EC_KEY exporters to allow domain parameter keysRichard Levitte
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-25EC: Refactor ec_curve_name2nid() to accept NIST curve namesRichard Levitte
2020-03-23DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte
2020-03-18Implement serializers for ED25519 and ED448Matt Caswell
2020-03-15Add ECDSA to providersShane Lontis
2020-03-12Add ECDH to fips providerShane Lontis
2020-03-12Add EC key validation to default providerShane Lontis
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell
2020-03-05crypto/ec/curve448/eddsa.c: fix EBCDIC platformsPatrick Steuer
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-02-28Fix comment placement in ecp_nistp256.ciScott Arciszewski
2020-02-18[EC] harden EC_KEY against leaks from memory accessesNicola Tuveri
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-17Also check for errors in x86_64-xlate.pl.David Benjamin
2020-02-11Add S390 support for provider based X25519/X448Matt Caswell
2020-02-11Add X25519/X448 Key Exchange to the default providerMatt Caswell
2020-02-11Implement a stricter ECX_KEY typeMatt Caswell
2020-02-06Params: change UTF8 construct calls to avoid explicit strlen(3) calls.Pauli
2020-02-04Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli
2020-02-04Deprecate the ECDH functions.Pauli
2020-02-02Make SM3 a mandatory hash function for SM2.Richard Levitte
2020-01-23Check ECC-CDH is compliant with SP800-56A-r3Shane Lontis
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte
2020-01-07Make ECDSA_size() use consistent asn1 encoder.Shane Lontis
2020-01-05Fix incorrect return code on ECDSA key verificationAndrew Hoang