summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
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
2017-05-30make errorsDr. Stephen Henson
2017-05-30ED25519 public key method.Dr. Stephen Henson
2017-05-30Add ED25519 ASN.1 methodDr. Stephen Henson
2017-05-30Make Ed25519 consistent with X25519Dr. Stephen Henson
2017-05-30Add Ed25519 algorithm.Dr. Stephen Henson
2017-05-11Remove filename argument to x86 asm_init.David Benjamin
2017-05-11Cleanup - use e_os2.h rather than stdint.hRichard Levitte
2017-05-02Fix URL links in commentRich Salz
2017-05-01Address some -Wold-style-declaration warningsBenjamin Kaduk
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-03-15Add EC_KEY_get0_engine()Richard Levitte
2017-02-24Increase the size of the stack buffer to prevent an overflow.Pauli
2017-02-22Fix typo, should be && rather than &Richard Levitte
2017-02-22Iterate over EC_GROUP's poly array in a safe wayRich Salz
2017-02-14mem leak on error path and error propagation fixYuchi
2017-02-13ec/asm/ecp_nistz256-x86_64.pl: add CFI directives.Andy Polyakov
2017-02-13ec/asm/ecp_nistz256-x86_64.pl: fix typo-bug in Win64 SE handler.Andy Polyakov
2017-02-06x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov
2017-01-21ec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific optimization.Andy Polyakov
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx