summaryrefslogtreecommitdiffhomepage
path: root/src/noise.c
AgeCommit message (Expand)Author
2018-09-04global: prefer sizeof(*pointer) when possibleJason A. Donenfeld
2018-08-28global: run through clang-formatJason A. Donenfeld
2018-08-03peer: ensure destruction doesn't raceJason A. Donenfeld
2018-08-02noise: free peer references on failureJason A. Donenfeld
2018-08-02cookie: returned keypair might disappear if rcu lock not heldJason A. Donenfeld
2018-08-01allowedips: prevent double read in krefJason A. Donenfeld
2018-07-31noise: use hex constant for tai64n offsetJason A. Donenfeld
2018-06-23global: use fast boottime instead of normal boottimeJason A. Donenfeld
2018-06-23global: use ktime boottime instead of jiffiesJason A. Donenfeld
2018-06-18noise: wait for crng before taking locksJason A. Donenfeld
2018-06-18netlink: maintain static_identity lock over entire private key updateJason A. Donenfeld
2018-06-18noise: take locks for ss precomputationJason A. Donenfeld
2018-01-03global: year bumpJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-11-22global: switch from timeval to timespecJason A. Donenfeld
2017-11-02global: revert checkpatch.pl changesJason A. Donenfeld
2017-10-31global: use fewer BUG_ONsJason A. Donenfeld
2017-10-31global: style nitsJason A. Donenfeld
2017-10-31global: accept decent check_patch.pl suggestionsJason A. Donenfeld
2017-10-17noise: no need to take the RCU lock if we're not dereferencingJason A. Donenfeld
2017-10-17noise: handshake constants can be read-only after initJason A. Donenfeld
2017-10-03global: add space around variable declarationsJason A. Donenfeld
2017-10-02noise: use spinlock for rotating keysJason A. Donenfeld
2017-10-02netlink: switch from ioctl to netlink for configurationJason A. Donenfeld
2017-09-18queue: entirely rework parallel systemJason A. Donenfeld
2017-08-04noise: infer initiator or not from handshake stateJason A. Donenfeld
2017-07-20global: use pointer to net_deviceJason A. Donenfeld
2017-06-24main: annotate init/exit functions to save memoryJason A. Donenfeld
2017-06-08noise: fix race when replacing handshakeJason A. Donenfeld
2017-05-31debug: print interface name in dmesgJason A. Donenfeld
2017-05-30peer: use iterator macro instead of callbackJason A. Donenfeld
2017-05-30noise: precompute static-static ECDH operationJason A. Donenfeld
2017-05-30noise: no need to store ephemeral public keyJason A. Donenfeld
2017-05-17noise: redesign preshared key modeJason A. Donenfeld
2017-04-04locking: always use _bhJason A. Donenfeld
2017-03-30chacha20poly1305: enforce authtag checking with compilerJason A. Donenfeld
2017-03-30curve25519: protect against potential invalid point attacksJason A. Donenfeld
2017-01-13Use __read_mostly attribute when possibleJason A. Donenfeld
2017-01-10Update copyrightJason A. Donenfeld
2016-12-16messages: increase header by 3 bytes for alignmentJason A. Donenfeld
2016-12-16noise: update commentsJason A. Donenfeld
2016-11-29noise: update to new notationJason A. Donenfeld
2016-11-21headers: cleanup noticesJason A. Donenfeld
2016-11-05c89: the static keyword is okay in c99, but not in c89Jason A. Donenfeld
2016-11-02kref: elide checksJason A. Donenfeld
2016-11-01data: do not allow usage of keypair just before hash removalJason A. Donenfeld
2016-10-19noise: comment/document the key swappingJason A. Donenfeld
2016-09-29Rework headers and includesJason A. Donenfeld
2016-08-02c: specify static array size in function paramsJason A. Donenfeld
2016-07-02tai64n: don't forget to add 2^62, to be in specJason A. Donenfeld