Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-10 | Merge pull request #422 from slvr/crypto-speed-boost | irungentoo | |
Cryptography speed boost | |||
2013-08-10 | That define doesn't belong here. | irungentoo | |
2013-08-10 | Ensure encrypt_precompute is called when status == CONN_ESTABLISHED | slvr | |
2013-08-10 | Implemented encrypt_data_fast, decrypt_data_fast and crypto tests | slvr | |
2013-08-05 | Use void for functions with no parameters | Florian Hahn | |
2013-08-04 | Make private functions in core/net_crypto.c static | Florian Hahn | |
2013-08-03 | various fixes for first time user | Jae Kwon | |
* added linking to libsodium * fixed links to docs to point to wiki | |||
2013-08-02 | Replace ZEROBYTES - BOXZEROBYTES with MACBYTES | Nick ODell | |
2013-08-02 | Fix bug where memcpy could overrun buffer | Nick ODell | |
2013-08-01 | Remove some magic numbers; use macros to clarify intent | Nick ODell | |
2013-08-01 | Fixed stupid copy pasting mistake. | irungentoo | |
2013-08-01 | Possible timing problem fixed. | irungentoo | |
2013-08-01 | Fixed possible timing problem. | irungentoo | |
2013-08-01 | Fixed possible issues with the crypto reported by an anonymous person. | irungentoo | |
2013-07-27 | Ran the code through: astyle --style=linux | irungentoo | |
2013-07-26 | A *lot* of style changes. | Konstantin Kowalski | |
2013-07-26 | Fix braces | nfkd | |
2013-07-26 | Formatting. | SilentSand | |
Many stylistic changes, mostly formatting code more closely to the coding style. | |||
2013-07-25 | Licensing | SilentSand | |
Added the GPLv3 license to some files in addition to fixing some comments at the beginning of the files. | |||
2013-07-24 | Experimental and unoptimized symmetric NAT hole punching added. | irungentoo | |
2013-07-22 | Modified the way friend requests worked. | irungentoo | |
Added routing of friend requests. | |||
2013-07-21 | Fixed temp redeclaration | redwire | |
2013-07-21 | Going with irungentoo's suggestion and using memcpy instead of sectioning ↵ | redwire | |
with arithmetic | |||
2013-07-21 | Fixed an embarassing typo | Zack | |
2013-07-21 | Implemented a faster algorithm for generating nonces | Zack | |
2013-07-20 | Merge pull request #62 from Captainhat/master | irungentoo | |
More comments in core fixed | |||
2013-07-20 | More changes made to comments, as requested by jvrv | Andrew | |
2013-07-20 | Fixed comments in other files as per request of jvrv | Andrew | |
2013-07-19 | Update net_crypto.c | Martijnvdc | |
changed all "i++" into "++i", as proposed by nfkd | |||
2013-07-17 | Bug fixed, Loading and saving added to core. | irungentoo | |
2013-07-16 | Saving and loading of keys added. | irungentoo | |
2013-07-14 | Fixed useless inbound connection not timing out. | irungentoo | |
2013-07-12 | First part of DHT hardening done. | irungentoo | |
Added crypto to the DHT communications. This defeats completely the first attack mentioned in docs/DHT_hardening. Also updated the build system to build the latest test (it links it with libsodium) | |||
2013-07-09 | Added comment block to Messenger test. | irungentoo | |
2013-07-09 | Basic IM messenger backend pretty much done (You can start the GUI) | irungentoo | |
And a couple of fixes to the other parts. | |||
2013-07-08 | Quick fix | Anthony Super | |
Used two if statements, both of which just broke a loop. Just threw them together with ||. Should be slightly faster. | |||
2013-07-08 | Spelling mistakes fixed. | irungentoo | |
2013-07-07 | Added IDEAS.txt and added checks to 2 net_crypto functions. | irungentoo | |
2013-07-06 | Very basic start on the Tox messaging api.(Should give you a basic idea how ↵ | irungentoo | |
it's gonna work) | |||
2013-07-06 | Forward secrecy implemented into crypto. | irungentoo | |
2013-07-05 | Crypto done(still need to test it a bit more thought) | irungentoo | |
Replaced chars with uint8_t Added a new test program. Added some functions to Lossless UDP. And some other stuff. |