summaryrefslogtreecommitdiff
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-091-0/+1
* make dependDr. Stephen Henson2011-09-161-6/+7
* Improved error checking for DRBG calls.Dr. Stephen Henson2011-09-161-7/+6
* Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson2011-08-141-1/+25
* recognise ecdsaWithSHA1 OIDDr. Stephen Henson2011-07-281-0/+1
* Redirection of ECDSA, ECDH operations to FIPS module.Dr. Stephen Henson2011-06-065-0/+41
* Add flags field to EC_KEY structure (backport from HEAD).Dr. Stephen Henson2011-06-063-0/+28
* Make no-ec2m work again (backport from HEAD).Dr. Stephen Henson2011-06-061-0/+21
* Reorganise ECC code so it can use FIPS module.Dr. Stephen Henson2011-06-0610-782/+1035
* Backport from HEAD:Dr. Stephen Henson2011-06-0611-23/+71
* Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled byDr. Stephen Henson2011-05-122-2/+3