summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-09Fix --strict-warnings with C90Todd Short
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07ec/curve25519.c: avoid 2^51 radix on SPARC.Andy Polyakov
2018-01-07ec/ecp_nistz256.c: switch to faster addition chain in scalar inversion.Andy Polyakov
2018-01-07ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.Andy Polyakov
2018-01-07ec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handlers to new functions.Andy Polyakov
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov
2018-01-02Fix minor 'the the' typosDaniel Bevenius
2017-12-28ec/curve25519.c: "double" ecdhx25519 performance on 64-bit platforms.Andy Polyakov
2017-12-27ec/ecp_nistp*.c: sanitize for undefined/implmentation-specific behaviour.Andy Polyakov
2017-12-18Fix a typo in commentBernd Edlinger
2017-12-08Address some code-analysis issues.FdaSilvaYY
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-11-01Address a timing side channel whereby it is possible to determine somePauli
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-02nistp521: add a comment to the P+P exceptional case in point_add.Adam Langley
2017-10-02Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger
2017-09-14Fix function name in ECerr callRich Salz
2017-09-13Support key check in EVP interfacePaul Yang
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25Clear secret stack values after use in the ED25519-functionsBernd Edlinger
2017-08-25Clear secret stack values after use in curve25519.cBernd Edlinger
2017-08-21Updates following feedback on OPENSSL_assert() removalMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/ecMatt Caswell
2017-08-06Add missing include of cryptlib.hRich Salz
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-29Use OPENSSL_secure_clear_free for secure mem BIOs and X25519 private keysBernd Edlinger
2017-07-23Fix const correctness of EC_KEY_METHOD_get_*Johannes Bauer
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-30Merge Intel copyright notice into standardRich Salz
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-14Fix crash in ecdh_simple_compute_key.Bernd Edlinger
2017-06-13Fix a memleak in ec_copy_parameters.Bernd Edlinger
2017-06-07make error tables const and separate header fileRich Salz
2017-06-05ec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.Andy Polyakov
2017-06-02Left shift of a negative number is undefined behaviourMatt Caswell
2017-05-30Clear sensitive data in ED25519_signDr. Stephen Henson
2017-05-30Add custom sig_info_set for ED25519Dr. Stephen Henson
2017-05-30make errorsDr. Stephen Henson
2017-05-30Add custom ASN.1 sign and verifyDr. Stephen Henson