summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.c
AgeCommit message (Expand)Author
2016-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-11-03Move packing and unpacking DHT request packets to DHT module.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-10Silence/fix some compiler warnings.iphydf
2016-01-30Fixes.irungentoo
2016-01-27 fix: compare sensitive data with sodium_memcmpRoman Proskuryakov
2015-06-06Improve readability of handle_request() in crypto_core.ccodedust
2015-04-18The only secure compare function currently needed is one to compare 2 public ...irungentoo
2015-03-29Increase thread safety.irungentoo
2015-01-01Code cleanups.irungentoo
2014-12-31fixes #1210Luke Drummond
2014-09-09spelling correctionscgar
2014-06-16Added more input validation to add_friend functions.irungentoo
2014-06-13Fixed typo.irungentoo
2014-06-10Astyle and fixes.irungentoo
2014-06-10Const correctness in toxcore/crypto_core.cMarc Schütz
2014-05-01Random number functions belong in crypto_core.irungentoo
2014-05-01Protocol implementation is starting to look ok.irungentoo
2014-05-01Improved the crypto_cmp function.irungentoo
2014-04-28Added some functions to create/handle middle level protocol packets.irungentoo
2014-04-23Major cleanups.irungentoo
2014-04-22Decided pretty much how the handshake would work.irungentoo
2014-04-21Crypto related cleanups.irungentoo