summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.c
AgeCommit message (Expand)Author
2020-05-02Add a check that we don't have any unused functions.iphydf
2020-05-02Fix errors on error paths found by oomer.iphydf
2020-03-14Fix up comments a bit to start being more uniform.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2019-01-03Added test and patch for VLA stack overflow vuln.zoff99
2018-08-26Format crypto_core.c.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-01Simplify Travis CI builds.iphydf
2018-04-03Avoid the use of rand() in tests.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-01-14Add random_u16 function and rename the others to match.iphydf
2018-01-10Fix formatting in some C files.iphydf
2017-02-26Remove network dependency from toxcryptoDiadlo
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-04Add secure memcmp and memzero implementation.Diadlo
2016-12-22Improve documentation of crypto_core.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
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