Rich Salz
|
23a1d5e97c
free NULL cleanup 7
|
9 years ago |
Rich Salz
|
4b45c6e52b
free cleanup almost the finale
|
9 years ago |
Rich Salz
|
b196e7d936
remove malloc casts
|
9 years ago |
Rich Salz
|
8fdc3734c0
free NULL cleanup.
|
9 years ago |
Rich Salz
|
6f91b017bb
Live code cleanup: remove #if 1 stuff
|
9 years ago |
Matt Caswell
|
50e735f9e5
Re-align some comments after running the reformat script.
|
10 years ago |
Matt Caswell
|
0f113f3ee4
Run util/openssl-format-source -v -c .
|
9 years ago |
Matt Caswell
|
c80fd6b215
Further comment changes for reformat (master)
|
9 years ago |
Tim Hudson
|
1d97c84351
mark all block comments that need format preserving so that
|
10 years ago |
Matt Caswell
|
5784a52145
Implement internally opaque bn access from ec
|
10 years ago |
Dr. Stephen Henson
|
73e45b2dd1
remove OPENSSL_FIPSAPI
|
10 years ago |
Matt Caswell
|
e04d426bf9
Fix free of garbage pointer. PR#3595
|
10 years ago |
Dr. Stephen Henson
|
84b08eee4b
Reorganise ECC code for inclusion in FIPS module.
|
13 years ago |
Bodo Möller
|
c94f7f657b
ECC library bugfixes.
|
14 years ago |
Andy Polyakov
|
194274cb68
ec_mult.c: fix C4334 win64 compiler warning.
|
15 years ago |
Ben Laurie
|
57a6ac7c4f
Check scalar->d before we use it (in BN_num_bits()). (Coverity ID 129)
|
16 years ago |
Bodo Möller
|
19f6c524bf
Fix crypto/ec/ec_mult.c to work properly with scalars of value 0
|
17 years ago |
Nils Larsch
|
eeb821f707
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
|
18 years ago |
Nils Larsch
|
9dd8405341
ecc api cleanup; summary:
|
19 years ago |
Nils Larsch
|
ff22e913a3
- use BN_set_negative and BN_is_negative instead of BN_set_sign
|
19 years ago |
Richard Levitte
|
513c01a591
Make sure EC_window_bits_for_scalar_size() returns a size_t
|
21 years ago |
Bodo Möller
|
ba729265a8
Allow EC_GROUP objects to share precomputation for improved memory
|
22 years ago |
Richard Levitte
|
28f573a28d
Make sure memcpy() is properly declared by including string.h.
|
22 years ago |
Bodo Möller
|
65b254e8c0
remove debugging leftovers
|
22 years ago |
Bodo Möller
|
82871eaa17
comment
|
22 years ago |
Bodo Möller
|
37c660ff9b
implement fast point multiplication with precomputation
|
22 years ago |
Bodo Möller
|
b53e44e572
implement and use new macros BN_get_sign(), BN_set_sign()
|
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
|
2c8d0dccfc
improve wNAF generation
|
22 years ago |