summaryrefslogtreecommitdiff
path: root/auto_tests/encryptsave_test.c
AgeCommit message (Expand)Author
2020-05-03Fix a bug in savedata loading when malloc fails.iphydf
2019-01-03Added test and patch for VLA stack overflow vuln.zoff99
2018-10-09Consistently use camel case enum names.iphydf
2018-08-13Fix some printf format specifiers.iphydf
2018-07-23More fixed_width ints and incorporating file_saving_test.chugbubby
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-12-29Change toxencryptsave API to never overwrite pass keys.iphydf
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2016-12-22Use `tox_options_set_*` instead of direct member access.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-12-13Add apidsl file for toxencryptsave.iphydf
2016-11-06Move log callback to options.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-18Fix some compiler warnings.iphydf
2016-08-10Silence/fix some compiler warnings.iphydf
2016-01-30Fixes.irungentoo
2015-05-27Allow empty keys in toxencryptsave.irungentoo
2015-05-22Move savedata to options struct.irungentoo
2015-03-31Make keys into a struct for more programmer safetyDubslow
2015-03-31Fix minor code duplicationDubslow
2015-03-31Merge branch 'master' of https://github.com/dubslow/toxcoreirungentoo
2015-03-31Fix toxencryptsave to be consistent with new_apiDubslow
2015-03-26Making tox_encrypted_new() use the same error codes as tox_new was a bad idea.irungentoo
2015-03-01Properly fixed encryptsave_test.cirungentoo
2015-02-28Update encryption autotestDubslow
2015-02-08Fixed test.irungentoo
2014-11-25Astyle autotests.irungentoo
2014-10-23fix #1124 by adding salt manip functionsdubslow
2014-10-17add new test cases, cleanup astray printfdubslow
2014-10-17add load/save from key instead of pwdubslow
2014-10-08refactor toxencryptedsave to allow passphrase encryption of arbitrary datadubslow
2014-10-07fix #1104dubslow
2014-09-11memzero() segfaulted for unknown reasons... probably pebkac...Dubslow
2014-09-11testing works, but doesn't pass...Dubslow