wireguard-tools: bump to 1.0.20200827
authorJason A. Donenfeld <Jason@zx2c4.com>
Tue, 8 Sep 2020 16:30:01 +0000 (18:30 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Mon, 28 Sep 2020 22:20:22 +0000 (18:20 -0400)
commitcb922f4f68498c66fe8b6a61ac26bd19d2bdaa96
tree711ea4cd9662413371e0d39fde7620a7c757565e
parentf78f94a2e767ce5f3a985d81664c21eb9004e1be
wireguard-tools: bump to 1.0.20200827

* ipc: split into separate files per-platform

This is in preparation for FreeBSD support, which I had hoped to have this
release, but we're still waiting on some tooling fixes, so hopefully next
wg(8) will support that. Either way, the code base is now a lot more amenable
to adding more kernel platform support.

* man: wg-quick: use syncconf instead of addconf for strip example

Simple documentation fix.

* pubkey: isblank is a subset of isspace
* ctype: use non-locale-specific ctype.h

In addition to ensuring that isalpha() and such isn't locale-specific, we also
make these constant time, even though we're never distinguishing between bits
of a secret using them. From that perspective, though, this is markedly better
than the locale-specific table lookups in glibc, even though base64 characters
span two cache lines and valid private keys must hit both. This may be useful
for other projects too: https://git.zx2c4.com/wireguard-tools/tree/src/ctype.h

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
package/network/utils/wireguard-tools/Makefile