summaryrefslogtreecommitdiffhomepage
path: root/src/noise.c
AgeCommit message (Expand)Author
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
2016-06-25nonce: switch to RFC6479 to better support packet reorderingJason A. Donenfeld
2016-06-25Initial commitJason A. Donenfeld