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
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