<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-windows/Makefile, branch master</title>
<subtitle>WireGuard client for Windows</subtitle>
<id>https://git.zx2c4.com/wireguard-windows/atom/Makefile?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-windows/atom/Makefile?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/'/>
<updated>2026-09-22T21:05:45Z</updated>
<entry>
<title>overlay: stub out crypto/rand FIPS140 garbage</title>
<updated>2026-09-22T21:05:45Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-09-22T12:15:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=6ece77bc487c8aa697e3c092197621c4f3e5ccb8'/>
<id>urn:sha1:6ece77bc487c8aa697e3c092197621c4f3e5ccb8</id>
<content type='text'>
The Go crypto library used to be simple and nice and an example of how
to do things well. Unfortunately, the addition of FIPS140 to it has
brought disgusting enterprise patterns and gummed up the code. One place
this really comes out is in the insane infrastructure behind the RNG. It
really only should be calling the system random functions and nothing
more. But in contemporary Go, simply calling into the RNG brings along
with it in the binary:

- A bizarre voodoo magic userspace entropy collector
- A specialized SHA384 implementation for said entropy collector
- An AES implementation
- An AES-NI accelerated AES implementation
- A CTR implementation for AES
- A GCM implementation for AES
- Some CPU detection code
- An implementation of some FIPS-specified DRBG algorithm
- An HMAC implementation
- A SHA256 implementation
- An AVX2-accelerated SHA256 implementation
- A SHA3 implementation (including cSHAKE)
- An AVX2-accelerated SHA3 implementation
- A SHA512 implementation
- Some generic XOR-bytes routines
- The actual syscall wrappers for getting random numbers

Obviously this is completely insane. There's a tangled mess of
components including eachother, a disorganized patchwork of FIPS code
and BoringCrypto code and enterprisey API hooks and self checks and
auto-included initializers. It seems like a mess of a library these
days.

So, here we beat down this madness by using a Go build overlay to
replace various parts of the crypto library with stub functions. This is
pretty nasty. But at least it compiles out some of this junk.

I'm trying to fix this upstream in the meanwhile [1], and so we'll see
what comes of that.

Link: https://github.com/golang/go/issues/81639
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>build: bump to go 1.27.1</title>
<updated>2026-09-20T12:03:52Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-09-20T12:03:21Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=c0150262944268898718cd20e56fe2305f1726f2'/>
<id>urn:sha1:c0150262944268898718cd20e56fe2305f1726f2</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>build: bump wireguard-nt to 1.1</title>
<updated>2026-05-07T12:22:14Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-05-07T11:59:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=305e40248e5459a08fd025da2cf507c1bb95560a'/>
<id>urn:sha1:305e40248e5459a08fd025da2cf507c1bb95560a</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>build: bump to go 1.26.2</title>
<updated>2026-04-20T11:13:12Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-04-20T11:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=e6db64ab84e4a4d8f70f4c32d0b334d4c8ed685a'/>
<id>urn:sha1:e6db64ab84e4a4d8f70f4c32d0b334d4c8ed685a</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>locales: update translations from crowdin</title>
<updated>2026-04-20T10:56:26Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-04-20T10:56:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=7ee36ebae8052a10089865c9a002b27e514321f7'/>
<id>urn:sha1:7ee36ebae8052a10089865c9a002b27e514321f7</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>build: bump wireguard-nt to 1.0</title>
<updated>2026-04-18T12:49:05Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-04-18T12:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=5150cfefc4b10031f4acae1404d213af533cdbc0'/>
<id>urn:sha1:5150cfefc4b10031f4acae1404d213af533cdbc0</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>build: bump wireguard-nt to 0.11</title>
<updated>2026-04-10T10:13:53Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-04-10T10:13:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=5555515445e67814e884ebbc88d23b17d7ef41c5'/>
<id>urn:sha1:5555515445e67814e884ebbc88d23b17d7ef41c5</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>Makefile: allow setting deployment architecture</title>
<updated>2026-03-21T22:11:17Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-03-21T21:26:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=9c19c1ddd359ada7428fc452a9d890491d2fcec6'/>
<id>urn:sha1:9c19c1ddd359ada7428fc452a9d890491d2fcec6</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>global: raise min windows version to 10</title>
<updated>2026-03-21T11:23:55Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-03-18T23:18:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=ad0df6df37b4ecb7957cddd2ba01e1efcc39d538'/>
<id>urn:sha1:ad0df6df37b4ecb7957cddd2ba01e1efcc39d538</id>
<content type='text'>
Since we're also bumping the PE subsystem header to 10.0, this means we
need a _load_config with the proper flags. So there's some work to be
done here.

This also means bumping LLVM and Go builds. In the case of Go, the patch
is still pending: https://go-review.googlesource.com/c/go/+/756680 , so
it's a custom build.

Remove lots of compatibility code and hacks. Also update the installer
to display a useful message.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>build: update go deps</title>
<updated>2026-03-18T16:47:13Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-03-18T16:47:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=20bb8440816ef13299040e1e73e23d0cb55a9fb7'/>
<id>urn:sha1:20bb8440816ef13299040e1e73e23d0cb55a9fb7</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
</feed>
