libsodium/test/default
2014-07-15 22:48:49 -07:00
..
aead_chacha20poly1305.c Add a test for crypto_aead without any additional data 2014-06-30 16:23:34 -07:00
aead_chacha20poly1305.exp Add a test for crypto_aead without any additional data 2014-06-30 16:23:34 -07:00
auth2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
auth2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth3.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
auth3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth5.c Use rand() instead of random() in regression tests. 2013-04-28 01:02:52 -07:00
auth5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth6.c Add tests for auth_hmac_sha512 2014-04-14 21:34:55 -07:00
auth6.exp Add tests for auth_hmac_sha512 2014-04-14 21:34:55 -07:00
auth7.c Add tests for auth_hmac_sha512 2014-04-14 21:34:55 -07:00
auth7.exp Add tests for auth_hmac_sha512 2014-04-14 21:34:55 -07:00
auth.c Keep ming Visual C++ happy 2013-04-26 21:52:21 -07:00
auth.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
box2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box7.c Tests: use size_t for sizes, not int. 2013-04-26 23:25:14 -07:00
box7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box8.c Use rand() instead of random() in regression tests. 2013-04-28 01:02:52 -07:00
box8.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box_easy2.c Add explicit checks for crypto_box_detached() 2014-07-11 12:28:52 -07:00
box_easy2.exp Add explicit checks for crypto_box_detached() 2014-07-11 12:28:52 -07:00
box_easy.c Use unsigned types for sizes in tests. 2014-07-01 19:33:59 +00:00
box_easy.exp Add a crypto_box easy interface 2013-12-31 18:37:36 +01:00
box_seed.c Test crypto_box_seed_keypair 2014-05-23 10:33:58 +03:00
box_seed.exp Change crypto_box_seed_keypair to use SHA-512 of the seed 2014-05-25 19:13:04 -07:00
box.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
box.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
chacha20.c One more chacha20 test 2014-05-15 15:26:44 -07:00
chacha20.exp One more chacha20 test 2014-05-15 15:26:44 -07:00
cmptest.h Add a default value for TEST_SRCDIR 2014-04-14 15:52:55 -07:00
core1.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core1.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core3.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core4.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core4.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core5.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core6.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core6.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
generichash2.c Sizes are unsigned 2013-04-27 04:34:36 -07:00
generichash2.exp Add some test vectors for the generichash streaming API 2013-04-21 17:32:09 -07:00
generichash3.c Add a test for blake2 with salt&personalization 2013-11-11 23:33:16 -08:00
generichash3.exp Add a test for blake2 with salt&personalization 2013-11-11 23:33:16 -08:00
generichash.c Tests: use size_t for sizes, not int. 2013-04-26 23:25:14 -07:00
generichash.exp Add preliminary tests for crypto_generichash (blake2) 2013-04-21 17:32:08 -07:00
hash2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
hash3.c sizes are unsigned. 2013-04-27 04:41:34 -07:00
hash3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
hash.c sizes are unsigned. 2013-04-27 04:41:34 -07:00
hash.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
Makefile.am + --enable-minimal to build a smaller library without less-used functions. 2014-07-09 20:24:04 -07:00
onetimeauth2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
onetimeauth2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
onetimeauth7.c Use rand() instead of random() in regression tests. 2013-04-28 01:02:52 -07:00
onetimeauth7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
onetimeauth.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
onetimeauth.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
pre.js Add a pre-js script for providing /dev/urandom to tests in Javascript. 2013-07-07 22:04:13 -07:00
pwhash_scrypt_ll.c Disable the pwhash_scrypt_ll test that requires 1 Gb RAM. 2014-06-07 10:16:03 -07:00
pwhash_scrypt_ll.exp Disable the pwhash_scrypt_ll test that requires 1 Gb RAM. 2014-06-07 10:16:03 -07:00
pwhash.c Rename scryptxsalsa208sha256 to scryptsalsa208sha256 2014-05-15 00:01:16 -07:00
pwhash.exp crypto_pwhash_scryptxsalsa208sha256 test vectors 2014-05-14 23:22:11 -07:00
randombytes.c Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
scalarmult2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult5.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
scalarmult5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult6.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
scalarmult6.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
scalarmult.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
secretbox2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox7.c Tests: use size_t for sizes, not int. 2013-04-26 23:25:14 -07:00
secretbox7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox8.c Use rand() instead of random() in regression tests. 2013-04-28 01:02:52 -07:00
secretbox8.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox_easy2.c Add tests for short messages with (secret)box_easy 2014-07-11 12:23:52 -07:00
secretbox_easy2.exp Allow the authentication tag to be stored separately from the message. 2014-06-26 15:18:39 -07:00
secretbox_easy.c Use unsigned types for sizes in tests. 2014-07-01 19:33:59 +00:00
secretbox_easy.exp Allow the authentication tag to be stored separately from the message. 2014-06-26 15:18:39 -07:00
secretbox.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
secretbox.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
shorthash.c sizes are unsigned. 2013-04-27 04:41:34 -07:00
shorthash.exp Reintroduce shorthash, this time with the key... 2013-02-13 21:14:29 +08:00
sign.c Coverity FP 2014-07-15 22:48:49 -07:00
sign.exp Add overdue crypto_sign test 2014-05-07 23:23:13 -07:00
sodium_core.c Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
sodium_core.exp Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
sodium_utils.c Wait, what, printf(3) on Windows doesn't even support %zu? o_O 2014-04-17 22:15:09 -07:00
sodium_utils.exp Add sodium_hex2bin() 2014-04-15 00:39:14 -07:00
sodium_version.c It's totally fine for sodium_library_version_minor() to be 0. 2014-05-08 21:32:36 -07:00
sodium_version.exp Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
stream2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
stream2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream3.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
stream3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream4.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
stream4.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream5.c + aes256estream 2013-04-26 21:06:34 -07:00
stream5.exp + aes256estream 2013-04-26 21:06:34 -07:00
stream6.c + aes256estream 2013-04-26 21:06:34 -07:00
stream6.exp + aes256estream 2013-04-26 21:06:34 -07:00
stream.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
stream.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
verify1.c Add a test for crypto_verify_*() 2014-04-08 14:36:09 -07:00
verify1.exp Add a test for crypto_verify_*() 2014-04-08 14:36:09 -07:00
wintest.bat Tell people that we are running the test suite. 2013-10-21 20:11:56 -07:00