summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
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
2016-11-15Check return value of some BN functions.Rich Salz
2016-11-10Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-22Add -Wswitch-enumRich Salz
2016-09-10Fix EC_KEY_print so it prints out private key informationTim Hudson
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse
2016-08-29Add ecp_nistz256-ppc64 module.Andy Polyakov
2016-08-29Remove comment tags from structs (coding style)Rich Salz
2016-08-29Use uppercase name for PCT_ enumRich Salz
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov
2016-08-24ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov
2016-08-24ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov
2016-08-24ec/asm/ecp_nistz256-*.pl: addition to perform stricter reduction.Andy Polyakov