aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from some files.David Benjamin2016-10-104-11/+11
* Add -Wswitch-enumRich Salz2016-09-222-6/+26
* Fix EC_KEY_print so it prints out private key informationTim Hudson2016-09-101-1/+1
* Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse2016-09-071-0/+4
* Add ecp_nistz256-ppc64 module.Andy Polyakov2016-08-292-0/+2376
* Remove comment tags from structs (coding style)Rich Salz2016-08-291-5/+5
* Use uppercase name for PCT_ enumRich Salz2016-08-292-16/+21
* ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov2016-08-241-40/+40
* ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-244-212/+102
* ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-242-31/+50
* ec/asm/ecp_nistz256-*.pl: addition to perform stricter reduction.Andy Polyakov2016-08-244-89/+158
* ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2016-08-242-62/+84
* Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi2016-08-221-5/+2
* ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov2016-08-211-15/+22
* constify i2o_ECPublicKeyDr. Stephen Henson2016-08-191-1/+1
* Constify private key decode.Dr. Stephen Henson2016-08-172-5/+5
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-8/+8
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-163-4/+4
* Remove old EC based X25519 code.Dr. Stephen Henson2016-08-134-344/+1
* Add encoded points to other EC curves too.Dr. Stephen Henson2016-08-131-0/+7
* Add point ctrls to X25519Dr. Stephen Henson2016-08-131-8/+33
* add to build.infoDr. Stephen Henson2016-08-131-0/+1
* make errorsDr. Stephen Henson2016-08-131-0/+6
* X25519 public key methodsDr. Stephen Henson2016-08-131-0/+348
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Fix some style issues...FdaSilvaYY2016-08-021-1/+1
* Const EC_KEY_dupRichard J. Moore2016-08-011-2/+2
* Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY2016-07-253-6/+7
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-203-1/+25
* fix memory leaksMiroslav Franc2016-07-161-0/+1
* Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte2016-07-151-15/+9
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-1/+2
* Fix printing private EC_KEYAlessandro Ghedini2016-07-011-1/+1
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+0
* RT2680: Public EC key is shown as privateRich Salz2016-06-262-24/+13
* Make x25519_compute_key() return a booleanhuangqinjin2016-06-231-2/+2
* Make ossl_ecdh_compute_key() return a booleanhuangqinjin2016-06-231-1/+1
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-201-1/+1
* Useless includesFdaSilvaYY2016-06-182-4/+0
* Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders2016-06-131-0/+2
* Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders2016-06-131-1/+1
* Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2016-06-131-0/+9
* RT 4242: reject invalid EC point coordinatesEmilia Kasper2016-06-093-14/+26
* Free tempory data on error in ec_wNAF_mul()Matt Caswell2016-06-011-0/+2
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-1/+1
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-291-1/+1
* SPARC assembly pack: add missing .type directives.Andy Polyakov2016-05-281-0/+35
* Remove unused error/function codes.Rich Salz2016-05-231-36/+1
* Fix and simplify error handling in (RSA/EC_kmeth)_new_method()FdaSilvaYY2016-05-231-17/+12