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-11-28
curve25519: modularize dispatch
Jason A. Donenfeld
2017-11-26
blake2s: tweak avx512 code
Samuel Neves
2017-11-23
chacha20: directly assign constant and initial state
Jason A. Donenfeld
2017-11-22
blake2s: hmac space optimization
Samuel Neves
2017-11-22
blake2s: AVX512F+VL implementation
Samuel Neves
2017-11-22
poly1305-avx512: requires AVX512F+VL+BW
Samuel Neves
2017-11-22
chacha20poly1305: poly cleans up its own state
Jason A. Donenfeld
2017-11-22
poly1305-x86_64: unclobber %rbp
Samuel Neves
2017-11-22
poly1305: import MIPS64 primitive from OpenSSL
Jason A. Donenfeld
2017-11-22
chacha20poly1305: import ARM primitives from OpenSSL
Jason A. Donenfeld
2017-11-22
chacha20poly1305: import x86_64 primitives from OpenSSL
Samuel Neves
2017-11-14
curve25519-neon: compile in thumb mode
Jason A. Donenfeld
2017-11-11
curve25519: reject deriving from NULL private keys
Jason A. Donenfeld
2017-11-10
receive: hoist fpu outside of receive loop
Jason A. Donenfeld
2017-10-31
curve25519: only enable int128 if compiler support is sound
Jason A. Donenfeld
2017-10-31
global: style nits
Jason A. Donenfeld
2017-10-31
qemu: allow for cross compilation
Jason A. Donenfeld
2017-10-31
crypto/avx: make sure we can actually use ymm registers
Jason A. Donenfeld
2017-10-31
blake2: include headers for macros
Jason A. Donenfeld
2017-10-17
blake2s: modernize API and have faster _final
Jason A. Donenfeld
2017-10-09
crypto/x86_64: satisfy stack validation 2.0
Jason A. Donenfeld
2017-10-03
global: use _WG prefix for include guards
Jason A. Donenfeld
2017-10-03
global: satisfy bitshift pedantry
Jason A. Donenfeld
2017-10-02
curve25519-neon-arm: force ARM encoding, since this is unrepresentable in Thumb
Jason A. Donenfeld
2017-09-16
compat: ensure we can build without compat.h
Jason A. Donenfeld
2017-08-02
blake2s: satisfy sparse
Jason A. Donenfeld
2017-07-20
blake2s: fix up alignment issues
Jason A. Donenfeld
2017-07-20
blake2s: move compression loop to assembly
Samuel Neves
2017-06-25
curve25519: keep certain sandy2x functions in C
Jason A. Donenfeld
2017-06-24
curve25519: satisfy sparse and use short types
Jason A. Donenfeld
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
[next]