dep-libtomcrypt/tests
karel-m a467ea586b
Merge pull request #785 from libtom/pr/hash-memcpyable
Another attempt to make sha1/sha256 states memcpyable
2026-07-31 11:10:10 +02:00
..
asn1 add testvectors from [1] 2018-02-25 20:42:26 +01:00
pem With ARIA added, we can now decrypt ARIA encrypted PEM files. 2026-05-17 13:49:10 +02:00
rsa add testvectors from [1] 2018-02-25 20:42:26 +01:00
rsa-pkcs8 Add SHA3-HMAC support to PKCS#8 2025-11-03 13:52:38 +01:00
argon2_test.c Argon2 enforce parallelism max 2^24-1 2026-07-21 11:02:31 +02:00
base16_test.c Use COMPARE_TESTVECTOR() consistently 2025-09-06 15:00:00 +02:00
base32_test.c Use COMPARE_TESTVECTOR() consistently 2025-09-06 15:00:00 +02:00
base64_test.c Deprecate compare_testvector(). 2025-11-24 14:58:13 +01:00
bcrypt_test.c fix clang warnings -Wmissing-variable-declarations 2026-07-30 15:22:33 +02:00
cipher_hash_test.c make sha1/sha states clonable via memcpy 2026-07-30 20:17:44 +02:00
CMakeLists.txt Use cmake-format to format CMake files 2024-12-03 19:51:26 +01:00
common.c fix build failures with -std=c99 2026-07-30 15:22:33 +02:00
common.h fix clang warnings -Wstrict-prototypes -Wmissing-prototypes in tests+demos 2026-07-30 15:22:33 +02:00
deprecated_test.c fix clang warnings -Wmissing-variable-declarations 2026-07-30 15:22:33 +02:00
der_test.c fix build failures with -std=c99 2026-07-30 15:22:33 +02:00
dh_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
dsa_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
ecc_test.c hardening ecc_shared_secret against small-subgroup attacks 2026-05-25 16:18:14 +02:00
ed448_test.c Split up ec25519/448 tests. 2026-05-03 11:11:39 +02:00
ed25519_test.c Split up ec25519/448 tests. 2026-05-03 11:11:39 +02:00
file_test.c Fix build with -DLTC_MINIMAL. 2026-04-23 09:13:02 +02:00
mac_test.c AES-GCM-SIV 2026-05-19 13:12:32 +02:00
misc_test.c The scrypt Password-Based Key Derivation Function (RFC 7914) 2026-04-14 13:59:38 +02:00
modes_test.c Re-factor modes_test(). 2025-11-24 14:58:13 +01:00
mpi_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
multi_test.c Fix build with -DLTC_MINIMAL. 2026-04-23 09:13:02 +02:00
no_null_termination_check_test.c fix clang warnings -Wstrict-prototypes -Wmissing-prototypes in tests+demos 2026-07-30 15:22:33 +02:00
no_prng.c Minor fixes 2025-11-03 13:52:16 +01:00
padding_test.c padding_depad - reject zero-length input (except for LTC_PAD_ZERO) 2026-04-29 14:33:20 +02:00
pem_test.c fix clang warnings -Wstrict-prototypes -Wmissing-prototypes in tests+demos 2026-07-30 15:22:33 +02:00
pk_oid_test.c Add tests for & fix pk_oid API 2025-09-12 18:25:09 +02:00
pkcs_1_eme_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
pkcs_1_emsa_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
pkcs_1_oaep_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
pkcs_1_pss_test.c RFC 8702: RSA-PSS-SHAKE128/256 and ECDSA-SHAKE128/256 2026-05-06 09:23:52 +02:00
pkcs_1_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
prng_test.c Deprecate compare_testvector(). 2025-11-24 14:58:13 +01:00
rotate_test.c update header 2020-07-14 18:41:30 +02:00
rsa_test.c fix clang warnings -Wmissing-variable-declarations 2026-07-30 15:22:33 +02:00
scrypt_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
siv_wycheproof.h Add Project Wycheproof testvectors for SIV. 2026-04-23 10:30:32 +02:00
siv_wycheproof_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
sources.cmake Update makefiles 2026-04-24 11:50:39 +02:00
ssh_test.c Introduce LTC_NOP_TEST() 2026-05-03 11:11:39 +02:00
store_test.c Get rid of LTC_FAST_TYPE_PTR_CAST entirely. 2026-07-31 10:45:09 +02:00
test.c SM3 hash function 2026-05-19 13:29:36 +02:00
test.der rename 'testprof/' to 'tests/' 2017-06-08 22:20:45 +02:00
test.key rename 'testprof/' to 'tests/' 2017-06-08 22:20:45 +02:00
test_dsa.key rename 'testprof/' to 'tests/' 2017-06-08 22:20:45 +02:00
tomcrypt_test.h fix build failures with -std=c99 2026-07-30 15:22:33 +02:00
x448_test.c x25519/x448 - reject all-zero shared secrets 2026-05-05 07:40:06 +02:00
x25519_test.c x25519/x448 - reject all-zero shared secrets 2026-05-05 07:40:06 +02:00