libsodium/test/default
2014-11-25 09:51:39 -08:00
..
aead_chacha20poly1305.c Add a test for chacha20poly1305 with overlapping pointers 2014-10-05 00:02:45 -07:00
aead_chacha20poly1305.exp Add a test for chacha20poly1305 with overlapping pointers 2014-10-05 00:02:45 -07:00
auth2.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
auth2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth3.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
auth3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth5.c Fix format in auth5 test 2014-09-14 12:58:50 -07:00
auth5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth6.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
auth6.exp Add tests for auth_hmac_sha512 2014-04-14 21:34:55 -07:00
auth7.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
auth7.exp Add tests for auth_hmac_sha512 2014-04-14 21:34:55 -07:00
auth.c Include extra 0 in the key used for the hmacsha512 test 2014-09-16 15:25:38 -07:00
auth.exp Include extra 0 in the key used for the hmacsha512 test 2014-09-16 15:25:38 -07:00
box2.c Test crypto_box_(before|after)nm 2014-09-16 20:01:58 -07:00
box2.exp Test crypto_box_(before|after)nm 2014-09-16 20:01:58 -07:00
box7.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
box7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box8.c Consistent syle for the tests. 2014-09-14 11:32:55 -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 Tests: use explicit casts when shortening types 2014-11-20 13:12:08 -08:00
box_easy2.exp Test box_easy with overlapping in/out. 2014-10-04 23:53:19 -07:00
box_easy.c Test for (secret)box_easy behavior with a huge input. 2014-09-16 21:20:05 -07:00
box_easy.exp Add a crypto_box easy interface 2013-12-31 18:37:36 +01:00
box_seed.c Consistent syle for the tests. 2014-09-14 11:32:55 -07: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 Test crypto_box_(before|after)nm 2014-09-16 20:01:58 -07:00
box.exp Test crypto_box_(before|after)nm 2014-09-16 20:01:58 -07:00
chacha20.c chacha20: test more than 1 block 2014-09-18 22:13:00 -07:00
chacha20.exp chacha20: test more than 1 block 2014-09-18 22:13:00 -07:00
cmptest.h Mount the current dir as /test-data (nodefs) for testing Javascript code 2014-11-22 13:46:09 -08:00
core1.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
core1.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core2.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
core2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core3.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
core3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core4.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
core4.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core5.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
core5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core6.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
core6.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
ed25519_convert.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
ed25519_convert.exp Implement ed25519 -> curve25519 keys conversion 2014-08-05 13:32:25 -07:00
generichash2.c Revert "Fix integer narrowing warnings in tests." 2014-11-20 12:00:37 -08:00
generichash2.exp Add some test vectors for the generichash streaming API 2013-04-21 17:32:09 -07:00
generichash3.c Tests: use explicit casts when shortening types 2014-11-20 13:12:08 -08:00
generichash3.exp Test generichash with no key, with salt or personalization 2014-09-23 12:37:21 -07:00
generichash.c Tests: use explicit casts when shortening types 2014-11-20 13:12:08 -08:00
generichash.exp Increase generichash test coverage 2014-09-16 14:44:38 -07:00
hash2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
hash3.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
hash3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
hash.c Test crypto_hash() with an input longer than the block size 2014-09-23 13:40:08 -07:00
hash.exp Test crypto_hash() with an input longer than the block size 2014-09-23 13:40:08 -07:00
Makefile.am Make 'make check' actually run the tests on Emscripten. 2014-11-25 09:51:39 -08:00
onetimeauth2.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
onetimeauth2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
onetimeauth7.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
onetimeauth7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
onetimeauth.c Check crypto_onetimeauth() streaming interface 2014-09-16 10:19:32 -07:00
onetimeauth.exp Check crypto_onetimeauth() streaming interface 2014-09-16 10:19:32 -07:00
pre.js.inc Make 'make check' actually run the tests on Emscripten. 2014-11-25 09:51:39 -08:00
pwhash_scrypt_ll.c Consistent syle for the tests. 2014-09-14 11:32:55 -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 Tests: use explicit casts when shortening types 2014-11-20 13:12:08 -08:00
pwhash.exp Extra tests for invalid pwhash strings 2014-09-23 21:15:38 -07:00
randombytes.c More tests 2014-09-16 20:46:43 -07:00
randombytes.exp More tests for randombytes 2014-09-14 12:43:53 -07:00
scalarmult2.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
scalarmult2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult5.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
scalarmult5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult6.c C++ compat 2014-11-20 11:35:32 -08:00
scalarmult6.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult7.c scalarmult: check that the top bit is ignored 2014-09-18 21:27:49 -07:00
scalarmult7.exp scalarmult: check that the top bit is ignored 2014-09-18 21:27:49 -07:00
scalarmult.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
scalarmult.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox2.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
secretbox2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox7.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
secretbox7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox8.c Consistent syle for the tests. 2014-09-14 11:32:55 -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 Tests: use explicit casts when shortening types 2014-11-20 13:12:08 -08:00
secretbox_easy2.exp Support overlapping input and output regions in crypto_secretbox_detached() 2014-10-04 22:08:09 -07:00
secretbox_easy.c Test for (secret)box_easy behavior with a huge input. 2014-09-16 21:20:05 -07: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 Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
secretbox.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
shorthash.c Tests: use explicit casts when shortening types 2014-11-20 13:12:08 -08:00
shorthash.exp Reintroduce shorthash, this time with the key... 2013-02-13 21:14:29 +08:00
sign.c Remove S<l check. 2014-10-06 12:21:40 -07:00
sign.exp Add overdue crypto_sign test 2014-05-07 23:23:13 -07:00
sodium_core.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
sodium_core.exp Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
sodium_utils2.c Don't expect signals to work in Javascript 2014-11-24 17:48:51 -08:00
sodium_utils2.exp Add sodium_{malloc,allocarray,free}() and sodium_mprotect_*() 2014-08-14 21:41:05 -07:00
sodium_utils3.c Don't expect signals to work in Javascript 2014-11-24 17:48:51 -08:00
sodium_utils3.exp Add sodium_{malloc,allocarray,free}() and sodium_mprotect_*() 2014-08-14 21:41:05 -07:00
sodium_utils.c More tests 2014-09-16 20:46:43 -07:00
sodium_utils.exp More tests 2014-09-16 20:46:43 -07:00
sodium_version.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
sodium_version.exp Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
stream2.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
stream2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream3.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
stream3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream4.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
stream4.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream.c Consistent syle for the tests. 2014-09-14 11:32:55 -07:00
stream.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
verify1.c Make the tests a little bit more readable 2014-09-14 10:34:16 -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