index
:
wireguard-linux-compat
feature/socketdev
master
WireGuard Linux compat
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
noise.c
Age
Commit message (
Expand
)
Author
2017-10-02
noise: use spinlock for rotating keys
Jason A. Donenfeld
2017-10-02
netlink: switch from ioctl to netlink for configuration
Jason A. Donenfeld
2017-09-18
queue: entirely rework parallel system
Jason A. Donenfeld
2017-08-04
noise: infer initiator or not from handshake state
Jason A. Donenfeld
2017-07-20
global: use pointer to net_device
Jason A. Donenfeld
2017-06-24
main: annotate init/exit functions to save memory
Jason A. Donenfeld
2017-06-08
noise: fix race when replacing handshake
Jason A. Donenfeld
2017-05-31
debug: print interface name in dmesg
Jason A. Donenfeld
2017-05-30
peer: use iterator macro instead of callback
Jason A. Donenfeld
2017-05-30
noise: precompute static-static ECDH operation
Jason A. Donenfeld
2017-05-30
noise: no need to store ephemeral public key
Jason A. Donenfeld
2017-05-17
noise: redesign preshared key mode
Jason A. Donenfeld
2017-04-04
locking: always use _bh
Jason A. Donenfeld
2017-03-30
chacha20poly1305: enforce authtag checking with compiler
Jason A. Donenfeld
2017-03-30
curve25519: protect against potential invalid point attacks
Jason A. Donenfeld
2017-01-13
Use __read_mostly attribute when possible
Jason A. Donenfeld
2017-01-10
Update copyright
Jason A. Donenfeld
2016-12-16
messages: increase header by 3 bytes for alignment
Jason A. Donenfeld
2016-12-16
noise: update comments
Jason A. Donenfeld
2016-11-29
noise: update to new notation
Jason A. Donenfeld
2016-11-21
headers: cleanup notices
Jason A. Donenfeld
2016-11-05
c89: the static keyword is okay in c99, but not in c89
Jason A. Donenfeld
2016-11-02
kref: elide checks
Jason A. Donenfeld
2016-11-01
data: do not allow usage of keypair just before hash removal
Jason A. Donenfeld
2016-10-19
noise: comment/document the key swapping
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-08-02
c: specify static array size in function params
Jason A. Donenfeld
2016-07-02
tai64n: don't forget to add 2^62, to be in spec
Jason A. Donenfeld
2016-06-25
nonce: switch to RFC6479 to better support packet reordering
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld
[prev]