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
/
curve25519.c
Age
Commit message (
Expand
)
Author
2018-03-09
curve25519: use precomp implementation instead of sandy2x
Jason A. Donenfeld
2018-02-01
curve25519: replace fiat64 with faster hacl64
Jason A. Donenfeld
2018-02-01
curve25519: replace hacl64 with fiat64
Jason A. Donenfeld
2018-01-18
curve25519: wire up new impls and remove donna
Jason A. Donenfeld
2018-01-18
curve25519: modularize implementation
Jason A. Donenfeld
2018-01-03
global: year bump
Jason A. Donenfeld
2017-12-13
crypto: compile on UML
Jason A. Donenfeld
2017-12-09
global: add SPDX tags to all files
Greg Kroah-Hartman
2017-11-28
curve25519: explictly depend on AS_AVX
Jason A. Donenfeld
2017-11-28
curve25519: modularize dispatch
Jason A. Donenfeld
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-14
curve25519-neon: compile in thumb mode
Jason A. Donenfeld
2017-11-11
curve25519: reject deriving from NULL private keys
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-09-16
compat: ensure we can build without compat.h
Jason A. Donenfeld
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-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-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-01-15
curve25519: do everything on the stack
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-10
curve25519: use kmalloc in order to not overflow stack
Jason A. Donenfeld
2016-11-05
c89: the static keyword is okay in c99, but not in c89
Jason A. Donenfeld
2016-09-29
Rework headers and includes
Jason A. Donenfeld
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-25
tests: make fatal
Jason A. Donenfeld
2016-06-25
Initial commit
Jason A. Donenfeld