aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ecp_nist.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 06/10Rich Salz1-53/+6
2016-03-01Add default operations to EC_METHODDr. Stephen Henson1-2/+11
2016-02-28Add group_order_bits to EC_METHOD.Dr. Stephen Henson1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-04-30free NULL cleanup 7Rich Salz1-6/+3
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-129/+128
2014-12-08Implement internally opaque bn access from ecMatt Caswell1-2/+2
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-08-20PR2490: Remove unused local variable bn ecp_nist.cLaszlo Papp1-2/+0
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson1-3/+4
2008-04-24Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bitAndy Polyakov1-26/+0
2005-06-28remove OPENSSL_NO_ASM dependencyNils Larsch1-3/+3
2005-05-03rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch1-1/+1
2005-04-26Fix various incorrect error function codes.Bodo Möller1-4/+4
2005-04-11include limits.h for UINT_MAX etc.Nils Larsch1-0/+2
2003-02-08fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller1-1/+7
2003-02-06implement fast point multiplication with precomputationBodo Möller1-2/+3
2003-01-28simplifyBodo Möller1-16/+2
2002-11-18remove redundant functionsBodo Möller1-45/+6
2002-11-18use consistent order of function definitionsBodo Möller1-20/+19
2002-11-15this method does not need field_data1Bodo Möller1-3/+0
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller1-1/+1
2002-10-29The #else part of the conditionals have two statements, so they needRichard Levitte1-0/+6
2002-10-28clean up new code for NIST primesBodo Möller1-17/+17
2002-10-28fast reduction for NIST curvesBodo Möller1-19/+153
2002-08-02Rename implementations of method functions so that they matchBodo Möller1-6/+6
2002-08-02add support for elliptic curves over binary fieldsBodo Möller1-0/+9
2002-03-20New function EC_GROUP_check_discriminant().Bodo Möller1-1/+1
2002-03-18Fix bugs and typos.Bodo Möller1-0/+1
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller1-2/+4
2001-03-10In crypto/ec #if 0 out structures which reference (currently)Dr. Stephen Henson1-1/+2
2001-03-08Implement EC_GFp_mont_method.Bodo Möller1-10/+2
2001-03-08More method functions for elliptic curves,Bodo Möller1-2/+5
2001-03-08More 'TODO' items.Bodo Möller1-1/+5
2001-03-08More method functions for EC_GFp_simple_method.Bodo Möller1-1/+4
2001-03-07Some actual method functions (not enough yet to use the EC library, though),Bodo Möller1-3/+44
2001-03-07..._init functions are method-specific tooBodo Möller1-1/+1
2001-03-07Optimized EC_METHODs need specific 'set_curve' and 'free' functions.Bodo Möller1-3/+3
2001-03-07The next bunch of vaporware.Bodo Möller1-4/+24
2001-03-07Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller1-0/+11
2001-03-05Add yet another (still empty) source code file that I forgot.Bodo Möller1-0/+57