Dr. Stephen Henson
|
9ff9bccc41
Add default operations to EC_METHOD
|
8 年 前 |
Dr. Stephen Henson
|
e5b2ea0ac3
Add group_order_bits to EC_METHOD.
|
8 年 前 |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 年 前 |
Matt Caswell
|
90945fa31a
Continue standardising malloc style for libcrypto
|
9 年 前 |
Rich Salz
|
23a1d5e97c
free NULL cleanup 7
|
9 年 前 |
Rich Salz
|
a38537721d
Fix memory leak
|
9 年 前 |
Matt Caswell
|
35a1cc90bc
More comment realignment
|
9 年 前 |
Matt Caswell
|
50e735f9e5
Re-align some comments after running the reformat script.
|
10 年 前 |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 年 前 |
Matt Caswell
|
23a22b4cf7
More comments
|
9 年 前 |
Matt Caswell
|
3a83462dfe
Further comment amendments to preserve formatting prior to source reformat
|
10 年 前 |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
10 年 前 |
Matt Caswell
|
5784a52145
Implement internally opaque bn access from ec
|
10 年 前 |
Dr. Stephen Henson
|
73e45b2dd1
remove OPENSSL_FIPSAPI
|
10 年 前 |
Bodo Moeller
|
16602b5cd5
Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) and
|
10 年 前 |
Bodo Moeller
|
0fe73d6c36
Simplify and fix ec_GFp_simple_points_make_affine
|
10 年 前 |
Dr. Stephen Henson
|
84b08eee4b
Reorganise ECC code for inclusion in FIPS module.
|
13 年 前 |
Dr. Stephen Henson
|
0aa1aedbce
PR: 1612
|
14 年 前 |
Dr. Stephen Henson
|
dd616752a1
oops, revert mistakenly committed EC changes
|
14 年 前 |
Dr. Stephen Henson
|
198ce9a611
Add additional parameter to dsa_builtin_paramgen to output the generated
|
14 年 前 |
Nils Larsch
|
47d5566646
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
|
18 年 前 |
Nils Larsch
|
ff22e913a3
- use BN_set_negative and BN_is_negative instead of BN_set_sign
|
19 年 前 |
Geoff Thorpe
|
7f5b4dd1e8
Using Horner's algorithm to evaluate the ec polynomial
|
20 年 前 |
Geoff Thorpe
|
ace3ebd661
Improve error handling if decompression of an ec point fails, and cleanup
|
20 年 前 |
Richard Levitte
|
560f7abb7e
Make sure we use unsigned constants, or come compilers may complain.
|
20 年 前 |
Geoff Thorpe
|
b6358c89a1
Convert openssl code not to assume the deprecated form of BN_zero().
|
20 年 前 |
Bodo Möller
|
37c660ff9b
implement fast point multiplication with precomputation
|
22 年 前 |
Bodo Möller
|
922fa76e26
add a comment
|
22 年 前 |
Bodo Möller
|
137445140b
Make ec_GFp_simple_point_get_affine_coordinates() faster
|
22 年 前 |
Bodo Möller
|
b53e44e572
implement and use new macros BN_get_sign(), BN_set_sign()
|
22 年 前 |