aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec
AgeCommit message (Expand)AuthorFilesLines
2016-09-10Fix EC_KEY_print so it prints out private key informationTim Hudson1-1/+1
2016-09-07Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse1-0/+4
2016-08-29Add ecp_nistz256-ppc64 module.Andy Polyakov2-0/+2376
2016-08-29Remove comment tags from structs (coding style)Rich Salz1-5/+5
2016-08-29Use uppercase name for PCT_ enumRich Salz2-16/+21
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov1-40/+40
2016-08-24ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov4-212/+102
2016-08-24ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2-31/+50
2016-08-24ec/asm/ecp_nistz256-*.pl: addition to perform stricter reduction.Andy Polyakov4-89/+158
2016-08-24ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2-62/+84
2016-08-22Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi1-5/+2
2016-08-21ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov1-15/+22
2016-08-19constify i2o_ECPublicKeyDr. Stephen Henson1-1/+1
2016-08-17Constify private key decode.Dr. Stephen Henson2-5/+5
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-8/+8
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson3-4/+4
2016-08-13Remove old EC based X25519 code.Dr. Stephen Henson4-344/+1
2016-08-13Add encoded points to other EC curves too.Dr. Stephen Henson1-0/+7
2016-08-13Add point ctrls to X25519Dr. Stephen Henson1-8/+33
2016-08-13add to build.infoDr. Stephen Henson1-0/+1
2016-08-13make errorsDr. Stephen Henson1-0/+6
2016-08-13X25519 public key methodsDr. Stephen Henson1-0/+348
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-08-02Fix some style issues...FdaSilvaYY1-1/+1
2016-08-01Const EC_KEY_dupRichard J. Moore1-2/+2
2016-07-25Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY3-6/+7
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson3-1/+25
2016-07-16fix memory leaksMiroslav Franc1-0/+1
2016-07-15Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte1-15/+9
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson1-1/+2
2016-07-01Fix printing private EC_KEYAlessandro Ghedini1-1/+1
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-1/+0
2016-06-26RT2680: Public EC key is shown as privateRich Salz2-24/+13
2016-06-23Make x25519_compute_key() return a booleanhuangqinjin1-2/+2
2016-06-23Make ossl_ecdh_compute_key() return a booleanhuangqinjin1-1/+1
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper1-1/+1
2016-06-18Useless includesFdaSilvaYY2-4/+0
2016-06-13Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders1-0/+2
2016-06-13Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders1-1/+1
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders1-0/+9
2016-06-09RT 4242: reject invalid EC point coordinatesEmilia Kasper3-14/+26
2016-06-01Free tempory data on error in ec_wNAF_mul()Matt Caswell1-0/+2
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson1-1/+1
2016-05-29x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov1-1/+1
2016-05-28SPARC assembly pack: add missing .type directives.Andy Polyakov1-0/+35
2016-05-23Remove unused error/function codes.Rich Salz1-36/+1
2016-05-23Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY1-17/+12
2016-05-21Add OpenSSL copyright to .pl filesRich Salz6-6/+48
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6