libsodium/test/default
2015-10-18 01:33:35 +02:00
..
aead_aes256gcm.c Do not compile unused sections 2015-10-18 01:33:35 +02:00
aead_aes256gcm.exp Add aes256gcm test vectors 2015-10-11 12:56:20 +02:00
aead_chacha20poly1305.c Add IETF-compatible version of chacha20poly1305 2015-05-09 16:12:03 +02:00
aead_chacha20poly1305.exp Add IETF-compatible version of chacha20poly1305 2015-05-09 16:12:03 +02: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 Move quirks inclusion to cmptest.h, emscsripten quirks to quirks.h 2015-01-23 10:41:28 +01: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 Move quirks inclusion to cmptest.h, emscsripten quirks to quirks.h 2015-01-23 10:41:28 +01:00
auth7.exp Add tests for auth_hmac_sha512 2014-04-14 21:34:55 -07:00
auth.c Add tests for custom randombytes_uniform. 2015-05-09 15:54:18 +02: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 Move quirks inclusion to cmptest.h, emscsripten quirks to quirks.h 2015-01-23 10:41:28 +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 Use proper nonce length now that's it's a pointer in box_easy2 test. 2015-02-17 18:42:57 +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 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_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 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 Test crypto_stream_*() with an output buffer previously filled with junk 2015-07-21 13:37:06 +02:00
chacha20.exp Test crypto_stream_*() with an output buffer previously filled with junk 2015-07-21 13:37:06 +02:00
cmptest.h Move quirks inclusion to cmptest.h, emscsripten quirks to quirks.h 2015-01-23 10:41:28 +01: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 Add Blake2b test vectors from the reference code 2015-10-18 00:55:10 +02:00
generichash2.exp Add some test vectors for the generichash streaming API 2013-04-21 17:32:09 -07:00
generichash3.c Add Blake2b test vectors from the reference code 2015-10-18 00:55:10 +02:00
generichash3.exp Test generichash with no key, with salt or personalization 2014-09-23 12:37:21 -07:00
generichash.c Add Blake2b test vectors from the reference code 2015-10-18 00:55:10 +02:00
generichash.exp Blake2b: refuse a NULL key with a length > 0 2015-10-18 00:27:03 +02: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 + crypto_hash_sha(256|512)_statebytes 2015-01-23 11:17:40 +01:00
hash.exp Test crypto_hash() with an input longer than the block size 2014-09-23 13:40:08 -07:00
Makefile.am Add aes256gcm test vectors 2015-10-11 12:56:20 +02:00
nacl-test-wrapper.sh Remove bashisms in nacl-test-wrapper.sh 2015-08-02 14:39:17 +02: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 Move quirks inclusion to cmptest.h, emscsripten quirks to quirks.h 2015-01-23 10:41:28 +01:00
onetimeauth7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
onetimeauth.c + crypto_generichash_statebytes() 2015-01-23 11:00:57 +01:00
onetimeauth.exp Check crypto_onetimeauth() streaming interface 2014-09-16 10:19:32 -07:00
pre.js.inc Do not require /dev/urandom emulation in Javascript any more. 2015-01-17 21:43:57 +01: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 Use sodium_malloc() in the pwhash test. 2015-05-01 17:35:45 +02:00
pwhash.exp Extra tests for invalid pwhash strings 2014-09-23 21:15:38 -07:00
randombytes.c Initial patch for Chrome NaCl implementation 2015-06-22 13:02:21 -05: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 Remove unused and shadowed global 2014-11-25 15:30:26 -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 C++ compat 2015-09-21 16:05:53 +02:00
scalarmult.exp scalarmult: add the exact test from the irtf-cfrg-curves draft 2015-09-21 15:45:32 +02: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 Move quirks inclusion to cmptest.h, emscsripten quirks to quirks.h 2015-01-23 10:41:28 +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 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 C++ compat 2015-09-09 17:42:38 +02:00
secretbox_easy.exp Check that secretbox works as expected when m and c are overlapping 2015-09-09 09:00:08 +02:00
secretbox.c Add a test for crypto_secretbox() with c == m 2015-09-09 08:51:19 +02: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 Test crypto_sign_open() with NULL as a pointer to the message size 2015-01-14 19:59:44 +01:00
sign.exp Add overdue crypto_sign test 2014-05-07 23:23:13 -07:00
sodium_core.c Test for presence of new sodium_runtime_has_*() functions 2015-10-11 18:51:30 +02:00
sodium_core.exp Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
sodium_utils2.c Turn ASAN errors into warnings in sodium_utils{2,3} tests 2015-04-24 15:11:29 +02:00
sodium_utils2.exp Add sodium_{malloc,allocarray,free}() and sodium_mprotect_*() 2014-08-14 21:41:05 -07:00
sodium_utils3.c Turn ASAN errors into warnings in sodium_utils{2,3} tests 2015-04-24 15:11:29 +02:00
sodium_utils3.exp Add sodium_{malloc,allocarray,free}() and sodium_mprotect_*() 2014-08-14 21:41:05 -07:00
sodium_utils.c Visual Studio doesn't have %zu 2015-10-17 21:32:25 +02:00
sodium_utils.exp Add sodium_increment() 2015-06-22 15:44:58 +02: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 Add a test for crypto_stream_salsa20_xor_ic() 2015-02-02 21:27:12 +01:00
stream2.exp Add a test for crypto_stream_salsa20_xor_ic() 2015-02-02 21:27:12 +01: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 Test crypto_stream_*() with an output buffer previously filled with junk 2015-07-21 13:37:06 +02:00
stream.exp Add crypto_stream_xsalsa20_ic() 2015-02-02 21:27:19 +01: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