libsodium/test/default
2016-04-29 21:55:06 +02:00
..
aead_aes256gcm.c Test that ciphertexts shorter than the MAC size aren't even read 2016-04-04 10:47:54 +02:00
aead_aes256gcm.exp Add aes256gcm test vectors 2015-10-11 12:56:20 +02:00
aead_chacha20poly1305.c Test that ciphertexts shorter than the MAC size aren't even read 2016-04-04 10:47:54 +02:00
aead_chacha20poly1305.exp Add IETF-compatible version of chacha20poly1305 2015-05-09 16:12:03 +02:00
auth2.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
auth2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth3.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
auth3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth5.c Reduce a few expensive tests 2015-12-07 09:09:04 +01:00
auth5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth6.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
auth6.exp Add tests for auth_hmac_sha512 2014-04-14 21:34:55 -07:00
auth7.c int vs size_t 2016-03-06 13:58:10 +01:00
auth7.exp Add tests for auth_hmac_sha512 2014-04-14 21:34:55 -07:00
auth.c Use the right type for sizeof's result 2015-12-16 22:54:06 -05:00
auth.exp Include extra 0 in the key used for the hmacsha512 test 2014-09-16 15:25:38 -07:00
box2.c Consistent comment style 2016-03-18 09:56:21 +01:00
box2.exp Test crypto_box_(before|after)nm 2014-09-16 20:01:58 -07:00
box7.c Remove dead globals, bump the number of rounds in the box{7,8} tests 2015-12-09 01:43:57 +01:00
box7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box8.c Remove dead globals, bump the number of rounds in the box{7,8} tests 2015-12-09 01:43:57 +01:00
box8.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box_easy2.c Check crypto_box_detached() with a small order pk 2015-12-25 02:01:51 +01:00
box_easy2.exp Add new tests for the crypto_box_*() precomputed interface 2015-01-06 21:18:36 +01:00
box_easy.c Add a test with a null message in box_easy() 2015-11-27 14:18:43 +01:00
box_easy.exp Add a test with a null message in box_easy() 2015-11-27 14:18:43 +01:00
box_seal.c + crypto_box_seal() 2015-04-17 01:01:32 +02:00
box_seal.exp + crypto_box_seal() 2015-04-17 01:01:32 +02:00
box_seed.c Mark everything as static in tests 2015-11-23 16:07:13 +01: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 Consistent comment style 2016-03-18 09:56:21 +01:00
box.exp Test crypto_box_(before|after)nm 2014-09-16 20:01:58 -07:00
chacha20.c C++ compat 2015-10-26 22:48:56 +01:00
chacha20.exp Test crypto_stream_*() with an output buffer previously filled with junk 2015-07-21 13:37:06 +02:00
cmptest.h Support a BROWSER_TESTS env variable to build tests for browsers 2015-12-07 01:44:33 +01:00
core1.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
core1.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core2.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
core2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core3.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
core3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core4.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
core4.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core5.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
core5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core6.c Mark test functions as static and __attribute__ ((noreturn)) 2016-03-27 00:32:25 +01:00
core6.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
ed25519_convert.c Force functions whose result must be checked to be checked 2015-11-01 13:57:51 +01:00
ed25519_convert.exp Implement ed25519 -> curve25519 keys conversion 2014-08-05 13:32:25 -07:00
generichash2.c Return -1 if crypto_generichash_final() is called twice 2016-04-06 01:00:49 +02:00
generichash2.exp Add some test vectors for the generichash streaming API 2013-04-21 17:32:09 -07:00
generichash3.c Additional tests for BLAKE2b 2016-03-24 21:57:33 +01:00
generichash3.exp Remove generichash tests with invalid parameters 2015-11-27 11:00:29 +01:00
generichash.c Mark test functions as static and __attribute__ ((noreturn)) 2016-03-27 00:32:25 +01:00
generichash.exp Remove generichash tests with invalid parameters 2015-11-27 11:00:29 +01:00
hash2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
hash3.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
hash3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
hash.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
hash.exp Test crypto_hash() with an input longer than the block size 2014-09-23 13:40:08 -07:00
index.html.tpl Ignore test/default/browser, import HTML template 2015-12-07 09:57:49 +01:00
Makefile.am test/pwhash_argon2i -> test/pwhash 2016-03-21 09:48:01 +01:00
nacl-test-wrapper.sh Add dist-build/nativeclient-x86-64.sh 2016-04-29 21:55:06 +02:00
onetimeauth2.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
onetimeauth2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
onetimeauth7.c Reduce some test cases, generate html test files 2015-12-07 08:58:35 +01:00
onetimeauth7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
onetimeauth.c Test crypto_onetimeauth_update() with a null size 2015-12-22 14:32:14 +01:00
onetimeauth.exp Check crypto_onetimeauth() streaming interface 2014-09-16 10:19:32 -07:00
pre.js.inc Support a BROWSER_TESTS env variable to build tests for browsers 2015-12-07 01:44:33 +01:00
pwhash_scrypt_ll.c printf("%llu") is not expected work on mingw32/Windows XP. 2015-12-10 16:38:26 +01: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_scrypt.c Rename the pwhash test as as pwhash_scrypt 2015-12-29 16:14:19 +01:00
pwhash_scrypt.exp Rename the pwhash test as as pwhash_scrypt 2015-12-29 16:14:19 +01:00
pwhash.c Add crypto_pwhash_argon2i_ALG_ARGON2I13 2016-04-01 20:48:34 +02:00
pwhash.exp test/pwhash_argon2i -> test/pwhash 2016-03-21 09:48:01 +01:00
randombytes.c Repair NativeClient support 2016-04-18 21:40:18 +02:00
randombytes.exp More tests for randombytes 2014-09-14 12:43:53 -07:00
scalarmult2.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
scalarmult2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult5.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
scalarmult5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult6.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
scalarmult6.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult7.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
scalarmult7.exp scalarmult: check that the top bit is ignored 2014-09-18 21:27:49 -07:00
scalarmult.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
scalarmult.exp Check that scalarmult() returns -1 with a point of small order 2015-11-17 11:07:37 +01:00
secretbox2.c Consistent comment style 2016-03-18 09:56:21 +01:00
secretbox2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox7.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
secretbox7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox8.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
secretbox8.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox_easy2.c Use sodium_malloc() for the secretbox_easy2 test 2015-11-27 12:30:13 +01: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 Add a test with a null message in box_easy() 2015-11-27 14:18:43 +01:00
secretbox_easy.exp Add tests with null message in secretbox_easy.c 2015-11-27 14:13:21 +01:00
secretbox.c Consistent comment style 2016-03-18 09:56:21 +01:00
secretbox.exp Add a test for crypto_secretbox() with c == m 2015-09-09 08:51:19 +02: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 More tests 2016-03-24 22:16:52 +01:00
sign.exp Revert "Output signatures prefix in the signature test" 2015-12-07 02:04:22 +01:00
sodium_core.c Add sodium_runtime_has_ssse3() and sodium_runtime_has_sse41() 2015-10-31 23:42:44 +01:00
sodium_core.exp Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
sodium_utils2.c Mark test functions as static and __attribute__ ((noreturn)) 2016-03-27 00:32:25 +01:00
sodium_utils2.exp Add sodium_{malloc,allocarray,free}() and sodium_mprotect_*() 2014-08-14 21:41:05 -07:00
sodium_utils3.c Mark test functions as static and __attribute__ ((noreturn)) 2016-03-27 00:32:25 +01:00
sodium_utils3.exp Add sodium_{malloc,allocarray,free}() and sodium_mprotect_*() 2014-08-14 21:41:05 -07:00
sodium_utils.c More checks for sodium_add() (overlaps) and sodium_increment() 2015-12-06 19:06:27 +01:00
sodium_utils.exp More checks for sodium_add() (overlaps) and sodium_increment() 2015-12-06 19:06:27 +01: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 Mark everything as static in tests 2015-11-23 16:07:13 +01:00
stream2.exp Add a test for crypto_stream_salsa20_xor_ic() 2015-02-02 21:27:12 +01:00
stream3.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
stream3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream4.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
stream4.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream.c Mark everything as static in tests 2015-11-23 16:07:13 +01:00
stream.exp Add crypto_stream_xsalsa20_ic() 2015-02-02 21:27:19 +01:00
verify1.c Remove obsolete and redundant globals 2016-03-06 13:59:26 +01:00
verify1.exp Less deterministic crypto_verify_*() tests 2015-11-25 14:10:36 +01:00
wintest.bat Tell people that we are running the test suite. 2013-10-21 20:11:56 -07:00