aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez2016-05-111-7/+6
* ec/asm/ecp_nistz256-x86_64.pl: get corner case logic right.Andy Polyakov2016-02-231-1/+10
* Add have_precompute_mult testsMatt Caswell2016-01-291-0/+9
* Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell2016-01-293-6/+6
* RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2016-01-212-0/+3
* Fix URLs mangled by reformatMatt Caswell2015-12-191-1/+1
* x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2015-12-131-1/+1
* ec/ecp_nistz256_table.c: fix potential misalignment problem with Sun C.Andy Polyakov2015-12-101-1/+1
* Add cleanup of *.sRichard Levitte2015-12-031-1/+1
* x86_64 assembly pack: tune clang version detection.Andy Polyakov2015-11-301-1/+1
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-4/+0
* d2i: don't update input pointer on failureKurt Roeckx2015-09-151-2/+6
* Fix the comment for POINT_CONVERSION_UNCOMPRESSEDTim Zhang2015-09-011-1/+1
* Fix warning when compiling with no-ec2mMatt Caswell2015-08-041-4/+8
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-106-16/+23
* fix copy paste error in ec_GF2m function prototypesBilly Brumley2015-05-261-8/+0
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* Add sanity check to print_bin functionMatt Caswell2015-04-301-1/+3
* NISTZ256: use EC_POINT API and check errors.Emilia Kasper2015-04-271-11/+18
* NISTZ256: don't swallow malloc errorsEmilia Kasper2015-04-271-12/+13
* NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper2015-04-271-1/+1
* Error checking and memory leak fixes in NISTZ256.Emilia Kasper2015-04-273-37/+56
* Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper2015-04-241-3/+10
* Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper2015-04-241-0/+3
* Ensure EC private keys retain leading zerosDouglas E Engert2015-03-311-3/+17
* ec/asm/ecp_nistz256-x86_64.pl: update commentary with before-after performanc...Andy Polyakov2015-03-281-12/+16
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-03-191-2/+5
* Avoid reading an unused byte after the bufferAndy Polyakov2015-03-141-1/+1
* Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell2015-02-251-7/+1
* Fix a failure to NULL a pointer freed on error.Matt Caswell2015-02-251-3/+3
* FIPS build fixes.Dr. Stephen Henson2015-01-232-7/+7
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-229-164/+168
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-post-auto-reformatMatt Caswell2015-01-221-3/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2228-19363/+19789
* Move more comments that confuse indentMatt Caswell2015-01-225-8/+14
* ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov2015-01-221-37/+63
* ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov2015-01-221-60/+59
* Fix strange formatting by indentMatt Caswell2015-01-225-36/+70
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-222-34/+44
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-516/+1369
* Additional comment changes for reformat of 1.0.2Matt Caswell2015-01-225-15/+30
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-226-12/+23
* mark all block comments that need format preserving so thatTim Hudson2015-01-2210-76/+150
* ecp_nistz256-x86_64.pl: fix occasional failures.Andy Polyakov2015-01-041-290/+191
* Build fixesEmilia Kasper2014-12-173-4/+3
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+8
* When using EVP_PKEY_derive with a KDF set, a negative error fromMatt Caswell2014-11-201-2/+2
* Fix free of garbage pointer. PR#3595Matt Caswell2014-11-121-3/+4
* crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov2014-09-223-45/+47
* Fix warning.Dr. Stephen Henson2014-09-221-2/+3