<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto, branch tb_20230422</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=tb_20230422</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=tb_20230422'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-04-23T13:43:47+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'tb_20230422'.</title>
<updated>2023-04-23T13:43:47+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2023-04-23T13:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e2496982472bdf233be95c5ea72d1c4dc6c91db3'/>
<id>urn:sha1:e2496982472bdf233be95c5ea72d1c4dc6c91db3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import C2SP/CCTV test</title>
<updated>2023-04-23T13:43:46+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-23T13:43:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=097d0cf840b9007212bcd2516ed5e18939e6da3d'/>
<id>urn:sha1:097d0cf840b9007212bcd2516ed5e18939e6da3d</id>
<content type='text'>
This currently only covers Ed25519 using the c2sp-testvectors package
and checks that our Ed25519 implementation behaves as expected from a
"ref10" implementation.

This test has Go and c2sp-testvectors as a hard dependency. It will
optionally pick up any OpenSSL package installed on the system and
test that as well.

https://github.com/C2SP/CCTV
https://github.com/C2SP/CCTV/tree/main/ed25519
</content>
</entry>
<entry>
<title>Provide initial regress for BN_{asc,dec,hex}2bn()/BN_bn2{dec,hex}()</title>
<updated>2023-04-22T14:03:03+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2023-04-22T14:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=38628b8b7ea8c26653d832fbfd401a1b107816a0'/>
<id>urn:sha1:38628b8b7ea8c26653d832fbfd401a1b107816a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bit</title>
<updated>2023-04-20T07:39:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-20T07:39:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d6b160ce6ee43dfa5c92cb3241d07398aa721b0f'/>
<id>urn:sha1:d6b160ce6ee43dfa5c92cb3241d07398aa721b0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ectest: Remove #if 1</title>
<updated>2023-04-18T15:28:17+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-18T15:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=41758b9dafcd8fa5159b339824c184f36a2593ea'/>
<id>urn:sha1:41758b9dafcd8fa5159b339824c184f36a2593ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unifdef OPENSSL_NO_EC_NISTP_64_GCC_128</title>
<updated>2023-04-18T15:20:34+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-18T15:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9a6247d4aa689a82c59fb459a1e55f0e2552e1d8'/>
<id>urn:sha1:9a6247d4aa689a82c59fb459a1e55f0e2552e1d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ectest: drop a broken #if 0 /* optional */ piece of code</title>
<updated>2023-04-18T08:17:49+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-18T08:17:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=87b9736b2a0fa7d88c9287a2aa1bcc757372e73c'/>
<id>urn:sha1:87b9736b2a0fa7d88c9287a2aa1bcc757372e73c</id>
<content type='text'>
This places a point at infinity and then fails. Fix some wacky indentation
in the vicinity.
</content>
</entry>
<entry>
<title>ec_point_conversion: drop test for sect571k1</title>
<updated>2023-04-18T08:05:18+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-18T08:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=42fa556f70e00f4b863280d529915d25ce4dad17'/>
<id>urn:sha1:42fa556f70e00f4b863280d529915d25ce4dad17</id>
<content type='text'>
Maybe it should be replaced by another test, although P-256 seems enough.
</content>
</entry>
<entry>
<title>ectest: drop some gross unused macros</title>
<updated>2023-04-18T07:56:58+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-18T07:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=64650a07605ca83fb14c68f3d709fccee8764f9b'/>
<id>urn:sha1:64650a07605ca83fb14c68f3d709fccee8764f9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ectest: unifdef OPENSSL_NO_EC2M</title>
<updated>2023-04-18T07:54:42+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-18T07:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ae2b2d039d337249103041f01c4a2dcf5c158f13'/>
<id>urn:sha1:ae2b2d039d337249103041f01c4a2dcf5c158f13</id>
<content type='text'>
</content>
</entry>
</feed>
