aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/noise.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: run through clang-formatJason A. Donenfeld2018-08-281-9/+24
* peer: ensure destruction doesn't raceJason A. Donenfeld2018-08-031-1/+1
* noise: remove outdated commentJason A. Donenfeld2018-07-311-3/+0
* global: use fast boottime instead of normal boottimeJason A. Donenfeld2018-06-231-2/+2
* global: use ktime boottime instead of jiffiesJason A. Donenfeld2018-06-231-3/+3
* noise: align static_identity keysJason A. Donenfeld2018-03-021-1/+1
* noise: fix function prototypeJason A. Donenfeld2018-03-021-1/+1
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-1/+2
* global: get rid of useless forward declarationsJason A. Donenfeld2017-10-311-6/+0
* global: use _WG prefix for include guardsJason A. Donenfeld2017-10-031-3/+3
* noise: use spinlock for rotating keysJason A. Donenfeld2017-10-021-1/+1
* noise: infer initiator or not from handshake stateJason A. Donenfeld2017-08-041-1/+1
* peer: use iterator macro instead of callbackJason A. Donenfeld2017-05-301-1/+1
* noise: precompute static-static ECDH operationJason A. Donenfeld2017-05-301-3/+4
* noise: no need to store ephemeral public keyJason A. Donenfeld2017-05-301-1/+0
* noise: redesign preshared key modeJason A. Donenfeld2017-05-171-5/+4
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* global: move to consistent use of uN instead of uintN_t for kernel codeJason A. Donenfeld2016-12-111-3/+3
* headers: cleanup noticesJason A. Donenfeld2016-11-211-1/+1
* c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld2016-11-051-3/+3
* data: do not allow usage of keypair just before hash removalJason A. Donenfeld2016-11-011-0/+1
* Rework headers and includesJason A. Donenfeld2016-09-291-41/+4
* c: specify static array size in function paramsJason A. Donenfeld2016-08-021-3/+3
* nonce: switch to RFC6479 to better support packet reorderingJason A. Donenfeld2016-06-251-2/+8
* Initial commitJason A. Donenfeld2016-06-251-0/+153