<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/lib/libcrypto/util, branch jd/simplify-queueing</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/lib/libcrypto/util?h=jd%2Fsimplify-queueing</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/lib/libcrypto/util?h=jd%2Fsimplify-queueing'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2014-04-17T19:22:31Z</updated>
<entry>
<title>Remove utils that we don't use</title>
<updated>2014-04-17T19:22:31Z</updated>
<author>
<name>afresh1</name>
<email>afresh1@openbsd.org</email>
</author>
<published>2014-04-17T19:22:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=0ac09b217264fc0673377377a82572e9a9eb92fe'/>
<id>urn:sha1:0ac09b217264fc0673377377a82572e9a9eb92fe</id>
<content type='text'>
opensslwrap.sh and shlib_wrap.sh are used by tests that are getting replaced,
x86asm.sh is obsoleted by our Makefile machinery

ok miod
</content>
</entry>
<entry>
<title>Remove unused ssl utils</title>
<updated>2014-04-17T19:20:52Z</updated>
<author>
<name>afresh1</name>
<email>afresh1@openbsd.org</email>
</author>
<published>2014-04-17T19:20:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=d1858455faeb6a7b9bc36c5e46135fc9e8945cb6'/>
<id>urn:sha1:d1858455faeb6a7b9bc36c5e46135fc9e8945cb6</id>
<content type='text'>
This code is the reason perl has a name as a write only language.

ok deraadt miod
</content>
</entry>
<entry>
<title>    $infile="/home/eay/ssl/SSLeay/MINFO";</title>
<updated>2014-04-15T21:34:05Z</updated>
<author>
<name>tedu</name>
<email>tedu@openbsd.org</email>
</author>
<published>2014-04-15T21:34:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9a002c68c929ae446a7a57ef5598e50bd93ab700'/>
<id>urn:sha1:9a002c68c929ae446a7a57ef5598e50bd93ab700</id>
<content type='text'>
I wonder when these scripts were last used...
</content>
</entry>
<entry>
<title>The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow for</title>
<updated>2014-04-15T20:19:55Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2014-04-15T20:19:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9e49a79cdf0261b894c882d1fa44654d5d4b5f3f'/>
<id>urn:sha1:9e49a79cdf0261b894c882d1fa44654d5d4b5f3f</id>
<content type='text'>
obsolete (and mostly internal) routines to be compiled out.

We don't expect any reasonable software to stick to these interfaces, so better
clean up the view and unifdef -DNO_ASN1_OLD.

The astute reader will notice the existence of NO_OLD_ASN1 which serves a
similar purpose, but is more entangled. Its time will come, soon.
</content>
</entry>
<entry>
<title>Remove the GOST engine: It is not compiled or used and depends on the</title>
<updated>2014-04-15T18:02:05Z</updated>
<author>
<name>reyk</name>
<email>reyk@openbsd.org</email>
</author>
<published>2014-04-15T18:02:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=d97b0cd353daffa7b3d02944955badafa0b5b581'/>
<id>urn:sha1:d97b0cd353daffa7b3d02944955badafa0b5b581</id>
<content type='text'>
"dynamic engine" feature that is not enabled in our build.  People who
need it can still pull it out of the Attic; if it is to have a Russian
engine just because it's a Russian engine.

OK deraadt@ beck@
</content>
</entry>
<entry>
<title>used for windows dll builds only</title>
<updated>2014-04-14T18:31:08Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2014-04-14T18:31:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=61310a67c6a67f0509c01d8f5eeb46e6766f0ed0'/>
<id>urn:sha1:61310a67c6a67f0509c01d8f5eeb46e6766f0ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the Broadcom ubsec engine:</title>
<updated>2014-04-13T17:48:39Z</updated>
<author>
<name>reyk</name>
<email>reyk@openbsd.org</email>
</author>
<published>2014-04-13T17:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=cb5e71711d93baab36598af3158b8b05fc56d611'/>
<id>urn:sha1:cb5e71711d93baab36598af3158b8b05fc56d611</id>
<content type='text'>
The vendor_defns/hw_ubsec.h file has a copyright that does not grant rights!

Vendor files should either include a compatible license in the
copyright statement or use OpenSSL's defaults, but adding a copyright
statement without any terms is not acceptable.  It should not have
been included in the first place.

(The ubsec(4) kernel driver is not affected by this change)

ok deraadt@
</content>
</entry>
<entry>
<title>Remove the IBM 4758 engine: we don't have this hardware and it is an</title>
<updated>2014-04-13T17:29:41Z</updated>
<author>
<name>reyk</name>
<email>reyk@openbsd.org</email>
</author>
<published>2014-04-13T17:29:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=8ae928af9b6217ab4a752cb74cfa576a6e9060dc'/>
<id>urn:sha1:8ae928af9b6217ab4a752cb74cfa576a6e9060dc</id>
<content type='text'>
old PCI accelerator that was EOL'ed in 2005.

ok deraadt@
</content>
</entry>
<entry>
<title>Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.</title>
<updated>2014-04-13T15:25:20Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2014-04-13T15:25:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=97222edd40cad3a6e51530425068b83c51d308b1'/>
<id>urn:sha1:97222edd40cad3a6e51530425068b83c51d308b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import OpenSSL 1.0.1g</title>
<updated>2014-04-13T15:16:32Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2014-04-13T15:16:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9eac5592c81620ead272fa71be9a79e0e24176fe'/>
<id>urn:sha1:9eac5592c81620ead272fa71be9a79e0e24176fe</id>
<content type='text'>
</content>
</entry>
</feed>
