Bodo Möller
|
7e31164ae0
ASN1 for binary curves
|
22 years ago |
Bodo Möller
|
7eb18f1237
Simplify handling of named curves: get rid of EC_GROUP_new_by_name(),
|
22 years ago |
Bodo Möller
|
e172d60ddb
Add ECDH support.
|
22 years ago |
Bodo Möller
|
14a7cfb32a
use a generic EC_KEY structure (EC keys are not ECDSA specific)
|
22 years ago |
Bodo Möller
|
35b73a1f20
Rename implementations of method functions so that they match
|
22 years ago |
Bodo Möller
|
64c3da230f
there is no alternative EC_METHOD for curves over GF(2^m) (yet)
|
22 years ago |
Bodo Möller
|
7793f30e09
add support for elliptic curves over binary fields
|
22 years ago |
Bodo Möller
|
0bee0e6294
Use SEC1 format for EC private keys.
|
22 years ago |
Bodo Möller
|
5dbd3efce7
Replace 'ecdsaparam' commandline utility by 'ecparam'
|
22 years ago |
Bodo Möller
|
5f3d6f70f6
Implement handling of EC parameter seeds (new functions
|
22 years ago |
Bodo Möller
|
254ef80db1
simplify asn1_flag
|
22 years ago |
Bodo Möller
|
458c29175e
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
|
22 years ago |
Bodo Möller
|
6cbe638294
New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(), EC_POINT_hex2point()
|
22 years ago |
Bodo Möller
|
b6db386ffd
Change internals of the EC library so that the functions
|
22 years ago |
Lutz Jänicke
|
0ae1661ba2
Apply OID fixes for elliptic curves as supplied by
|
22 years ago |
Bodo Möller
|
17d6bb8158
New function EC_GROUP_check_discriminant().
|
22 years ago |
Bodo Möller
|
af28dd6c75
Fix bugs and typos.
|
23 years ago |
Bodo Möller
|
9bc448546e
Add more curves.
|
23 years ago |
Bodo Möller
|
36c194638e
add SECG OIDs
|
23 years ago |
Bodo Möller
|
60d8bae30d
some modifications to named curve support
|
23 years ago |
Bodo Möller
|
945e15a253
add support for named curves
|
23 years ago |
Bodo Möller
|
3ba1f11147
Improve EC efficiency.
|
23 years ago |
Richard Levitte
|
37da54b10e
The #error message must match a very specific regexp (see mkdef.pl,
|
23 years ago |
Bodo Möller
|
e3a4f8b84c
Precomputation will not necessarily be LIm-Lee precomputation.
|
23 years ago |
Richard Levitte
|
8a2908a24a
Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need to
|
24 years ago |
Bodo Möller
|
4f69172d25
Completely remove mont2 stuff.
|
24 years ago |
Richard Levitte
|
37a92e9ce4
make update.
|
24 years ago |
Bodo Möller
|
194dd04699
Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,
|
24 years ago |
Bodo Möller
|
3837491174
Add functions EC_POINT_mul and EC_GROUP_precompute.
|
24 years ago |
Bodo Möller
|
6f8f443170
comment and error code update
|
24 years ago |