aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec2_mult.c
Commit message (Expand)AuthorAgeFilesLines
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-15/+1
* Check return value of some BN functions.Rich Salz2016-11-151-9/+11
* Copyright consolidation 05/10Rich Salz2016-05-171-53/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* free NULL cleanup 7Rich Salz2015-04-301-2/+1
* free NULL cleanup.Rich Salz2015-03-251-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-280/+341
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-2/+4
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-3/+6
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-21/+22
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Fix for CVE-2014-0076Dr. Stephen Henson2014-03-121-11/+16
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-0/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-0/+4
* ECC library bugfixes.Bodo Möller2010-08-261-4/+9
* ec2_mult.c readability update.Andy Polyakov2008-10-281-9/+10
* correct+extend publication infoBodo Möller2005-09-121-7/+7
* Fix various incorrect error function codes.Bodo Möller2005-04-261-1/+1
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-4/+4
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-2/+2
* Correct signednessRichard Levitte2003-05-211-1/+2
* implement fast point multiplication with precomputationBodo Möller2003-02-061-9/+13
* rename some functions to improve consistencyBodo Möller2002-11-231-16/+15
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-4/+6
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* typoBodo Möller2002-08-021-1/+1
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+387