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