aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ec2_mult.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Copyright consolidation 05/10Rich Salz1-53/+9
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-04-30free NULL cleanup 7Rich Salz1-2/+1
2015-03-25free NULL cleanup.Rich Salz1-4/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-280/+341
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell1-2/+4
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-3/+6
2014-12-08Implement internally opaque bn access from ecMatt Caswell1-21/+22
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-03-12Fix for CVE-2014-0076Dr. Stephen Henson1-11/+16
2011-02-14Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson1-0/+2
2011-02-12New option to disable characteristic two fields in EC code.Dr. Stephen Henson1-0/+4
2010-08-26ECC library bugfixes.Bodo Möller1-4/+9
2008-10-28ec2_mult.c readability update.Andy Polyakov1-9/+10
2005-09-12correct+extend publication infoBodo Möller1-7/+7
2005-04-26Fix various incorrect error function codes.Bodo Möller1-1/+1
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch1-4/+4
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe1-2/+2
2003-05-21Correct signednessRichard Levitte1-1/+2
2003-02-06implement fast point multiplication with precomputationBodo Möller1-9/+13
2002-11-23rename some functions to improve consistencyBodo Möller1-16/+15
2002-11-04implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller1-4/+6
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller1-13/+0
2002-08-02typoBodo Möller1-1/+1
2002-08-02add support for elliptic curves over binary fieldsBodo Möller1-0/+387