<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/x509, branch OPENBSD_7_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-07-23T07:46:12+00:00</updated>
<entry>
<title>regress/libcrypto/x509/bettertls: switch to eopenssl35</title>
<updated>2025-07-23T07:46:12+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-07-23T07:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=339127e5807b8c7377a338837d8ef5f0a2465548'/>
<id>urn:sha1:339127e5807b8c7377a338837d8ef5f0a2465548</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge the x509name test into x509_name_test.c</title>
<updated>2025-05-05T06:33:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-05-05T06:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2a0f3895acaf23f878605da0faa4df7e3d62bbe3'/>
<id>urn:sha1:2a0f3895acaf23f878605da0faa4df7e3d62bbe3</id>
<content type='text'>
Remove the old x509name test and its Makefile rule. Its logic has
been fully integrated into x509_name_test.c using a new table-driven
approach. Each x509 name entry is added and validated step by step,
checking both the string representation produced by X509_NAME_print_ex()
and the internal RDN set structure.

This makes the test easier to extend and maintain, and eliminates the need
for an external .expected file or output diff.

From Kenjiro Nakayama (with tiny tweaks)
</content>
</entry>
<entry>
<title>Adjust x509_name_regress to the X509_NAME_print() fix in a_strex.c r1.38</title>
<updated>2025-03-19T11:19:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-03-19T11:19:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c42edd4c666ac7c3fb91cc79e1ea50486f509a74'/>
<id>urn:sha1:c42edd4c666ac7c3fb91cc79e1ea50486f509a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regress coverage for X509_NAME_oneline and X509_NAME_print</title>
<updated>2025-03-15T06:37:49+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-03-15T06:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0a191802d8cd2eb77d4d0f4efb2c227bcccdaf75'/>
<id>urn:sha1:0a191802d8cd2eb77d4d0f4efb2c227bcccdaf75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenSSL 1.1 is dead. Make this optionally use 3.3 instead.</title>
<updated>2024-12-27T08:02:27+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-12-27T08:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=07a60b34d3827f191dcafe3f9c3803b7c3417649'/>
<id>urn:sha1:07a60b34d3827f191dcafe3f9c3803b7c3417649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unwanted trailing newlines from err/warn format strings.</title>
<updated>2024-08-23T12:56:26+00:00</updated>
<author>
<name>anton</name>
<email></email>
</author>
<published>2024-08-23T12:56:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59a63e5d5b4880e7c8d59b13e37550a4af4f1274'/>
<id>urn:sha1:59a63e5d5b4880e7c8d59b13e37550a4af4f1274</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regress coverage for X509V3_get_d2i()</title>
<updated>2024-06-17T05:04:54+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-06-17T05:04:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9eed80a22f73108382491d3ba6c90c41dd616a8a'/>
<id>urn:sha1:9eed80a22f73108382491d3ba6c90c41dd616a8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zap a stray space</title>
<updated>2024-06-16T17:57:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-06-16T17:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=acbc69761fd0876003cfcd508168f2527cee82ae'/>
<id>urn:sha1:acbc69761fd0876003cfcd508168f2527cee82ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test that invalid operations push the X509V3_R_UNSUPPORTED_OPTION error</title>
<updated>2024-05-28T15:42:09+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-05-28T15:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=88026657d2577b8d76bdf2d9217bf1196a968122'/>
<id>urn:sha1:88026657d2577b8d76bdf2d9217bf1196a968122</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regress coverage for X509V3_add1_i2d()</title>
<updated>2024-05-28T15:33:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2024-05-28T15:33:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=66d8c839721cbc66fda480fd1a4b0da9d7df5f55'/>
<id>urn:sha1:66d8c839721cbc66fda480fd1a4b0da9d7df5f55</id>
<content type='text'>
</content>
</entry>
</feed>
