Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-23 | Merge branch 'dubslow-master' | irungentoo_trip | |
# # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. | |||
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 | Merge branch 'master' of https://github.com/dubslow/toxcore | irungentoo | |
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-16 | astyle toxencryptsave. | irungentoo | |
2014-10-12 | Fix include issue | dubslow | |
2014-10-10 | Merge branch 'master' of https://github.com/dubslow/toxcore | irungentoo | |
2014-10-09 | re-refactor to separate pass->key and key->encryption | dubslow | |
2014-10-08 | refactor toxencryptedsave to allow passphrase encryption of arbitrary data | dubslow | |
also a minor API change for clarity | |||
2014-09-14 | Fixed toxencryptsave include issue. | irungentoo | |
2014-09-13 | Properly ported a toxencryptsave function to NaCl. | irungentoo | |
removed now useless files. | |||
2014-09-13 | Merge branch 'encrypted_data' of https://github.com/dubslow/toxcore | irungentoo | |
2014-09-12 | encrypted save fully work with both libsodium and nacl | dubslow | |
they both reliably pass "make check" | |||
2014-09-11 | memzero() segfaulted for unknown reasons... probably pebkac... | Dubslow | |
2014-09-11 | Add magic number, auto tests still required | Dubslow | |
2014-09-10 | nacl compiles! still needs testing though. | Dubslow | |
2014-09-10 | modify inclusions | Dubslow | |
2014-09-09 | compiling against nacl seems to break VANILLA_NACL... | Dubslow | |