summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2015-02-25Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_0_9_8-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Yet more changes to commentsMatt Caswell
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-22Additional comment changes for reformat of 0.9.8Matt 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
2014-08-29Fixed double inclusion of string.hMatt Caswell
2014-08-13Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller
2014-08-01Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller
2014-07-21"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley
2014-03-27Fix for CVE-2014-0076 backported to 0.9.8 branchmancha
2013-09-17 Fix overly lenient comparisons:Bodo Moeller
2012-10-05Fix EC_KEY initialization race.Bodo Möller
2011-10-26PR: 2632Dr. Stephen Henson
2011-01-24check EC public key isn't point at infinityDr. Stephen Henson
2011-01-24PR: 1612Dr. Stephen Henson
2010-08-26ECC library bugfixes.Bodo Möller
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
2008-09-23Fix EC_KEY_check_key [from HEAD].Andy Polyakov
2008-09-16Merge changes to build system from fips branch.Dr. Stephen Henson
2007-05-22Fix crypto/ec/ec_mult.c to work properly with scalars of value 0Bodo Möller
2006-12-19Fix the BIT STRING encoding of EC points or parameter seedsBodo Möller
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-09-28Introduce limits to prevent malicious keys being able toMark J. Cox
2006-03-14fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2006-02-08backport recent changes from the cvs headNils Larsch
2006-01-09/usr/bin/perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
2006-01-08Avoid contradictive error code assignments.Bodo Möller
2006-01-08Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)Bodo Möller
2005-12-13commentBodo Möller
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-08-11Pedantic polish to ectest.c [from HEAD].Andy Polyakov
2005-08-07Windows CE update from HEAD.Andy Polyakov
2005-07-23Remove BN_CTX_DEBUG from the normal debug build flags (it's too noisyNils Larsch
2005-06-28remove OPENSSL_NO_ASM dependencyNils Larsch
2005-05-20fix typo, add prototypeNils Larsch
2005-05-17simplify EC_KEY_dupNils Larsch
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-11Fix more error codes.Bodo Möller
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch
2005-04-26Fix various incorrect error function codes.Bodo Möller