aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec2_smpl.c
Commit message (Expand)AuthorAgeFilesLines
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-15/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-53/+9
* Add default operations to EC_METHODDr. Stephen Henson2016-03-011-2/+11
* Add group_order_bits to EC_METHOD.Dr. Stephen Henson2016-02-281-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2016-01-211-0/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* free NULL cleanup 7Rich Salz2015-04-301-22/+11
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-6/+6
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-588/+659
* More commentsMatt Caswell2015-01-221-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+4
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-72/+88
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* PR: 2632Dr. Stephen Henson2011-10-261-1/+1
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-337/+4
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-0/+4
* PR: 1612Dr. Stephen Henson2011-01-241-0/+3
* oops, revert mistakenly committed EC changesDr. Stephen Henson2011-01-191-18/+1
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-191-1/+18
* Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller2010-02-231-4/+4
* Change array representation of binary polynomials to make GF2m part ofBodo Möller2006-06-181-1/+3
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-131-1/+2
* deFUDify: don't require OPENSSL_EC_BIN_PT_COMPBodo Möller2005-11-151-18/+84
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-5/+5
* Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe2004-07-161-29/+20
* Make sure we use unsigned constants, or come compilers may complain.Richard Levitte2004-03-151-1/+1
* Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe2004-03-131-1/+2
* implement fast point multiplication with precomputationBodo Möller2003-02-061-3/+7
* fix warningsBodo Möller2003-01-211-4/+4
* rename some functions to improve consistencyBodo Möller2002-11-231-2/+2
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-5/+5
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* remove superfluous codeBodo Möller2002-10-281-9/+7
* make sure 'neg' flag (which does not really matter for GF(2^m), butBodo Möller2002-09-161-0/+5
* less specific interface for EC_GROUP_get_basis_typeBodo Möller2002-08-261-1/+5
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-14/+14
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+980