summaryrefslogtreecommitdiffhomepage
path: root/src/cookie.c
AgeCommit message (Expand)Author
2017-10-03global: add space around variable declarationsJason A. Donenfeld
2017-07-20global: use pointer to net_deviceJason A. Donenfeld
2017-06-26global: cleanup IP header checkingJason A. Donenfeld
2017-06-26ratelimiter: rewrite from scratchJason A. Donenfeld
2017-06-12random: wait for random bytes when generating nonces and ephemeralsJason A. Donenfeld
2017-05-31debug: print interface name in dmesgJason A. Donenfeld
2017-05-17noise: redesign preshared key modeJason A. Donenfeld
2017-04-21cookie: move the bangsJason A. Donenfeld
2017-03-20data: big refactoringJason A. Donenfeld
2017-03-19cookie: no need to hash rngJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-26cookie: optimizeJason A. Donenfeld
2016-12-23cookies: use xchacha20poly1305 instead of chacha20poly1305Jason A. Donenfeld
2016-12-16messages: increase header by 3 bytes for alignmentJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-06cookie: avoid void pointer arithmaticJason A. Donenfeld
2016-11-05c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld
2016-07-22cookie: do not expose csprng directlyJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld