<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/usr.bin/openssl/x509/Makefile, branch master</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2021-08-30T17:50:05+00:00</updated>
<entry>
<title>Remove tests that are now covered by regress/lib/libssl/verify</title>
<updated>2021-08-30T17:50:05+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-08-30T17:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6773bdc789953cda24f6a3eb5b970041ae902890'/>
<id>urn:sha1:6773bdc789953cda24f6a3eb5b970041ae902890</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Admit that we return error 20 in the failure case here. Changing</title>
<updated>2021-08-30T09:06:04+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2021-08-30T09:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=71f396acd1d4a784510f9b3b50e5c0fe055230c9'/>
<id>urn:sha1:71f396acd1d4a784510f9b3b50e5c0fe055230c9</id>
<content type='text'>
our verifier to return 21 results in other regress failures in
ruby and perl.
</content>
</entry>
<entry>
<title>Fix Jan's regress in openssl/x509 to do what it says it does,</title>
<updated>2021-08-30T06:51:36+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2021-08-30T06:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4e50a8d4146b751db152850becadcd0a15593980'/>
<id>urn:sha1:4e50a8d4146b751db152850becadcd0a15593980</id>
<content type='text'>
then fix the only thing it still has complaints about which
is that we don't return the leaf version of the error code
when we can't verify the leaf (as opposed to the rest of the chain)

ok jan@ tb@
</content>
</entry>
<entry>
<title>Pass the -quiet option to openssl s_server to make it ignore EOF.</title>
<updated>2021-08-29T15:52:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-08-29T15:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=20d8e3c789694ae0bef3350820e0fb7482d77b72'/>
<id>urn:sha1:20d8e3c789694ae0bef3350820e0fb7482d77b72</id>
<content type='text'>
This makes some tests run from the Makefile behave as they should.
</content>
</entry>
<entry>
<title>Add back the echo Q thing.</title>
<updated>2021-08-29T13:17:42+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-08-29T13:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fc155c7df90f03e25aee303d8dc988cb89f31d5c'/>
<id>urn:sha1:fc155c7df90f03e25aee303d8dc988cb89f31d5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use s_server -naccept 1 and remove echo "Q" | openssl s_client hack.</title>
<updated>2021-08-29T12:40:37+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-08-29T12:40:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d86de26e009b6f65975332aa83be2c3c9b497ea3'/>
<id>urn:sha1:d86de26e009b6f65975332aa83be2c3c9b497ea3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test-verify-unusual-wildcard-cert is no longer expected to fail with</title>
<updated>2021-04-27T05:14:25+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-04-27T05:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e8c4f5423ab3f33628d149d1121c8ab56398728e'/>
<id>urn:sha1:e8c4f5423ab3f33628d149d1121c8ab56398728e</id>
<content type='text'>
lib/libcrypto/x509/x509_constraints.c r1.16
</content>
</entry>
<entry>
<title>Check for the existence of p5-IO-Socket-SSL by checking for its SSL.pm</title>
<updated>2021-03-11T11:57:33+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-03-11T11:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb42ffe98cc82547aa05f938459fa0a52b2c5894'/>
<id>urn:sha1:cb42ffe98cc82547aa05f938459fa0a52b2c5894</id>
<content type='text'>
instead of running pkg_add which may block due to its locking mechanism.

Precise file to check for suggested by sthen
ok kn deraadt on previous version
</content>
</entry>
<entry>
<title>mark test-inlabel-wildcard-cert-no-CA-client as an expected failure</title>
<updated>2021-02-18T00:34:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-02-18T00:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ab6130575a86e623e700376a46203a50e7cba36a'/>
<id>urn:sha1:ab6130575a86e623e700376a46203a50e7cba36a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add x509 certificate validation regression tests</title>
<updated>2021-02-16T21:39:17+00:00</updated>
<author>
<name>jan</name>
<email></email>
</author>
<published>2021-02-16T21:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=abdd24dc634d60af002b7ec3a589a40ba1e5dc33'/>
<id>urn:sha1:abdd24dc634d60af002b7ec3a589a40ba1e5dc33</id>
<content type='text'>
The validation tests are originaly createtd by Steffen Ullrich.

OK tb@
No objection jsing@
</content>
</entry>
</feed>
