Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-09 | Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions | pyruvate | |
2014-05-02 | Fixed other test. | irungentoo | |
2014-05-01 | Protocol implementation is starting to look ok. | irungentoo | |
Still need to decide exactly how data packets will work though. | |||
2014-04-21 | Fixed test. | irungentoo | |
2014-04-21 | Crypto related cleanups. | irungentoo | |
Moved Bunch of functions from net_crypto to crypto_core. decrypt_data_fast and decrypt_data_symmetric were the same thing therefore, removed decrypt_data_fast. Replaced all the crypto_secretbox_* defines with the equivalent crypto_box_* one. New define: crypto_box_KEYBYTES that is equal to crypto_box_BEFORENMBYTES. | |||
2013-12-21 | Added function to save an encrypted version of the messenger. | irungentoo | |
Also added some tests. | |||
2013-10-24 | Removed define that could become confusing. | irungentoo | |
2013-09-16 | Make test "endtoend" pass on 'slow' systems | Coren[m] | |
auto_test/crypto_test.c: - test "endtoend": increased timeout from default ~5s to 15s, making it pass on slower systems - signed/unsiged warning fixed by cast | |||
2013-09-10 | Fixed building with NaCl. | irungentoo | |
2013-08-24 | consistency check | JamoBox | |
fixed grammar to maintain consistency of output | |||
2013-08-24 | Rename core directory because of autoconf name clash | jin-eld | |
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory. | |||
2013-08-20 | Fixed issue 470, crypto_test still forcing libsodium when NaCL is chosen | Sean Qureshi | |
2013-08-16 | Passed everything through astyle. | irungentoo | |
2013-08-14 | Reduced redundant code, added new crypto test | slvr | |
2013-08-10 | Implemented encrypt_data_fast, decrypt_data_fast and crypto tests | slvr | |