<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-windows/docs, branch master</title>
<subtitle>WireGuard client for Windows</subtitle>
<id>https://git.zx2c4.com/wireguard-windows/atom/docs?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-windows/atom/docs?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/'/>
<updated>2026-04-10T01:00:07Z</updated>
<entry>
<title>docs: update signing key</title>
<updated>2026-04-10T01:00:07Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-03-30T21:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=d5bedb4f8c33704eb1c6f52fb886e6ea39c554dc'/>
<id>urn:sha1:d5bedb4f8c33704eb1c6f52fb886e6ea39c554dc</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>updater: do not verify EV status</title>
<updated>2026-03-23T13:48:11Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-03-23T13:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=108c5e4b9ed3b8e4c37832df8e23537f5995512a'/>
<id>urn:sha1:108c5e4b9ed3b8e4c37832df8e23537f5995512a</id>
<content type='text'>
We'll keep signing with EV. But this is not a security check. Anybody
can add an EV signature. It's not very expensive to do. And we've never
checked that it's actually _our_ signature. For that, there's the normal
ed25519-based mechanism, which is a lot nicer and faster.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>build: make code signing method configurable</title>
<updated>2024-10-17T12:27:00Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2024-10-17T12:27:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=b279eab97a46bf8382b956b087b6922f88f95f20'/>
<id>urn:sha1:b279eab97a46bf8382b956b087b6922f88f95f20</id>
<content type='text'>
Existing code signing was hard-coded to use a locally installed
certificate (hardware security dongles included). However, signtool.exe
is extensible to allow any kind of digest signing plugin with /dlib and
/dmdf switches. This is used for cloud-based code signing (e.g.
Microsoft Trusted Signing).

Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>docs: new code signing certificate</title>
<updated>2021-12-22T00:10:00Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-12-22T00:10:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=fa952668dc09439f8e3f9fd5a89b3ab81064c6b3'/>
<id>urn:sha1:fa952668dc09439f8e3f9fd5a89b3ab81064c6b3</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>docs: remove outdated single tunnel mention</title>
<updated>2021-10-26T08:53:05Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-10-26T08:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=7b428dd8620c6b67cbd7ce72d5723d943a32ba97'/>
<id>urn:sha1:7b428dd8620c6b67cbd7ce72d5723d943a32ba97</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>ringlogger: allow tailing to stdout</title>
<updated>2021-10-26T08:53:05Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-10-22T18:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=56aac44e7c549762e3266df6dedd16107e89db48'/>
<id>urn:sha1:56aac44e7c549762e3266df6dedd16107e89db48</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>docs: fix typo in netquirk</title>
<updated>2021-10-21T07:51:40Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-10-21T06:14:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=e0a59b207f17fc4deb03ece1da8b7e8aa1000f8a'/>
<id>urn:sha1:e0a59b207f17fc4deb03ece1da8b7e8aa1000f8a</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>global: remove wireguard-go/Wintun implementation</title>
<updated>2021-10-17T04:55:24Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-09-11T21:24:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=548405e21b87d982a2d2094ce565bac5ac3c308a'/>
<id>urn:sha1:548405e21b87d982a2d2094ce565bac5ac3c308a</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>driver: use new API</title>
<updated>2021-10-06T05:56:27Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-10-06T05:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=b9e3a703e8ab176dac0e22a74354e9627277c302'/>
<id>urn:sha1:b9e3a703e8ab176dac0e22a74354e9627277c302</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>docs: add example for task scheduler</title>
<updated>2021-09-29T23:21:33Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-09-29T23:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=c0f99911a2ce041a1489dfdd500e339aa80811cf'/>
<id>urn:sha1:c0f99911a2ce041a1489dfdd500e339aa80811cf</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
</feed>
