Steffen Jaeckel
|
3431763275
|
update/add more DER tests
|
2018-02-25 20:42:26 +01:00 |
|
Steffen Jaeckel
|
b75c3ce9db
|
remove LTC_ASN1_CONSTRUCTED and LTC_ASN1_CONTEXT_SPECIFIC
|
2018-02-25 20:42:26 +01:00 |
|
Steffen Jaeckel
|
64875d3a8f
|
add ASN.1-length functions
|
2018-02-25 20:42:26 +01:00 |
|
Steffen Jaeckel
|
a898fde5b7
|
better debug output
|
2018-01-11 18:06:23 +01:00 |
|
Larry Bugbee
|
8ef60f7b47
|
add rabbit
|
2017-12-17 08:05:41 -08:00 |
|
Steffen Jaeckel
|
35c4d157d0
|
as of POSIX.1-2008 gettimeofday() is obsolete
|
2017-12-16 16:02:00 +01:00 |
|
Larry Bugbee
|
108ddf5b50
|
add Sosemanuk
|
2017-11-20 02:41:30 -08:00 |
|
Larry Bugbee
|
4341424ce9
|
Add Salsa20
|
2017-10-23 15:45:02 -07:00 |
|
Karel Miko
|
854a145c92
|
Base32: alpha_id >> id
|
2017-10-20 20:00:46 +02:00 |
|
Karel Miko
|
8674eb3097
|
base32_decode + base32_encode
|
2017-10-20 19:51:40 +02:00 |
|
Karel Miko
|
152513477b
|
fix return value of register_all_*()
|
2017-10-18 22:35:16 +02:00 |
|
Karel Miko
|
5a63e7ef7d
|
Serpent cipher
|
2017-10-18 17:21:46 +02:00 |
|
Steffen Jaeckel
|
735566993b
|
add crypt_mp_init()
|
2017-10-18 08:46:17 +02:00 |
|
Steffen Jaeckel
|
fdc6cd2013
|
improve tests and timing in regards to MPI provider selection
|
2017-10-18 08:46:17 +02:00 |
|
Karel Miko
|
a2dd766ed5
|
IDEA cipher
|
2017-10-16 21:20:33 +02:00 |
|
Steffen Jaeckel
|
e438dbc3bf
|
add ltc_mp_digit to sizes and tests
|
2017-10-03 18:43:32 +02:00 |
|
Steffen Jaeckel
|
c702ac6f1c
|
improve rsa_test a bit
|
2017-10-02 01:18:19 +02:00 |
|
Karel Miko
|
67f9064b71
|
missing rsa_free in _rsa_issue_301 test
|
2017-10-01 22:56:47 +02:00 |
|
Steffen Jaeckel
|
30b3a9a986
|
remove {MIN,MAX}_RSA_SIZE
|
2017-10-01 22:56:47 +02:00 |
|
Steffen Jaeckel
|
0500aaec45
|
add tests for MAX_RSA_SIZE sized openssl-standard RSA keys
|
2017-10-01 22:56:47 +02:00 |
|
Steffen Jaeckel
|
efa089e211
|
fixup #290
|
2017-10-01 22:56:47 +02:00 |
|
Karel Miko
|
98536fa5bf
|
add missing dsa_free to _dsa_wycheproof_test - fixes #303
|
2017-10-01 15:40:19 +02:00 |
|
Steffen Jaeckel
|
a9d9466694
|
beautify some strings
[skip-ci]
|
2017-09-20 15:06:28 +02:00 |
|
Karel Miko
|
66abefc54b
|
add dsa_wycheproof_test + fix old dsa tests
|
2017-09-20 11:59:03 +02:00 |
|
Karel Miko
|
3b663a199f
|
fix char* vs. const char* (tests related part)
|
2017-09-18 09:24:19 +02:00 |
|
Steffen Jaeckel
|
1fa8caff6c
|
fix call to gettimeofday()
as of `man gettimeofday`
"The use of the timezone structure is obsolete;
the tz argument should normally be specified as NULL."
|
2017-08-16 11:52:40 +02:00 |
|
Steffen Jaeckel
|
a65cfb8dbe
|
make it possible to 'make all' w/o an MPI provider
|
2017-08-07 21:11:42 +02:00 |
|
Steffen Jaeckel
|
28ecdd5d12
|
minor improvements
[skip ci]
|
2017-08-07 16:33:38 +02:00 |
|
Karel Miko
|
e20e204b8c
|
dh_set_key + dsa_set_key API change described in #248
|
2017-07-11 00:13:26 +02:00 |
|
Steffen Jaeckel
|
a6aef23438
|
dh_make_key() is now dh_generate_key()
|
2017-07-04 10:30:39 +02:00 |
|
Steffen Jaeckel
|
3c2e0d6686
|
dsa_make_key_ex() is now dsa_generate_key()
|
2017-07-04 10:25:38 +02:00 |
|
Steffen Jaeckel
|
dbeaefd65b
|
remove LTC_{DH,DSA}_KEY_INITIALIZER
|
2017-07-04 10:25:38 +02:00 |
|
Steffen Jaeckel
|
d64880eeb1
|
add dsa_set_pqg_dsaparam()
|
2017-06-28 16:07:54 +02:00 |
|
Steffen Jaeckel
|
35e0c5fc71
|
clean-up a bit around DSA
* comments
* dsa_test()
* order of alloc/free of key parts
|
2017-06-28 16:07:32 +02:00 |
|
Steffen Jaeckel
|
0aad68c20d
|
clean-up some PK tests
no need to test the same functionality multiple times
these tests were multiplied for the XX_import_radix() functions which
are gone now.
|
2017-06-28 14:44:06 +02:00 |
|
Steffen Jaeckel
|
cfff656e25
|
re-factor dsa_make_key() etc.
|
2017-06-28 14:40:30 +02:00 |
|
Steffen Jaeckel
|
ed149c9396
|
add tests for radix_to_bin()
|
2017-06-28 14:40:30 +02:00 |
|
Steffen Jaeckel
|
c493a2a0a3
|
re-factor dh_export_radix() to dh_export_key()
|
2017-06-27 22:09:21 +02:00 |
|
Steffen Jaeckel
|
9d6689fc08
|
re-factor dh_make_key() and variants
|
2017-06-27 22:00:13 +02:00 |
|
Steffen Jaeckel
|
fbc54756c1
|
replace dh_import_radix() by dh_set_{pg,key}
|
2017-06-27 21:53:02 +02:00 |
|
Karel Miko
|
f60e2902ed
|
dh_make_key_ex dh_export_radix dh_import_radix
|
2017-06-27 20:11:52 +02:00 |
|
Steffen Jaeckel
|
ae7d4d2947
|
re-factor rsa_test() to new rsa_set_X() API
|
2017-06-27 20:05:36 +02:00 |
|
Steffen Jaeckel
|
05e9f0ee79
|
Revert "use ltc_pk_part in rsa_import_radix()"
This reverts commit 023e4a2c23641d852cf47000948fa29a53249457.
|
2017-06-27 20:05:36 +02:00 |
|
Steffen Jaeckel
|
083e8af78b
|
Revert "also test binary import"
This reverts commit 8b6f8c8cce325fa1ce3b61805aa80cdabc1826b4.
|
2017-06-27 20:05:36 +02:00 |
|
Steffen Jaeckel
|
4afc024f6a
|
also test binary import
|
2017-06-27 20:05:36 +02:00 |
|
Steffen Jaeckel
|
bfae92e4ab
|
use compare_testvector() in rsa_test()
|
2017-06-27 20:05:36 +02:00 |
|
Steffen Jaeckel
|
00a5212d99
|
use ltc_pk_part in rsa_import_radix()
|
2017-06-27 20:05:36 +02:00 |
|
Steffen Jaeckel
|
b03b93099d
|
allow to give only a part as parameter to ./test
|
2017-06-22 14:21:14 +02:00 |
|
Karel Miko
|
771d67e102
|
DH facelift part1
|
2017-06-22 13:19:47 +02:00 |
|
Karel Miko
|
ac02f7422b
|
ecc_sign+verify_hash_rfc7518 tests
|
2017-06-21 13:43:25 +02:00 |
|