| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 1 | -1682/+0 |
* | free NULL cleanup. | Rich Salz | 2015-03-25 | 1 | -32/+16 |
* | Live code cleanup: remove #if 1 stuff | Rich Salz | 2015-02-06 | 1 | -4/+0 |
* | Dead code cleanup: #if 0 dropped from tests | Rich Salz | 2015-02-02 | 1 | -157/+0 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -1443/+1751 |
* | Fix strange formatting by indent | Matt Caswell | 2015-01-22 | 1 | -27/+54 |
* | RT3548: Remove outdated platforms | Rich Salz | 2014-12-20 | 1 | -2/+0 |
* | Build fixes | Emilia Kasper | 2014-12-17 | 1 | -2/+2 |
* | Implement internally opaque bn access from ec | Matt Caswell | 2014-12-08 | 1 | -5/+6 |
* | Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) and | Bodo Moeller | 2014-08-13 | 1 | -2/+3 |
* | Simplify and fix ec_GFp_simple_points_make_affine | Bodo Moeller | 2014-08-01 | 1 | -14/+49 |
* | Fix warnings. | Bodo Möller | 2011-10-19 | 1 | -6/+9 |
* | Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and | Bodo Möller | 2011-10-18 | 1 | -51/+122 |
* | New option to disable characteristic two fields in EC code. | Dr. Stephen Henson | 2011-02-12 | 1 | -1/+5 |
* | Fix warning. | Ben Laurie | 2011-01-09 | 1 | -2/+2 |
* | Fix warnings. | Ben Laurie | 2010-09-05 | 1 | -3/+3 |
* | C conformity fixes: Move declarations before statements in all blocks. | Bodo Möller | 2010-08-27 | 1 | -6/+9 |
* | New 64-bit optimized implementation EC_GFp_nistp224_method(). | Bodo Möller | 2010-08-26 | 1 | -89/+163 |
* | Remove the dual-callback scheme for numeric and pointer thread IDs, | Geoff Thorpe | 2008-08-06 | 1 | -1/+1 |
* | Revert my earlier CRYPTO_THREADID commit, I will commit a reworked | Geoff Thorpe | 2008-07-03 | 1 | -1/+1 |
* | There was a need to support thread ID types that couldn't be reliably cast | Geoff Thorpe | 2008-03-28 | 1 | -1/+1 |
* | Fix crypto/ec/ec_mult.c to work properly with scalars of value 0 | Bodo Möller | 2007-05-22 | 1 | -3/+11 |
* | fix warnings when building openssl with the following compiler options: | Nils Larsch | 2005-08-29 | 1 | -2/+2 |
* | Pedantic polish to WCE-specific #if clause in ectest.c | Andy Polyakov | 2005-08-11 | 1 | -1/+1 |
* | Final(?) WinCE update. | Andy Polyakov | 2005-08-08 | 1 | -0/+5 |
* | give EC_GROUP_new_by_nid a more meanigful name: | Nils Larsch | 2005-05-10 | 1 | -2/+2 |
* | - use BN_set_negative and BN_is_negative instead of BN_set_sign | Nils Larsch | 2005-04-22 | 1 | -4/+4 |
* | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 1 | -0/+1 |
* | add test for secp160r1 | Bodo Möller | 2003-07-22 | 1 | -40/+117 |
* | Add the possibility to build without the ENGINE framework. | Richard Levitte | 2003-01-30 | 1 | -0/+4 |
* | This is a first-cut at improving the callback mechanisms used in | Geoff Thorpe | 2002-12-08 | 1 | -5/+5 |
* | Have all tests use EXIT() to exit rather than exit(), since the latter doesn't | Richard Levitte | 2002-11-28 | 1 | -1/+1 |
* | I forgot this is compiled in test/, not crypto/ec/... | Richard Levitte | 2002-11-16 | 1 | -1/+1 |
* | WinCE patches | Richard Levitte | 2002-11-15 | 1 | -0/+5 |
* | do tests with all built-in curves | Bodo Möller | 2002-11-11 | 1 | -0/+58 |
* | implement and use new macros BN_get_sign(), BN_set_sign() | Bodo Möller | 2002-11-04 | 1 | -4/+4 |
* | Sun has agreed to removing the covenant language from most files. | Bodo Möller | 2002-10-29 | 1 | -13/+0 |
* | fix warnings | Bodo Möller | 2002-08-09 | 1 | -0/+3 |
* | optical changes | Bodo Möller | 2002-08-02 | 1 | -3/+4 |
* | Rename implementations of method functions so that they match | Bodo Möller | 2002-08-02 | 1 | -0/+3 |
* | add support for elliptic curves over binary fields | Bodo Möller | 2002-08-02 | 1 | -28/+575 |
* | Some more prototype fixes. | Lutz Jänicke | 2002-06-14 | 1 | -3/+3 |
* | make it possible to disable memory checking for timings | Bodo Möller | 2002-02-14 | 1 | -1/+6 |
* | oops | Bodo Möller | 2001-12-17 | 1 | -1/+1 |
* | remove redundant ERR_load_... declarations | Bodo Möller | 2001-12-17 | 1 | -1/+1 |
* | use a more interesting test case | Bodo Möller | 2001-11-16 | 1 | -2/+2 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 1 | -0/+1 |
* | For consistency with the terminology used in my SAC2001 paper, avoid | Bodo Möller | 2001-07-10 | 1 | -5/+5 |
* | Call ENGINE_cleanup() to avoid memory leak. | Bodo Möller | 2001-07-04 | 1 | -0/+2 |