Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-10 | Silence/fix some compiler warnings. | iphydf | |
Some of these (like the incompatible pointers one) are really annoying for later refactoring. | |||
2016-01-30 | Fixes. | irungentoo | |
Fixed bug from merged PR. Don't build useless files when building with libsodium. | |||
2015-05-27 | Allow empty keys in toxencryptsave. | irungentoo | |
2015-05-22 | Move savedata to options struct. | irungentoo | |
Add a way to select the type of savedata (normal savedata, load a secret key, potentially others?) to load. | |||
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 | |
Upon my own decision, the two tox_encryped_new convenience functions were removed due to basically needing two different sets of error codes. At iphydf's suggestion the corresponding tox_get_encrypted_savedata convenience functions were removed as well. | |||
2015-03-26 | Making tox_encrypted_new() use the same error codes as tox_new was a bad idea. | irungentoo | |
They now have their own error codes. | |||
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 | |
Also, all data now has the magic number prepended. This is incompatible for all but the save/load functions, but I think nothing besides the one experimental qTox branch used any of those, which is why I feel confident about the change. | |||
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 | |
also a minor API change for clarity | |||
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 | |