aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-224-89/+93
* Re-align some comments after running the reformat script.Matt Caswell2015-01-228-133/+133
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2228-19241/+19662
* Move more comments that confuse indentMatt Caswell2015-01-225-8/+14
* ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov2015-01-221-48/+74
* ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov2015-01-221-78/+82
* 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-36/+49
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-516/+1369
* More commentsMatt Caswell2015-01-222-4/+8
* Further comment changes for reformat (master)Matt Caswell2015-01-223-15/+20
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-3/+3
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-066-12/+23
* ecp_nistz256-x86_64.pl: fix occasional failures.Andy Polyakov2015-01-041-290/+191
* mark all block comments that need format preserving so thatTim Hudson2014-12-3010-76/+150
* RT3548: Remove outdated platformsRich Salz2014-12-191-2/+0
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-1/+1
* Build fixesEmilia Kasper2014-12-173-4/+3
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+8
* Implement internally opaque bn access from ecMatt Caswell2014-12-0814-509/+410
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-0810-10/+10
* remove FIPS module code from crypto/ecdsaDr. Stephen Henson2014-12-081-87/+0
* Remove fips_constseg references.Dr. Stephen Henson2014-12-082-61/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-4/+0
* 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
* ec/asm/ecp_nistz256-x86_64.pl: fix inconsistency in path handling.Andy Polyakov2014-10-291-2/+3
* ecp_nistz256 update.Andy Polyakov2014-10-233-105/+207
* crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov2014-09-213-45/+47
* Fix warning.Dr. Stephen Henson2014-09-201-2/+3
* Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov2014-09-128-4/+16201
* Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov2014-09-123-0/+88
* RT2626: Change default_bits from 1K to 2KKurt Roeckx2014-09-081-1/+1
* Configure: add configuration for crypto/ec/asm extensions.Andy Polyakov2014-08-301-1/+3
* Fixed double inclusion of string.hMatt Caswell2014-08-291-1/+0
* 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
* PR2490: Remove unused local variable bn ecp_nist.cLaszlo Papp2014-08-201-2/+0
* RT2513: Fix typo's paramter-->parameterMartin Olsson2014-08-191-1/+1
* Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller2014-08-133-5/+6
* 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-261-0/+1
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+17
* Fix for CVE-2014-0076Dr. Stephen Henson2014-03-121-11/+16
* make dependDr. Stephen Henson2014-02-191-15/+16