Steffen Jaeckel
|
6daff83d82
Deprecate `compare_testvector()`.
|
3 weeks ago |
Steffen Jaeckel
|
35a4a5fc1b
Move RFC6979 hash alg to a new ecc signature options struct
|
2 months ago |
Steffen Jaeckel
|
fe32e7ea9d
Add `LTC_ARRAY_SIZE()` macro
|
3 months ago |
Steffen Jaeckel
|
6155a33e5f
Use `COMPARE_TESTVECTOR()` consistently
|
6 months ago |
Steffen Jaeckel
|
46fa363f2c
Finish up RFC6979 ECDSA keygen
|
7 months ago |
Russ Williams
|
d376af52ca
RFC6979: implementation, tests, docs
|
7 years ago |
Steffen Jaeckel
|
ecb5fdd997
Add testcase for Ethereum signatures.
|
9 months ago |
Karel Miko
|
6561b37bac
refactor ecc_verify_hash_ex
|
7 years ago |
Karel Miko
|
0ee3bb5786
refactor ecc_sign_hash_ex
|
7 years ago |
Steffen Jaeckel
|
236477823a
prefix the MPI related macros with `ltc_`
|
3 years ago |
Steffen Jaeckel
|
1d07689581
Remove unnecessary casts in the tests
|
1 year ago |
Steffen Jaeckel
|
95790221fb
Add `free()` function to `password_ctx`
|
2 years ago |
Steffen Jaeckel
|
02cb0c4957
Revert "Move password buffer into the library"
|
2 years ago |
Steffen Jaeckel
|
03515d5611
Move password buffer into the library
|
2 years ago |
Steffen Jaeckel
|
d1e48df763
Verify that the imported keys match
|
3 years ago |
Steffen Jaeckel
|
3f6f885852
re-factor PKCS#8 API a bit
|
3 years ago |
Steffen Jaeckel
|
6120c82618
Add Testcase for #630
|
2 years ago |
Steffen Jaeckel
|
1c805e1c66
use `LTC_NULL` in the library code
|
3 years ago |
Steffen Jaeckel
|
2c51ae81ac
make sure to check `yarrow_read()` return values
|
3 years ago |
Steffen Jaeckel
|
5bc034ff55
re-factor some tests
|
5 years ago |
Steffen Jaeckel
|
c5d7bfb2cc
manually fix the remaining leading `_`'s
|
5 years ago |
Steffen Jaeckel
|
9824af8e3b
update header
|
5 years ago |
Steffen Jaeckel
|
24765c30c5
remove footer
|
5 years ago |
Steffen Jaeckel
|
5ed32b73e6
improve ecc_test() output
|
6 years ago |
Karel Miko
|
ae2ab2083b
ecc_test cleanup
|
7 years ago |
Karel Miko
|
c2cdaaab4d
make LTC_ECCSIG_RFC7518 strict (again)
|
7 years ago |
Russ Williams
|
b4b50cc0c6
Initial commit of SSH+ECDSA signature format
|
7 years ago |
Karel Miko
|
bf04bf18a4
add ecc_import_pkcs8
|
7 years ago |
Karel Miko
|
59bc3b5885
make ecc_verify_hash_ex less strict (as it was before ecc_recover_key addition)
|
7 years ago |
Russ Williams
|
88d9b6db26
Make ECC signature format explicit
|
7 years ago |