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
/
selftest
Age
Commit message (
Expand
)
Author
2020-05-19
noise: separate receive counter from send counter
Jason A. Donenfeld
2020-05-05
selftests: initalize ipv6 members to NULL to squelch clang warning
Jason A. Donenfeld
2019-11-26
allowedips: avoid double lock in selftest error case
Jason A. Donenfeld
2019-02-26
allowedips: maintain per-peer list of allowedips
Jason A. Donenfeld
2019-01-23
ratelimiter: build tests with !IPV6
Jason A. Donenfeld
2019-01-07
global: update copyright
Jason A. Donenfeld
2018-10-27
allowedips: fix sparse warnings in optional selftests
Jason A. Donenfeld
2018-10-09
global: give if statements brackets and other cleanups
Jason A. Donenfeld
2018-10-08
allowedips: remove control statement from macro by rewriting
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-08
global: prefix functions used in callbacks with wg_
Jason A. Donenfeld
2018-10-07
global: style nits
Jason A. Donenfeld
2018-10-07
allowedips: document additional nobs
Jason A. Donenfeld
2018-10-06
global: rename include'd C files to be .c
Jason A. Donenfeld
2018-10-06
allowedips: remove ifdefs in favor of IS_ENABLED
Jason A. Donenfeld
2018-10-02
ratelimiter: prefer IS_ENABLED
Jason A. Donenfeld
2018-10-02
global: prefix all functions with wg_
Jason A. Donenfeld
2018-09-23
allowedips: work around kasan stack frame bug in selftest
Jason A. Donenfeld
2018-09-20
global: put SPDX identifier on its own line
Jason A. Donenfeld
2018-09-20
ratelimiter: disable selftest with KASAN
Jason A. Donenfeld
2018-09-20
allowedips: change from BUG_ON to WARN_ON
Jason A. Donenfeld
2018-09-04
global: always find OOM unlikely
Jason A. Donenfeld
2018-09-04
global: prefer sizeof(*pointer) when possible
Jason A. Donenfeld
2018-09-03
crypto: import zinc
Jason A. Donenfeld
2018-08-28
crypto: use unaligned helpers
Jason A. Donenfeld
2018-08-28
global: run through clang-format
Jason A. Donenfeld
2018-08-06
chacha20poly1305: selftest: use arrays for test vectors
Jason A. Donenfeld
2018-08-06
crypto: move simd context to specific type
Jason A. Donenfeld
2018-07-31
chacha20poly1305: selftest: split up test vector constants
Jason A. Donenfeld
2018-07-31
main: add missing chacha20poly1305 header
Jason A. Donenfeld
2018-07-06
selftest: ratelimiter: improve chance of success via retry
Jason A. Donenfeld
2018-06-19
ratelimiter: mitigate reference underflow
Jason A. Donenfeld
2018-06-17
simd: encapsulate fpu amortization into nice functions
Jason A. Donenfeld
2018-05-31
chacha20poly1305: test for authtag failure
Jason A. Donenfeld
2018-05-31
chacha20poly1305: test scattergather functions too
Jason A. Donenfeld
2018-05-31
chacha20poly1305: combine stack variables into union
Jason A. Donenfeld
2018-05-31
chacha20poly1305: split up into separate files
Jason A. Donenfeld
2018-05-14
allowedips: Fix graphviz output after endianness patch
Jonathan Neuschäfer
2018-05-10
allowedips: add selftest for allowedips_walk_by_peer
Jason A. Donenfeld
2018-04-05
chacha20poly1305: put magic constant behind macro
Jason A. Donenfeld
2018-04-05
chacha20poly1305: add self tests from wycheproof
Jason A. Donenfeld
2018-04-04
curve25519: add self tests from wycheproof
Jason A. Donenfeld
2018-02-08
poly1305: fix up selftest counter
Jason A. Donenfeld
2018-02-01
curve25519: break more things with more test cases
Jason A. Donenfeld
2018-02-01
curve25519: verify that specialized basepoint implementations are correct
Jason A. Donenfeld
2018-01-19
poly1305: add poly-specific self-tests
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-11-22
chacha20poly1305: add more test vectors, some of which are weird
Jason A. Donenfeld
[next]