Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-04-16 | multiple spelling fixes | Carlos E. Garcia | |
2014-04-05 | Added test | mannol | |
2014-03-23 | Remove header | mannol | |
2014-03-23 | Why do it even care | mannol | |
2014-03-22 | Clare case fix | mannol | |
Wot fix | |||
2014-03-22 | Well this seems to be working | mannol | |
2014-03-15 | Comment fix | mannol | |
2014-03-14 | Added new callback | mannol | |
2014-03-12 | Invoke callback via invoke_callback func | mannol | |
2014-03-12 | Removed logging to stderr and fixed timeout handling | mannol | |
2014-03-11 | Changed msi callbacks | mannol | |
2014-03-11 | Added custom callback data and capability identifier | mannol | |
2014-03-07 | Fixed several bugs and added some features | mannol | |
2014-02-23 | pkg-config and av | mannol | |
2014-02-19 | Removed user agent header from msi and updated travis build stuff | mannol | |
2014-02-19 | crypto_secretbox_NONCEBYTES is the one to use for the symmetric encryption. | irungentoo | |
Not currently a big deal since they are the same size, but... | |||
2014-02-16 | Astyled av code. | irungentoo | |
2014-02-16 | Moved event to toxav | mannol | |
2014-02-16 | Public header ready to go | mannol | |
2014-02-16 | Started adding public API | mannol | |