<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/ec/ectest.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-07-23T07:40:07+00:00</updated>
<entry>
<title>ectest: fix includes</title>
<updated>2025-07-23T07:40:07+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-07-23T07:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=78681b5015172caf05505fe1526616c4b18d909c'/>
<id>urn:sha1:78681b5015172caf05505fe1526616c4b18d909c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove pointless call to EC_GROUP_precompute_mul()</title>
<updated>2025-01-24T11:49:13+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-24T11:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b6ef5ce8e459627efe3f07bc95bcfa8c48704fba'/>
<id>urn:sha1:b6ef5ce8e459627efe3f07bc95bcfa8c48704fba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ectest: zap stray whitespace</title>
<updated>2025-01-22T15:38:25+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-22T15:38:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=af147c629624a5d98195bd0e9eb33bd6961da774'/>
<id>urn:sha1:af147c629624a5d98195bd0e9eb33bd6961da774</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ectest: fix misleading indentation</title>
<updated>2025-01-22T15:23:25+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-22T15:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=be81889e4c24184c1ddbc2f94925debbb9be1c0e'/>
<id>urn:sha1:be81889e4c24184c1ddbc2f94925debbb9be1c0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ectest: remove unused defines</title>
<updated>2025-01-22T15:20:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-22T15:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cf4932e0a27405a30b4378196ccfcbdcaab01d0b'/>
<id>urn:sha1:cf4932e0a27405a30b4378196ccfcbdcaab01d0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ectest: even more lipstick</title>
<updated>2025-01-22T15:20:06+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-22T15:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2090c41952ff07c8a6603118d2e0e30fa46ea650'/>
<id>urn:sha1:2090c41952ff07c8a6603118d2e0e30fa46ea650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ectest: apply some more lipstick</title>
<updated>2025-01-22T15:15:21+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-22T15:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ee61e4581bc8d2a12bb28e8632ecb268cbfde81'/>
<id>urn:sha1:3ee61e4581bc8d2a12bb28e8632ecb268cbfde81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ectest: switch from new + copy to dup. zap some NULL checks before free</title>
<updated>2025-01-22T15:10:30+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-22T15:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a20c4a88ebebb2f2028abbd10a02641c5e60b2ff'/>
<id>urn:sha1:a20c4a88ebebb2f2028abbd10a02641c5e60b2ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure the cyclic subgroup cycles in the expected number of iterations.</title>
<updated>2025-01-22T09:25:02+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2025-01-22T09:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4a41240194c5582891973b8c44c917dffa2b4e00'/>
<id>urn:sha1:4a41240194c5582891973b8c44c917dffa2b4e00</id>
<content type='text'>
Also print the iteration number and fix some indentation.
</content>
</entry>
<entry>
<title>ectest: heed long forgotten XXX and switch back to BN_one()</title>
<updated>2025-01-22T06:46:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-22T06:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=22273305d61b1a72de8438c1cd10ba64f9731a24'/>
<id>urn:sha1:22273305d61b1a72de8438c1cd10ba64f9731a24</id>
<content type='text'>
</content>
</entry>
</feed>
