diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-04 12:33:46 -0600 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-18 11:28:14 +0100 |
commit | 686f70729321e8c8a9497d7c17a4f52565455d8f (patch) | |
tree | d3ba49af02795ac1affe3aa2d6ddf06db3c5d746 /include/site | |
parent | b920285883c72ce388bc57f9b1fdcc78b18d99bd (diff) | |
download | upstream-686f70729321e8c8a9497d7c17a4f52565455d8f.tar.gz upstream-686f70729321e8c8a9497d7c17a4f52565455d8f.tar.bz2 upstream-686f70729321e8c8a9497d7c17a4f52565455d8f.zip |
wireguard: bump to 0.0.20180904
* Kconfig: use new-style help marker
* global: run through clang-format
* uapi: reformat
* global: satisfy check_patch.pl errors
* global: prefer sizeof(*pointer) when possible
* global: always find OOM unlikely
Tons of style cleanups.
* crypto: use unaligned helpers
We now avoid unaligned accesses for generic users of the crypto API.
* crypto: import zinc
More style cleanups and a rearrangement of the crypto routines to fit how this
is going to work upstream. This required some fairly big changes to our build
system, so there may be some build errors we'll have to address in subsequent
snapshots.
* compat: rng_is_initialized made it into 4.19
We therefore don't need it in the compat layer anymore.
* curve25519-hacl64: use formally verified C for comparisons
The previous code had been proved in Z3, but this new code from upstream
KreMLin is directly generated from the F*, which is preferable. The
assembly generated is identical.
* curve25519-x86_64: let the compiler decide when/how to load constants
Small performance boost.
* curve25519-arm: reformat
* curve25519-arm: cleanups from lkml
* curve25519-arm: add spaces after commas
* curve25519-arm: use ordinary prolog and epilogue
* curve25519-arm: do not waste 32 bytes of stack
* curve25519-arm: prefix immediates with #
This incorporates ASM nits from upstream review.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
(backported from 4ccbe7de6cb20766fd309bc3824c7591e33b0b96)
Diffstat (limited to 'include/site')
0 files changed, 0 insertions, 0 deletions