| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and | bodo | 2011-10-18 | 1 | -1/+9 |
| * | New option to disable characteristic two fields in EC code. | steve | 2011-02-12 | 1 | -0/+1 |
| * | New function EC_KEY_set_affine_coordinates() this performs all the | steve | 2011-01-24 | 1 | -0/+2 |
| * | New 64-bit optimized implementation EC_GFp_nistp224_method(). | bodo | 2010-08-26 | 1 | -1/+8 |
| * | Fix crypto/ec/ec_mult.c to work properly with scalars of value 0 | bodo | 2007-05-22 | 1 | -0/+1 |
| * | Fix duplicate error number. | ben | 2007-04-05 | 1 | -1/+1 |
| * | Update from 0.9.8 stable. Eliminate duplicate error codes. | steve | 2006-11-21 | 1 | -8/+4 |
| * | Introduce limits to prevent malicious keys being able to | bodo | 2006-09-28 | 1 | -0/+3 |
| * | Fix various error codes to match functions. | steve | 2006-07-17 | 1 | -0/+2 |
| * | Provisional support for EC pkey method, supporting ECDH and ECDSA. | steve | 2006-04-16 | 1 | -0/+10 |
| * | New utility pkeyparam. Enhance and bugfix algorithm specific parameter | steve | 2006-03-28 | 1 | -1/+10 |
| * | Further TLS extension updates | bodo | 2006-01-09 | 1 | -1/+0 |
| * | fix function name in error | nils | 2005-09-03 | 1 | -1/+1 |
| * | give EC_GROUP_new_by_nid a more meanigful name: | nils | 2005-05-10 | 1 | -1/+1 |
| * | Fix various incorrect error function codes. | bodo | 2005-04-26 | 1 | -4/+7 |
| * | Rebuild error codes. | steve | 2005-04-12 | 1 | -142/+146 |
| * | ECPublicKey_set_octet_string and ECPublicKey_get_octet_string | bodo | 2003-02-21 | 1 | -2/+2 |
| * | implement fast point multiplication with precomputation | bodo | 2003-02-06 | 1 | -4/+2 |
| * | clean up new code for NIST primes | bodo | 2002-10-28 | 1 | -1/+2 |
| * | fast reduction for NIST curves | bodo | 2002-10-28 | 1 | -0/+11 |
| * | less specific interface for EC_GROUP_get_basis_type | bodo | 2002-08-26 | 1 | -0/+4 |
| * | Simplify handling of named curves: get rid of EC_GROUP_new_by_name(), | bodo | 2002-08-15 | 1 | -11/+6 |
| * | use a generic EC_KEY structure (EC keys are not ECDSA specific) | bodo | 2002-08-07 | 1 | -4/+19 |
| * | Rename implementations of method functions so that they match | bodo | 2002-08-02 | 1 | -11/+8 |
| * | add support for elliptic curves over binary fields | bodo | 2002-08-02 | 1 | -0/+18 |
| * | Implement handling of EC parameter seeds (new functions | bodo | 2002-06-18 | 1 | -2/+4 |
| * | move ECC ASN1 that is not specific to ECDSA into crypto/ec/, | bodo | 2002-06-10 | 1 | -1/+28 |
| * | New function EC_GROUP_check_discriminant(). | bodo | 2002-03-20 | 1 | -1/+2 |
| * | Fix bugs and typos. | bodo | 2002-03-18 | 1 | -2/+6 |
| * | ECDSA support | bodo | 2002-02-13 | 1 | -1/+1 |
| * | some modifications to named curve support | bodo | 2002-02-13 | 1 | -4/+4 |
| * | add support for named curves | bodo | 2002-02-13 | 1 | -0/+7 |
| * | Improve EC efficiency. | bodo | 2001-11-15 | 1 | -0/+1 |
| * | Completely remove mont2 stuff. | bodo | 2001-03-15 | 1 | -5/+0 |
| * | make update. | levitte | 2001-03-13 | 1 | -0/+5 |
| * | Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult, | bodo | 2001-03-12 | 1 | -1/+1 |
| * | Add functions EC_POINT_mul and EC_GROUP_precompute. | bodo | 2001-03-11 | 1 | -0/+2 |
| * | comment and error code update | bodo | 2001-03-10 | 1 | -1/+1 |
| * | More EC stuff, including EC_POINTs_mul() for simultaneous scalar | bodo | 2001-03-10 | 1 | -0/+8 |
| * | Implement EC_GFp_mont_method. | bodo | 2001-03-08 | 1 | -0/+6 |
| * | More method functions for elliptic curves, | bodo | 2001-03-08 | 1 | -0/+5 |
| * | Sort openssl.ec, the configuration file for mkerr.pl. | bodo | 2001-03-08 | 1 | -8/+8 |
| * | More 'TODO' items. | bodo | 2001-03-08 | 1 | -0/+6 |
| * | More method functions for EC_GFp_simple_method. | bodo | 2001-03-08 | 1 | -2/+11 |
| * | More method functions. | bodo | 2001-03-07 | 1 | -0/+1 |
| * | Some actual method functions (not enough yet to use the EC library, though), | bodo | 2001-03-07 | 1 | -0/+1 |
| * | extra_data 'mixin'. | bodo | 2001-03-07 | 1 | -0/+4 |
| * | Implement dispatcher for EC_GROUP and EC_POINT method functions. | bodo | 2001-03-07 | 1 | -0/+16 |
| * | Move ec.h to ec2.h because it is not compatible with what we will use. | bodo | 2001-03-05 | 1 | -0/+92 |