summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-11Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.cSteven Valdez
2016-02-23ec/asm/ecp_nistz256-x86_64.pl: get corner case logic right.Andy Polyakov
2016-01-29Add have_precompute_mult testsMatt Caswell
2016-01-29Fix bug in nistp224/256/521 where have_precompute_mult always returns 0Matt Caswell
2016-01-21RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley
2015-12-19Fix URLs mangled by reformatMatt Caswell
2015-12-13x86_64 assembly pack: tune clang version detection even further.Andy Polyakov
2015-12-10ec/ecp_nistz256_table.c: fix potential misalignment problem with Sun C.Andy Polyakov
2015-12-03Add cleanup of *.sRichard Levitte
2015-11-30x86_64 assembly pack: tune clang version detection.Andy Polyakov
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-09-15d2i: don't update input pointer on failureKurt Roeckx
2015-09-01Fix the comment for POINT_CONVERSION_UNCOMPRESSEDTim Zhang
2015-08-04Fix warning when compiling with no-ec2mMatt Caswell
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell
2015-05-26fix copy paste error in ec_GF2m function prototypesBilly Brumley
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-30Add sanity check to print_bin functionMatt Caswell
2015-04-27NISTZ256: use EC_POINT API and check errors.Emilia Kasper
2015-04-27NISTZ256: don't swallow malloc errorsEmilia Kasper
2015-04-27NISTZ256: set Z_is_one to boolean 0/1 as is customary.Emilia Kasper
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper
2015-04-24Fix error checking and memory leaks in NISTZ256 precomputation.Emilia Kasper
2015-04-24Correctly set Z_is_one on the return value in the NISTZ256 implementation.Emilia Kasper
2015-03-31Ensure EC private keys retain leading zerosDouglas E Engert
2015-03-28ec/asm/ecp_nistz256-x86_64.pl: update commentary with before-after performanc...Andy Polyakov
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-03-14Avoid reading an unused byte after the bufferAndy Polyakov
2015-02-25Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell
2015-02-25Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-01-23FIPS build fixes.Dr. Stephen Henson
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov
2015-01-22ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-04ecp_nistz256-x86_64.pl: fix occasional failures.Andy Polyakov
2014-12-17Build fixesEmilia Kasper
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-11-20When using EVP_PKEY_derive with a KDF set, a negative error fromMatt Caswell
2014-11-12Fix free of garbage pointer. PR#3595Matt Caswell
2014-09-22crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov