Dr. Stephen Henson
|
84b08eee4b
Reorganise ECC code for inclusion in FIPS module.
|
13 years ago |
Dr. Stephen Henson
|
0aa1aedbce
PR: 1612
|
13 years ago |
Dr. Stephen Henson
|
dd616752a1
oops, revert mistakenly committed EC changes
|
13 years ago |
Dr. Stephen Henson
|
198ce9a611
Add additional parameter to dsa_builtin_paramgen to output the generated
|
13 years ago |
Nils Larsch
|
47d5566646
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
|
18 years ago |
Nils Larsch
|
ff22e913a3
- use BN_set_negative and BN_is_negative instead of BN_set_sign
|
19 years ago |
Geoff Thorpe
|
7f5b4dd1e8
Using Horner's algorithm to evaluate the ec polynomial
|
20 years ago |
Geoff Thorpe
|
ace3ebd661
Improve error handling if decompression of an ec point fails, and cleanup
|
20 years ago |
Richard Levitte
|
560f7abb7e
Make sure we use unsigned constants, or come compilers may complain.
|
20 years ago |
Geoff Thorpe
|
b6358c89a1
Convert openssl code not to assume the deprecated form of BN_zero().
|
20 years ago |
Bodo Möller
|
37c660ff9b
implement fast point multiplication with precomputation
|
22 years ago |
Bodo Möller
|
922fa76e26
add a comment
|
22 years ago |
Bodo Möller
|
137445140b
Make ec_GFp_simple_point_get_affine_coordinates() faster
|
22 years ago |
Bodo Möller
|
b53e44e572
implement and use new macros BN_get_sign(), BN_set_sign()
|
22 years ago |
Bodo Möller
|
6fb60a84dd
Change BN_mod_sqrt() so that it verifies that the input value is
|
22 years ago |
Bodo Möller
|
35b73a1f20
Rename implementations of method functions so that they match
|
22 years ago |
Bodo Möller
|
7793f30e09
add support for elliptic curves over binary fields
|
22 years ago |
Bodo Möller
|
458c29175e
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
|
22 years ago |
Richard Levitte
|
02cbedc387
Make sure short aliases are used where required.
|
22 years ago |
Bodo Möller
|
b6db386ffd
Change internals of the EC library so that the functions
|
22 years ago |
Bodo Möller
|
17d6bb8158
New function EC_GROUP_check_discriminant().
|
22 years ago |
Bodo Möller
|
af28dd6c75
Fix bugs and typos.
|
22 years ago |
Richard Levitte
|
1f0af2c073
len is a size_t, which is an unsigned integer. Therefore, some
|
23 years ago |
Bodo Möller
|
48fe4d6233
More EC stuff, including EC_POINTs_mul() for simultaneous scalar
|
24 years ago |
Bodo Möller
|
42909e3968
Fix ec_GFp_simple_cmp.
|
24 years ago |
Bodo Möller
|
156e85578d
Implement EC_GFp_mont_method.
|
24 years ago |
Bodo Möller
|
bb62a8b0c5
More method functions for elliptic curves,
|
24 years ago |
Bodo Möller
|
1d5bd6cf71
More 'TODO' items.
|
24 years ago |
Bodo Möller
|
226cc7ded4
More method functions for EC_GFp_simple_method.
|
24 years ago |
Bodo Möller
|
e869d4bd32
More method functions.
|
24 years ago |