index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auto_tests
/
encryptsave_test.c
Age
Commit message (
Expand
)
Author
2017-06-05
Build tests on appveyor, the MSVC build.
iphydf
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2016-12-22
Use `tox_options_set_*` instead of direct member access.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-12-13
Add apidsl file for toxencryptsave.
iphydf
2016-11-06
Move log callback to options.
iphydf
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Fix some compiler warnings.
iphydf
2016-08-10
Silence/fix some compiler warnings.
iphydf
2016-01-30
Fixes.
irungentoo
2015-05-27
Allow empty keys in toxencryptsave.
irungentoo
2015-05-22
Move savedata to options struct.
irungentoo
2015-03-31
Make keys into a struct for more programmer safety
Dubslow
2015-03-31
Fix minor code duplication
Dubslow
2015-03-31
Merge branch 'master' of https://github.com/dubslow/toxcore
irungentoo
2015-03-31
Fix toxencryptsave to be consistent with new_api
Dubslow
2015-03-26
Making tox_encrypted_new() use the same error codes as tox_new was a bad idea.
irungentoo
2015-03-01
Properly fixed encryptsave_test.c
irungentoo
2015-02-28
Update encryption autotest
Dubslow
2015-02-08
Fixed test.
irungentoo
2014-11-25
Astyle autotests.
irungentoo
2014-10-23
fix #1124 by adding salt manip functions
dubslow
2014-10-17
add new test cases, cleanup astray printf
dubslow
2014-10-17
add load/save from key instead of pw
dubslow
2014-10-08
refactor toxencryptedsave to allow passphrase encryption of arbitrary data
dubslow
2014-10-07
fix #1104
dubslow
2014-09-11
memzero() segfaulted for unknown reasons... probably pebkac...
Dubslow
2014-09-11
testing works, but doesn't pass...
Dubslow