aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lcl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Call single parent free_comp routine.Rich Salz2016-01-131-0/+2
* Fix nistp512 typos, should be nistp521Viktor Dukhovni2016-01-131-1/+1
* Add CRYPTO_EX_DATA; remove EC_EXTRA_DATARich Salz2016-01-131-31/+39
* Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson2015-12-161-2/+2
* Top level ECDSA sign/verify redirection.Dr. Stephen Henson2015-12-091-0/+11
* extend EC_KEY_METHOD for signing supportDr. Stephen Henson2015-12-091-0/+16
* move ECDSA_SIG definitionDr. Stephen Henson2015-12-091-0/+5
* Add set methods.Dr. Stephen Henson2015-12-091-0/+3
* EC_KEY_METHOD copy supportDr. Stephen Henson2015-12-091-0/+1
* EC_KEY_METHOD init and finish supportDr. Stephen Henson2015-12-091-0/+2
* Add compute key support to EC_KEY_METHODDr. Stephen Henson2015-12-091-0/+8
* EC_KEY_METHOD keygen support.Dr. Stephen Henson2015-12-091-0/+3
* Support for EC_KEY_METHOD.Dr. Stephen Henson2015-12-091-0/+11
* fix copy paste error in ec_GF2m function prototypesBilly Brumley2015-05-261-8/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-8/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-283/+375
* Fix strange formatting by indentMatt Caswell2015-01-221-2/+4
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-33/+43
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Implement internally opaque bn access from ecMatt Caswell2014-12-081-6/+6
* Reserve option to use BN_mod_exp_mont_consttime in ECDSA.Andy Polyakov2014-09-121-0/+11
* Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370Libor Krystek2014-06-031-1/+1
* Make `safe' (EC)DSA nonces the default.Adam Langley2013-07-151-1/+0
* Add secure DSA nonce flag.Adam Langley2013-06-131-0/+1
* Fix warnings.Bodo Möller2011-10-191-1/+1
* Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 andBodo Möller2011-10-181-7/+41
* Add PRNG security strength checking.Dr. Stephen Henson2011-04-231-0/+1
* Reorganise ECC code for inclusion in FIPS module.Dr. Stephen Henson2011-02-141-0/+5
* oops, revert mistakenly committed EC changesDr. Stephen Henson2011-01-191-2/+0
* Add additional parameter to dsa_builtin_paramgen to output the generatedDr. Stephen Henson2011-01-191-0/+2
* New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller2010-08-261-1/+14
* Change array representation of binary polynomials to make GF2m part ofBodo Möller2006-06-181-5/+8
* ecc api cleanup; summary:Nils Larsch2005-05-161-7/+22
* remove unused recp methodNils Larsch2005-04-041-10/+0
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* Get rid of bogus warning when compiling with Sun vendor compiler.Andy Polyakov2004-01-241-0/+5
* Allow EC_GROUP objects to share precomputation for improved memoryBodo Möller2003-02-121-12/+19
* fix EC_GROUP_copy for EC_GFp_nist_method()Bodo Möller2003-02-081-0/+1
* typoBodo Möller2003-02-061-1/+1
* implement fast point multiplication with precomputationBodo Möller2003-02-061-7/+13
* rename some functions to improve consistencyBodo Möller2002-11-231-2/+2
* remove redundant functionsBodo Möller2002-11-181-4/+0
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-291-13/+0
* clean up new code for NIST primesBodo Möller2002-10-281-0/+1
* remove superfluous codeBodo Möller2002-10-281-5/+0
* move EC_GROUP_get_basis_type() from ec_lib.c to ec_asn1.cBodo Möller2002-08-261-0/+5
* optical changesBodo Möller2002-08-021-4/+4
* Rename implementations of method functions so that they matchBodo Möller2002-08-021-20/+23
* add support for elliptic curves over binary fieldsBodo Möller2002-08-021-10/+103