aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/noise.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: accept decent check_patch.pl suggestionsJason A. Donenfeld2017-10-311-3/+3
* noise: no need to take the RCU lock if we're not dereferencingJason A. Donenfeld2017-10-171-4/+2
* noise: handshake constants can be read-only after initJason A. Donenfeld2017-10-171-2/+2
* global: add space around variable declarationsJason A. Donenfeld2017-10-031-0/+11
* noise: use spinlock for rotating keysJason A. Donenfeld2017-10-021-19/+27
* netlink: switch from ioctl to netlink for configurationJason A. Donenfeld2017-10-021-9/+4
* queue: entirely rework parallel systemJason A. Donenfeld2017-09-181-1/+1
* noise: infer initiator or not from handshake stateJason A. Donenfeld2017-08-041-3/+3
* global: use pointer to net_deviceJason A. Donenfeld2017-07-201-2/+2
* main: annotate init/exit functions to save memoryJason A. Donenfeld2017-06-241-1/+1
* noise: fix race when replacing handshakeJason A. Donenfeld2017-06-081-9/+19
* debug: print interface name in dmesgJason A. Donenfeld2017-05-311-2/+2
* peer: use iterator macro instead of callbackJason A. Donenfeld2017-05-301-4/+4
* noise: precompute static-static ECDH operationJason A. Donenfeld2017-05-301-10/+18
* noise: no need to store ephemeral public keyJason A. Donenfeld2017-05-301-6/+6
* noise: redesign preshared key modeJason A. Donenfeld2017-05-171-91/+86
* locking: always use _bhJason A. Donenfeld2017-04-041-7/+7
* chacha20poly1305: enforce authtag checking with compilerJason A. Donenfeld2017-03-301-10/+5
* curve25519: protect against potential invalid point attacksJason A. Donenfeld2017-03-301-14/+25
* Use __read_mostly attribute when possibleJason A. Donenfeld2017-01-131-2/+2
* Update copyrightJason A. Donenfeld2017-01-101-1/+1
* messages: increase header by 3 bytes for alignmentJason A. Donenfeld2016-12-161-2/+2
* noise: update commentsJason A. Donenfeld2016-12-161-8/+8
* noise: update to new notationJason A. Donenfeld2016-11-291-2/+2
* 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-15/+15
* kref: elide checksJason A. Donenfeld2016-11-021-3/+1
* data: do not allow usage of keypair just before hash removalJason A. Donenfeld2016-11-011-0/+10
* noise: comment/document the key swappingJason A. Donenfeld2016-10-191-1/+19
* Rework headers and includesJason A. Donenfeld2016-09-291-2/+4
* c: specify static array size in function paramsJason A. Donenfeld2016-08-021-15/+15
* tai64n: don't forget to add 2^62, to be in specJason A. Donenfeld2016-07-021-2/+2
* nonce: switch to RFC6479 to better support packet reorderingJason A. Donenfeld2016-06-251-1/+1
* Initial commitJason A. Donenfeld2016-06-251-0/+565