index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
crypto_core.c
Age
Commit message (
Expand
)
Author
2019-01-03
Added test and patch for VLA stack overflow vuln.
zoff99
2018-08-26
Format crypto_core.c.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-01
Simplify Travis CI builds.
iphydf
2018-04-03
Avoid the use of rand() in tests.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-01-14
Add random_u16 function and rename the others to match.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2017-02-26
Remove network dependency from toxcrypto
Diadlo
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2017-01-04
Add secure memcmp and memzero implementation.
Diadlo
2016-12-22
Improve documentation of crypto_core.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-11-09
Remove new_nonce function in favour of random_nonce.
iphydf
2016-11-03
Move packing and unpacking DHT request packets to DHT module.
iphydf
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-10
Silence/fix some compiler warnings.
iphydf
2016-01-30
Fixes.
irungentoo
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
2015-06-06
Improve readability of handle_request() in crypto_core.c
codedust
2015-04-18
The only secure compare function currently needed is one to compare 2 public ...
irungentoo
2015-03-29
Increase thread safety.
irungentoo
2015-01-01
Code cleanups.
irungentoo
2014-12-31
fixes #1210
Luke Drummond
2014-09-09
spelling corrections
cgar
2014-06-16
Added more input validation to add_friend functions.
irungentoo
2014-06-13
Fixed typo.
irungentoo
2014-06-10
Astyle and fixes.
irungentoo
2014-06-10
Const correctness in toxcore/crypto_core.c
Marc Schütz
2014-05-01
Random number functions belong in crypto_core.
irungentoo
2014-05-01
Protocol implementation is starting to look ok.
irungentoo
2014-05-01
Improved the crypto_cmp function.
irungentoo
2014-04-28
Added some functions to create/handle middle level protocol packets.
irungentoo
2014-04-23
Major cleanups.
irungentoo
2014-04-22
Decided pretty much how the handshake would work.
irungentoo
2014-04-21
Crypto related cleanups.
irungentoo