summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
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
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov
2016-08-22Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi
2016-08-21ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov
2016-08-19constify i2o_ECPublicKeyDr. Stephen Henson
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-13Remove old EC based X25519 code.Dr. Stephen Henson
2016-08-13Add encoded points to other EC curves too.Dr. Stephen Henson
2016-08-13Add point ctrls to X25519Dr. Stephen Henson
2016-08-13add to build.infoDr. Stephen Henson
2016-08-13make errorsDr. Stephen Henson
2016-08-13X25519 public key methodsDr. Stephen Henson
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-02Fix some style issues...FdaSilvaYY
2016-08-01Const EC_KEY_dupRichard J. Moore
2016-07-25Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson
2016-07-16fix memory leaksMiroslav Franc
2016-07-15Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-07-01Fix printing private EC_KEYAlessandro Ghedini
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-26RT2680: Public EC key is shown as privateRich Salz
2016-06-23Make x25519_compute_key() return a booleanhuangqinjin