summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-02-02Dead code cleanup: crypto/ec,ecdh,ecdsaRich Salz
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-01-28Rename index to idx to avoid symbol conflicts.Rich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt 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-22More commentsMatt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-04ecp_nistz256-x86_64.pl: fix occasional failures.Andy Polyakov
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-19RT3548: Remove outdated platformsRich Salz
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
2014-12-17Build fixesEmilia Kasper
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-08Implement internally opaque bn access from ecMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/ecdsaDr. Stephen Henson
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
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-10-29ec/asm/ecp_nistz256-x86_64.pl: fix inconsistency in path handling.Andy Polyakov
2014-10-23ecp_nistz256 update.Andy Polyakov
2014-09-21crypto/ecp_nistz256.c: harmonize error codes.Andy Polyakov
2014-09-20Fix warning.Dr. Stephen Henson
2014-09-12Add ECP_NISTZ256 by Shay Gueron, Intel Corp.Andy Polyakov
2014-09-12Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-08-30Configure: add configuration for crypto/ec/asm extensions.Andy Polyakov
2014-08-29Fixed double inclusion of string.hMatt Caswell
2014-08-27Explicitly check for empty ASN.1 strings in d2i_ECPrivateKeyEmilia Kasper
2014-08-27RT3065: automatically generate a missing EC public keyMatt Caswell
2014-08-27RT3065: ec_private_key_dont_crashAdam Langley
2014-08-20PR2490: Remove unused local variable bn ecp_nist.cLaszlo Papp
2014-08-19RT2513: Fix typo's paramter-->parameterMartin Olsson
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-06-03Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek