summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte
2020-09-05Fix coverity CID #1466378 - Incorrect expression in ec_backend.cShane Lontis
2020-09-03EC: Remove one error record that shadows anotherRichard Levitte
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-08-24Fix coverity CID #1458644 - Negative return passed to function taking size_t ...Shane Lontis
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte
2020-08-09Add libctx to ecdh_KDF_X9_63.Shane Lontis
2020-08-07Add evp_test fixes.Shane Lontis
2020-07-30unify spelling of serializePauli
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-06-19Ensure creating an EC public key uses the libctxMatt Caswell
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-11kdf: make function naming consistent.Pauli
2020-06-04[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri
2020-06-04Update copyright yearMatt Caswell
2020-06-02Move EC_METHOD to internal-onlyBilly Brumley
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-05-26Update core_names.h fields and document most fields.Shane Lontis
2020-05-24Fix coverity issues in EC after #11807Nicola Tuveri
2020-05-20deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley
2020-05-19deprecate EC precomputation functionalityBilly Brumley
2020-05-16deprecate EC_POINTs_mul functionBilly Brumley
2020-05-04Fix the KEYNID2TYPE macroMatt Caswell
2020-05-04Add the library ctx into an ECX_KEYMatt Caswell
2020-05-04Add the ability to ECX to import keys with only the private keyMatt Caswell
2020-04-30coverity 1462576 Resource leakPauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-24Fix typo from #10631Nicola Tuveri
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