aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_lcl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement handling of EC parameter seeds (new functionsBodo Möller2002-06-181-3/+3
* simplify asn1_flagBodo Möller2002-06-121-1/+2
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-1/+1
* move ECC ASN1 that is not specific to ECDSA into crypto/ec/,Bodo Möller2002-06-101-1/+9
* Change internals of the EC library so that the functionsBodo Möller2002-05-081-22/+15
* New function EC_GROUP_check_discriminant().Bodo Möller2002-03-201-2/+2
* Fix bugs and typos.Bodo Möller2002-03-181-0/+4
* reference counting for EC_GROUP structures is not needed (at theBodo Möller2002-03-061-1/+0
* add support for named curvesBodo Möller2002-02-131-0/+3
* More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller2001-03-101-12/+17
* Implement EC_GFp_mont_method.Bodo Möller2001-03-081-4/+0
* More method functions for elliptic curves,Bodo Möller2001-03-081-8/+16
* More 'TODO' items.Bodo Möller2001-03-081-7/+27
* More method functions for EC_GFp_simple_method.Bodo Möller2001-03-081-2/+12
* More method functions.Bodo Möller2001-03-071-3/+3