<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/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>2025-05-05T06:33:35+00:00</updated>
<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>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>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>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>
<entry>
<title>Sort alphabetically</title>
<updated>2023-04-30T05:02:59+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-30T05:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2de2440ae4282da8d7e0d7c01adebb7957159387'/>
<id>urn:sha1:2de2440ae4282da8d7e0d7c01adebb7957159387</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary target</title>
<updated>2023-04-30T04:59:20+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-30T04:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5d1d05a6865dd63336c915f2a850043e09ec06ec'/>
<id>urn:sha1:5d1d05a6865dd63336c915f2a850043e09ec06ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hook up the the x509 policy regression tests to x509 regress.</title>
<updated>2023-04-28T09:11:35+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2023-04-28T09:11:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=311b69e37054669532bd47ce4326b151995b8926'/>
<id>urn:sha1:311b69e37054669532bd47ce4326b151995b8926</id>
<content type='text'>
These were adapted from BoringSSL's regress tests for x509
policy. They are currently marked as expected to fail as
we have not enabled LIBRESSL_HAS_POLICY_DAG by default yet, and
the old tree based policy code from OpenSSL is special.

These tests pass when we build with LIBRESSL_HAS_POLICY_DAG.
</content>
</entry>
<entry>
<title>Rename dercache regress test to x509_asn1</title>
<updated>2023-04-26T08:58:03+00:00</updated>
<author>
<name>job</name>
<email></email>
</author>
<published>2023-04-26T08:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ea69639938b76cd942f7da67da02c3a93833fd27'/>
<id>urn:sha1:ea69639938b76cd942f7da67da02c3a93833fd27</id>
<content type='text'>
Requested by jsing@
</content>
</entry>
<entry>
<title>Add regress test for invalidation of DER cache in select X509 setter functions</title>
<updated>2023-04-25T21:51:44+00:00</updated>
<author>
<name>job</name>
<email></email>
</author>
<published>2023-04-25T21:51:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3e3565b7ef7e68a66982cda0b67afe0c7d78b7a'/>
<id>urn:sha1:c3e3565b7ef7e68a66982cda0b67afe0c7d78b7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up the x509 regress make file a little</title>
<updated>2023-03-02T21:15:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-03-02T21:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=042420ddb7e152c5527ba8e0ed10951ab196ee41'/>
<id>urn:sha1:042420ddb7e152c5527ba8e0ed10951ab196ee41</id>
<content type='text'>
</content>
</entry>
</feed>
