<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib, branch libressl-v3.3.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.3.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.3.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-12-06T18:46:07+00:00</updated>
<entry>
<title>Enable t_mmap-1 test.  It is skipped on NetBSD, but works for us.</title>
<updated>2020-12-06T18:46:07+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-12-06T18:46:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=44baf3722b2a45a27cba7695d8a2f00a965c973e'/>
<id>urn:sha1:44baf3722b2a45a27cba7695d8a2f00a965c973e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend the methods test to cover dtls methods as well</title>
<updated>2020-12-01T08:05:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-12-01T08:05:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc8d6bebaa644793e32cf2685b91ea0ee9e2fb8e'/>
<id>urn:sha1:cc8d6bebaa644793e32cf2685b91ea0ee9e2fb8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable ssl_methods unit test.</title>
<updated>2020-12-01T07:49:03+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-12-01T07:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d71547747eecf63b234136f4e4f7869a7ee3a570'/>
<id>urn:sha1:d71547747eecf63b234136f4e4f7869a7ee3a570</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an ssl_methods() unit test that currently only covers the</title>
<updated>2020-12-01T07:48:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-12-01T07:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4850bbd0ed9b1a6b64356dde6064041385143b51'/>
<id>urn:sha1:4850bbd0ed9b1a6b64356dde6064041385143b51</id>
<content type='text'>
behavior of SSL_is_server(). This would have caught the regression
introduced in the method unification.
</content>
</entry>
<entry>
<title>$OpenBSD$</title>
<updated>2020-11-19T09:35:50+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-11-19T09:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=16e933a00511444480ad7d42198f9a002055edea'/>
<id>urn:sha1:16e933a00511444480ad7d42198f9a002055edea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't leak verify and store contexts.</title>
<updated>2020-11-18T06:56:07+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2020-11-18T06:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=87eb79e4866bd8df5384279f38727e40de157d37'/>
<id>urn:sha1:87eb79e4866bd8df5384279f38727e40de157d37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run the atf cleanup block after each test.  This makes more tests</title>
<updated>2020-11-11T13:55:54+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-11-11T13:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=97f984d9550ee91bfaaf3d97630105fce371d585'/>
<id>urn:sha1:97f984d9550ee91bfaaf3d97630105fce371d585</id>
<content type='text'>
pass when run as non root.
</content>
</entry>
<entry>
<title>Declare prototype of __syscall locally.  Fixes t_syscall test.</title>
<updated>2020-11-10T14:43:14+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-11-10T14:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fbf8c8d037f16ebaeded455f43931516059891a7'/>
<id>urn:sha1:fbf8c8d037f16ebaeded455f43931516059891a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync libc syscall tests with changes in upstream NetBSD.  Use #ifdef</title>
<updated>2020-11-09T23:18:51+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-11-09T23:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=efb3edc776d465c1a27699caefa8c66145e49235'/>
<id>urn:sha1:efb3edc776d465c1a27699caefa8c66145e49235</id>
<content type='text'>
to document differences to NetBSD behaviour, this helps to track
upstream.  Mark currently failing test as expected failures.  So
test programs get compiled and executed, but it shows that further
investigation is necceassry.
</content>
</entry>
<entry>
<title>Skip test if web server cannot be pinged.</title>
<updated>2020-11-05T20:48:05+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2020-11-05T20:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=177c8bed97592db2860f16c04429788b29993027'/>
<id>urn:sha1:177c8bed97592db2860f16c04429788b29993027</id>
<content type='text'>
</content>
</entry>
</feed>
