summaryrefslogtreecommitdiff
path: root/auto_tests/crypto_test.c
AgeCommit message (Expand)Author
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-18Using stdint instead of int/longhugbubby
2018-04-03Avoid the use of rand() in tests.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-02-06Improve stability of crypto_memcmp test.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-19Use larger arrays in crypto timing tests.iphydf
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-08Set up autotools build to build against vanilla NaCl.iphydf
2017-01-07Fix issues in crypto_test.cendoffile78
2017-01-07Replace make_quick_sort with qsortendoffile78
2017-01-04Add tests to secure memcmp and memzero functions.Diadlo
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-09Minor cleanups: header reordering, adding {}.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-01-30Realised there was no test to test these functions.irungentoo
2014-08-09Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitionspyruvate
2014-05-02Fixed other test.irungentoo
2014-05-01Protocol implementation is starting to look ok.irungentoo
2014-04-21Fixed test.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2013-12-21Added function to save an encrypted version of the messenger.irungentoo
2013-10-24Removed define that could become confusing.irungentoo
2013-09-16Make test "endtoend" pass on 'slow' systemsCoren[m]
2013-09-10Fixed building with NaCl.irungentoo
2013-08-24consistency checkJamoBox
2013-08-24Rename core directory because of autoconf name clashjin-eld
2013-08-20Fixed issue 470, crypto_test still forcing libsodium when NaCL is chosenSean Qureshi
2013-08-16Passed everything through astyle.irungentoo
2013-08-14Reduced redundant code, added new crypto testslvr
2013-08-10Implemented encrypt_data_fast, decrypt_data_fast and crypto testsslvr