<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src, branch libressl-v3.7.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.7.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.7.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-12-11T20:53:27+00:00</updated>
<entry>
<title>Add a small blurb on @SECLEVEL=n</title>
<updated>2022-12-11T20:53:27+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-11T20:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a9e4d227bad4b465f48f4d9c9226f9465d0a6943'/>
<id>urn:sha1:a9e4d227bad4b465f48f4d9c9226f9465d0a6943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bio chain test: compress some error printing</title>
<updated>2022-12-10T10:56:16+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-10T10:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e9c4fd2c79ce8acdda0841e902bc80348f93ad6c'/>
<id>urn:sha1:e9c4fd2c79ce8acdda0841e902bc80348f93ad6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bio chain test: deduplicate chain walking code</title>
<updated>2022-12-10T10:45:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-10T10:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4703b1315c23e240417113822217d25e296afea9'/>
<id>urn:sha1:4703b1315c23e240417113822217d25e296afea9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bio chain test: handle walking of empty chains</title>
<updated>2022-12-10T10:42:13+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-10T10:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8187f8e70490a375d8921cde3dc4b85726d337cc'/>
<id>urn:sha1:8187f8e70490a375d8921cde3dc4b85726d337cc</id>
<content type='text'>
Rework the loops walking the chains to be correct for empty chains as well.
This simplifies the checking at the cost of slightly more initialization
and will allow further refactoring in a subsequent check.
</content>
</entry>
<entry>
<title>bio chain test: add a consistency check for chain lengths</title>
<updated>2022-12-09T17:23:05+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-09T17:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=341f337e1c8eb02015127b3fa757080a5028f449'/>
<id>urn:sha1:341f337e1c8eb02015127b3fa757080a5028f449</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bn/Makefile: tidy up and simplify</title>
<updated>2022-12-09T09:56:41+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-09T09:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=25a8c6fe864509b91ae0638d284e04cb6dcea12d'/>
<id>urn:sha1:25a8c6fe864509b91ae0638d284e04cb6dcea12d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bio chain test: make two errors noisy</title>
<updated>2022-12-09T07:53:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-09T07:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b115a8e0f2d62bef5027933dc1777ba0cc739d05'/>
<id>urn:sha1:b115a8e0f2d62bef5027933dc1777ba0cc739d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bio chain test: ensure the length of empty chains is 0</title>
<updated>2022-12-09T07:47:59+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-09T07:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a8436ca44d2e02a5199f615f17b3cd2e36c11760'/>
<id>urn:sha1:a8436ca44d2e02a5199f615f17b3cd2e36c11760</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bio chain test: various minor readability tweaks</title>
<updated>2022-12-09T07:46:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-09T07:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=60969b8743e9eed4a52c8a0d704602997ea0dd6f'/>
<id>urn:sha1:60969b8743e9eed4a52c8a0d704602997ea0dd6f</id>
<content type='text'>
Align initialization in walk_backward() with walk_forward(), fix grammar
in a comment and move initialization of oldhead_len in a place consistent
with the other length initializations in that function
</content>
</entry>
<entry>
<title>bio chain test: fix inconsequential off-by-one</title>
<updated>2022-12-08T18:34:00+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2022-12-08T18:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=53b1043cdd460baf4ecf23f34b867d304498d8c2'/>
<id>urn:sha1:53b1043cdd460baf4ecf23f34b867d304498d8c2</id>
<content type='text'>
</content>
</entry>
</feed>
