summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-231-1/+1
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-221-2/+0
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Enable curve-spefific ECDSA implementations via EC_METHODPatrick Steuer2019-08-151-0/+3
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-3/+3
* SCA hardening for mod. field inversion in EC_GROUPBilly Brumley2019-02-171-0/+1
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* EC GFp ladderBilly Brumley2018-07-261-3/+3
* EC point multiplication: add `ladder` scaffoldNicola Tuveri2018-07-161-1/+4
* Update copyright yearMatt Caswell2018-06-201-1/+1
* Implement coordinate blinding for EC_POINTSohaib ul Hassan2018-06-191-1/+3
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-53/+6
* 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
* free NULL cleanup 7Rich Salz2015-05-011-6/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-129/+128
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-2/+2
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* PR2490: Remove unused local variable bn ecp_nist.cLaszlo Papp2014-08-201-2/+0
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-3/+4
* Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bitAndy Polyakov2008-04-241-26/+0
* remove OPENSSL_NO_ASM dependencyNils Larsch2005-06-281-3/+3
* rewrite of bn_nist.c, disable support for some curves on 64 bit platformsNils Larsch2005-05-031-1/+1
* Fix various incorrect error function codes.Bodo Möller2005-04-261-4/+4
* include limits.h for UINT_MAX etc.Nils Larsch2005-04-111-0/+2
* fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller2003-02-081-1/+7
* implement fast point multiplication with precomputationBodo Möller2003-02-061-2/+3
* simplifyBodo Möller2003-01-281-16/+2
* remove redundant functionsBodo Möller2002-11-181-45/+6
* use consistent order of function definitionsBodo Möller2002-11-181-20/+19
* this method does not need field_data1Bodo Möller2002-11-151-3/+0
* implement and use new macros BN_get_sign(), BN_set_sign()Bodo Möller2002-11-041-1/+1
* The #else part of the conditionals have two statements, so they needRichard Levitte2002-10-291-0/+6
* clean up new code for NIST primesBodo Möller2002-10-281-17/+17
* fast reduction for NIST curvesBodo Möller2002-10-281-19/+153
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-6/+6
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-0/+9
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-1/+1
* Fix bugs and typos.Bodo Möller2002-03-181-0/+1
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-111-2/+4
* In crypto/ec #if 0 out structures which reference (currently)Dr. Stephen Henson2001-03-101-1/+2
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-10/+2
* More method functions for elliptic curves,Bodo Möller2001-03-081-2/+5
* More 'TODO' items.Bodo Möller2001-03-081-1/+5
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-1/+4
* Some actual method functions (not enough yet to use the EC library, though),Bodo Möller2001-03-071-3/+44
* ..._init functions are method-specific tooBodo Möller2001-03-071-1/+1