index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireguard
/
noise.c
Age
Commit message (
Expand
)
Author
2025-10-29
lib/crypto: blake2s: Rename blake2s_state to blake2s_ctx
Eric Biggers
2025-10-29
lib/crypto: blake2s: Adjust parameter order of blake2s()
Eric Biggers
2025-05-27
wireguard: global: add __nonstring annotations for unterminated strings
Kees Cook
2023-09-15
wireguard: do not include crypto/algapi.h
Herbert Xu
2022-01-18
lib/crypto: blake2s: move hmac construction into wireguard
Jason A. Donenfeld
2020-09-09
wireguard: noise: take lock when removing handshake entry from table
Jason A. Donenfeld
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-06-23
wireguard: noise: do not assign initiation time in if condition
Frank Werner-Krippendorf
2020-05-20
wireguard: noise: separate receive counter from send counter
Jason A. Donenfeld
2020-05-20
wireguard: noise: read preshared key while taking lock
Jason A. Donenfeld
2020-03-18
wireguard: noise: error out precomputed DH during handshake rather than config
Jason A. Donenfeld
2020-02-05
wireguard: noise: reject peers with low order public keys
Jason A. Donenfeld
2019-12-08
net: WireGuard secure network tunnel
Jason A. Donenfeld