aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_smpl.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 7Rich Salz2015-04-301-30/+15
* Fix memory leakRich Salz2015-04-111-6/+3
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-25/+25
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-20/+20
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1225/+1298
* More commentsMatt Caswell2015-01-221-3/+6
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-2/+3
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-4/+8
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-155/+169
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) andBodo Moeller2014-08-131-2/+2
* Simplify and fix ec_GFp_simple_points_make_affineBodo Moeller2014-08-011-98/+76
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-369/+4
* PR: 1612Dr. Stephen Henson2011-01-241-0/+3
* oops, revert mistakenly committed EC changesDr. Stephen Henson2011-01-191-8/+3
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-191-3/+8
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-131-1/+2
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-1/+1
* Using Horner's algorithm to evaluate the ec polynomialGeoff Thorpe2004-07-161-32/+21
* Improve error handling if decompression of an ec point fails, and cleanupGeoff Thorpe2004-07-061-2/+5
* 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-3/+4
* implement fast point multiplication with precomputationBodo Möller2003-02-061-2/+3
* add a commentBodo Möller2002-11-221-0/+14
* Make ec_GFp_simple_point_get_affine_coordinates() fasterBodo Möller2002-11-201-25/+26
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-1/+1
* Change BN_mod_sqrt() so that it verifies that the input value isBodo Möller2002-08-021-2/+1
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-20/+22
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+15
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-0/+1
* Make sure short aliases are used where required.Richard Levitte2002-05-231-1/+1
* Change internals of the EC library so that the functionsBodo Möller2002-05-081-95/+0
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-45/+5
* Fix bugs and typos.Bodo Möller2002-03-181-1/+108
* len is a size_t, which is an unsigned integer. Therefore, someRichard Levitte2001-05-141-1/+1
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-17/+243
* Fix ec_GFp_simple_cmp.Bodo Möller2001-03-081-1/+6
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-2/+19
* More method functions for elliptic curves,Bodo Möller2001-03-081-135/+427
* More 'TODO' items.Bodo Möller2001-03-081-11/+70
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-45/+412
* More method functions.Bodo Möller2001-03-071-7/+161
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-071-2/+511
* The next bunch of vaporware.Bodo Möller2001-03-071-4/+24
* Implement dispatcher for EC_GROUP and EC_POINT method functions.Bodo Möller2001-03-071-0/+11
* Add yet another (still empty) source code file that I forgot.Bodo Möller2001-03-051-2/+0
* Add more EC vaporware (empty source code files I missed in myBodo Möller2001-03-051-0/+59