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.h
Age
Commit message (
Expand
)
Author
2020-05-19
noise: separate receive counter from send counter
Jason A. Donenfeld
2020-03-18
noise: error out precomputed DH during handshake rather than config
Jason A. Donenfeld
2019-07-11
noise: immediately rekey all peers after changing device private key
Jason A. Donenfeld
2019-06-25
global: switch to coarse ktime
Jason A. Donenfeld
2019-03-25
peerlookup: rename from hashtables
Jason A. Donenfeld
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-10-08
global: more nits
Jason A. Donenfeld
2018-10-08
global: rename struct wireguard_ to struct wg_
Jason A. Donenfeld
2018-10-02
global: prefix all functions with wg_
Jason A. Donenfeld
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-08-28
global: run through clang-format
Jason A. Donenfeld
2018-08-03
peer: ensure destruction doesn't race
Jason A. Donenfeld
2018-07-31
noise: remove outdated comment
Jason A. Donenfeld
2018-06-23
global: use fast boottime instead of normal boottime
Jason A. Donenfeld
2018-06-23
global: use ktime boottime instead of jiffies
Jason A. Donenfeld
2018-03-02
noise: align static_identity keys
Jason A. Donenfeld
2018-03-02
noise: fix function prototype
Jason A. Donenfeld
2018-01-03
global: year bump
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-10-31
global: get rid of useless forward declarations
Jason A. Donenfeld
2017-10-03
global: use _WG prefix for include guards
Jason A. Donenfeld
2017-10-02
noise: use spinlock for rotating keys
Jason A. Donenfeld
2017-08-04
noise: infer initiator or not from handshake state
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-01-10
Update copyright
Jason A. Donenfeld
2016-12-11
global: move to consistent use of uN instead of uintN_t for kernel code
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-01
data: do not allow usage of keypair just before hash removal
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-06-25
nonce: switch to RFC6479 to better support packet reordering
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld