summaryrefslogtreecommitdiff
path: root/toxav/msi.c
AgeCommit message (Collapse)Author
2014-04-21Crypto 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-16multiple spelling fixesCarlos E. Garcia
2014-04-05Added testmannol
2014-03-23Remove headermannol
2014-03-23Why do it even caremannol
2014-03-22Clare case fixmannol
Wot fix
2014-03-22Well this seems to be workingmannol
2014-03-15Comment fixmannol
2014-03-14Added new callbackmannol
2014-03-12Invoke callback via invoke_callback funcmannol
2014-03-12Removed logging to stderr and fixed timeout handlingmannol
2014-03-11Changed msi callbacksmannol
2014-03-11Added custom callback data and capability identifiermannol
2014-03-07Fixed several bugs and added some featuresmannol
2014-02-23pkg-config and avmannol
2014-02-19Removed user agent header from msi and updated travis build stuffmannol
2014-02-19crypto_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-16Astyled av code.irungentoo
2014-02-16Moved event to toxavmannol
2014-02-16Public header ready to gomannol
2014-02-16Started adding public APImannol