aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* Fix URLs mangled by reformatMatt Caswell2015-12-191-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
* Ensure EC private keys retain leading zerosDouglas E Engert2015-03-311-3/+17
* 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
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-229-169/+173
* Rerun util/openssl-format-source -v -c .OpenSSL_1_0_1-post-auto-reformatMatt Caswell2015-01-221-3/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2227-17993/+18481
* Move more comments that confuse indentMatt Caswell2015-01-225-8/+14
* 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-418/+1114
* Additional comment changes for reformat of 1.0.1Matt Caswell2015-01-222-4/+8
* Further comment changes for reformatMatt Caswell2015-01-223-11/+22
* mark all block comments that need format preserving so thatTim Hudson2015-01-2211-88/+173
* Build fixesEmilia Kasper2014-12-173-4/+3
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+6
* Fix free of garbage pointer. PR#3595Matt Caswell2014-11-121-3/+4
* Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper2014-08-271-3/+9
* RT3065: automatically generate a missing EC public keyMatt Caswell2014-08-271-8/+19
* RT3065: ec_private_key_dont_crashAdam Langley2014-08-272-7/+10
* Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller2014-08-133-5/+6
* Only use FIPS EC methods in FIPS mode.Dr. Stephen Henson2014-08-074-16/+20
* Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller2014-08-012-112/+125
* "EC_POINT_invert" was checking "dbl" function pointer instead of "invert".Billy Brumley2014-07-211-1/+1
* Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek2014-06-031-1/+1
* Double free in i2o_ECPublicKeyDavid Ramos2014-05-041-2/+5
* Fix eckey_priv_encode()mancha2014-04-241-0/+1
* Fix for CVE-2014-0076Dr. Stephen Henson2014-03-121-11/+16
* make updateDr. Stephen Henson2014-01-061-48/+133
* make updateDr. Stephen Henson2013-12-081-133/+48
* Fix overly lenient comparisons:Bodo Moeller2013-09-161-5/+5
* Make binary curve ASN.1 work in FIPS mode.Matt Caswell2013-03-262-3/+5
* Fix EC_KEY initialization race.Bodo Möller2012-10-052-3/+20
* Reduce version skew.Ben Laurie2012-06-084-13/+12
* For OpenVMS, use inttypes.h instead of stdint.hRichard Levitte2012-03-013-0/+15
* only include string.h onceDr. Stephen Henson2012-01-241-1/+0
* ec_cvt.c: performance update from HEAD.Andy Polyakov2011-11-141-0/+25
* PR: 2632Dr. Stephen Henson2011-10-261-1/+1
* Fix warnings.Bodo Möller2011-10-198-67/+86
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-1810-615/+5287