<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/sbin, branch jd/queueboosts</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/sbin?h=jd%2Fqueueboosts</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/sbin?h=jd%2Fqueueboosts'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2020-06-22T02:08:43Z</updated>
<entry>
<title>use (undocumented) base64 code in libc instead of libcrypto.</title>
<updated>2020-06-22T02:08:43Z</updated>
<author>
<name>dlg</name>
<email>dlg@openbsd.org</email>
</author>
<published>2020-06-22T02:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=13c6a8d85f31156ee7f02218a687a330a44e87eb'/>
<id>urn:sha1:13c6a8d85f31156ee7f02218a687a330a44e87eb</id>
<content type='text'>
naddy gave me a pointer in the right direction
ok millert@ deraadt@
looks good to matt dunwoodie
</content>
</entry>
<entry>
<title>various minor tweaks;</title>
<updated>2020-06-21T15:24:32Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2020-06-21T15:24:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f631c90b8a7953334b731b474b84458dc12db5d4'/>
<id>urn:sha1:f631c90b8a7953334b731b474b84458dc12db5d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wgpip -&gt; wgendpoint. ok dlg@</title>
<updated>2020-06-21T13:41:05Z</updated>
<author>
<name>matthieu</name>
<email>matthieu@openbsd.org</email>
</author>
<published>2020-06-21T13:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=ece5a8ca30e260a05a9d988ecd9b2f771a268e6c'/>
<id>urn:sha1:ece5a8ca30e260a05a9d988ecd9b2f771a268e6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>teach ifconfig about wireguard.</title>
<updated>2020-06-21T12:20:06Z</updated>
<author>
<name>dlg</name>
<email>dlg@openbsd.org</email>
</author>
<published>2020-06-21T12:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f5cd887ee666ce570e00146d4aac8427e08c409d'/>
<id>urn:sha1:f5cd887ee666ce570e00146d4aac8427e08c409d</id>
<content type='text'>
note that this links ifconfig with libcrypto to get at base64
encoding and decoding routines. im looking at an alternative way
to do that, so hopefully this is temporary.

secondly, note that all the wireguard stuff is under ifndef SMALL,
so the special build of ifconfig for install media does include
wireguard support, and also does not need libcrypto.

from Matt Dunwoodie and Jason A. Donenfeld

ok deraadt@
</content>
</entry>
<entry>
<title>With filesystem having many cylinder groups and many inodes per cg the</title>
<updated>2020-06-20T07:49:04Z</updated>
<author>
<name>otto</name>
<email>otto@openbsd.org</email>
</author>
<published>2020-06-20T07:49:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=abbb35584eeb1f783012251d6de83bc7a1260d24'/>
<id>urn:sha1:abbb35584eeb1f783012251d6de83bc7a1260d24</id>
<content type='text'>
ncg * ipg calcualtion can overflow if signed types are used.  Move
to uint32_t for the relevant values. Aligned with FreeBSD changes.
Also make sure newfs refuses to create an fs with more that 2^32-1
inodes.  ok millert@
</content>
</entry>
<entry>
<title>Fix handling of short EAP-MSCHAP messages.</title>
<updated>2020-06-18T19:55:03Z</updated>
<author>
<name>tobhe</name>
<email>tobhe@openbsd.org</email>
</author>
<published>2020-06-18T19:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=185e6e5cbce5452a99de362c9ec5b58c95bb86d2'/>
<id>urn:sha1:185e6e5cbce5452a99de362c9ec5b58c95bb86d2</id>
<content type='text'>
ok patrick@
</content>
</entry>
<entry>
<title>Fix length check in ca_getreq().</title>
<updated>2020-06-17T19:41:04Z</updated>
<author>
<name>tobhe</name>
<email>tobhe@openbsd.org</email>
</author>
<published>2020-06-17T19:41:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=dc16ec330be59bc43d033b4e701c6d50d36e0510'/>
<id>urn:sha1:dc16ec330be59bc43d033b4e701c6d50d36e0510</id>
<content type='text'>
ok patrick@
</content>
</entry>
<entry>
<title>Log errors with log_info and SPI prepended.</title>
<updated>2020-06-15T18:37:37Z</updated>
<author>
<name>tobhe</name>
<email>tobhe@openbsd.org</email>
</author>
<published>2020-06-15T18:37:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=e47d40c970ac6c20fa6ba7b17c3cff97d9ffe179'/>
<id>urn:sha1:e47d40c970ac6c20fa6ba7b17c3cff97d9ffe179</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move AUTH_REQUEST SA state change from parser to IKE_AUTH exchange handler.</title>
<updated>2020-06-09T21:53:26Z</updated>
<author>
<name>tobhe</name>
<email>tobhe@openbsd.org</email>
</author>
<published>2020-06-09T21:53:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=015b53db235c7fe9bbcb2c22df04dc3a8d503f7f'/>
<id>urn:sha1:015b53db235c7fe9bbcb2c22df04dc3a8d503f7f</id>
<content type='text'>
ok patrick@
</content>
</entry>
<entry>
<title>Add default proposals for AES-GCM ciphers in IKE and ESP.</title>
<updated>2020-06-05T14:47:26Z</updated>
<author>
<name>tobhe</name>
<email>tobhe@openbsd.org</email>
</author>
<published>2020-06-05T14:47:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=89f5c52562156e99041ddebdcee64c92dba70633'/>
<id>urn:sha1:89f5c52562156e99041ddebdcee64c92dba70633</id>
<content type='text'>
ok patrick@
</content>
</entry>
</feed>
