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
/
crypto
Age
Commit message (
Expand
)
Author
2017-06-24
main: annotate init/exit functions to save memory
Jason A. Donenfeld
2017-06-12
random: wait for random bytes when generating nonces and ephemerals
Jason A. Donenfeld
2017-06-01
curve25519: use more standard label convention in asm
Jason A. Donenfeld
2017-05-31
curve25519: add NEON versions for ARM
Jason A. Donenfeld
2017-05-31
curve25519: align the basepoint to 32 bytes
Jason A. Donenfeld
2017-05-31
curve25519: actually, do some things on heap sometimes
Jason A. Donenfeld
2017-05-30
chacha20poly1305: add NEON versions for ARM and ARM64
Jason A. Donenfeld
2017-05-21
chacha20poly1305: move constants to rodata
Jason A. Donenfeld
2017-05-17
chacha20poly1305: implement vectorized hchacha20
Jason A. Donenfeld
2017-04-04
chacha20poly1305: check return values of sgops
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-03-24
curve25519: 128-bit integer != x86_64
Jason A. Donenfeld
2017-03-20
curve25519: do dispatcher in C instead of asm, since shlx is haswell only
Jason A. Donenfeld
2017-03-19
curve25519: add AVX implementation
Jason A. Donenfeld
2017-03-19
blake2s: add AVX implementation
Jason A. Donenfeld
2017-02-13
compat: backport siphash & dst_cache from mainline
Jason A. Donenfeld
2017-01-15
curve25519: do everything on the stack
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-26
blake2s: cleanup
Jason A. Donenfeld
2016-12-23
cookies: use xchacha20poly1305 instead of chacha20poly1305
Jason A. Donenfeld
2016-12-16
siphash: preserve endian-ness for quick helper
Jason A. Donenfeld
2016-12-16
siphash: update against upstream submission
Jason A. Donenfeld
2016-12-12
siphash: useless rice
Jason A. Donenfeld
2016-12-11
crypto: use kernel's bitops functions
Jason A. Donenfeld
2016-12-11
blake2s: move self tests to correct directory
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-29
siphash: add types to header
Jason A. Donenfeld
2016-11-21
headers: cleanup notices
Jason A. Donenfeld
2016-11-16
chacha20poly1305: sse/ymm should be implicit
Jason A. Donenfeld
2016-11-16
chacha20poly1305: rely on avx and avx2
Jason A. Donenfeld
2016-11-10
curve25519: use kmalloc in order to not overflow stack
Jason A. Donenfeld
2016-11-09
chacha20poly1305: don't forget version header
Jason A. Donenfeld
2016-11-07
chacha20poly1305: it's just as fast to use these more simple unaligned access...
Jason A. Donenfeld
2016-11-05
chacha20poly1305: cleanup magic constants
Jason A. Donenfeld
2016-11-05
c89: the static keyword is okay in c99, but not in c89
Jason A. Donenfeld
2016-11-04
data: keep FPU on when possible
Jason A. Donenfeld
2016-11-03
chacha20poly1305: src is different from dst on last piece
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
2016-09-29
poly1305: optimize unaligned access
René van Dorst
2016-08-02
selftest: move to subfolder
Jason A. Donenfeld
2016-08-02
c: specify static array size in function params
Jason A. Donenfeld
2016-07-07
curve25519: unneeded zeros variable
Jason A. Donenfeld
2016-06-29
chacha20poly1305: use more standard way of testing FPU features
Jason A. Donenfeld
2016-06-25
tests: make fatal
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld