<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libcrypto/bn, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2026-01-23T08:34:08+00:00</updated>
<entry>
<title>bn_ffdh: unifdef HAVE_SCAPY_SPECIAL</title>
<updated>2026-01-23T08:34:08+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2026-01-23T08:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c3a213ce6402b96ab784dc32d18acacdce8e41f9'/>
<id>urn:sha1:c3a213ce6402b96ab784dc32d18acacdce8e41f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bn_ffdh: unifdef HAVE_RFC7919_PRIMES</title>
<updated>2026-01-23T08:31:20+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2026-01-23T08:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=876d7353d09383178d78440641be18fef7ddfe00'/>
<id>urn:sha1:876d7353d09383178d78440641be18fef7ddfe00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bn regress: add test that double checks the RFC 2409 and 3526 primes</title>
<updated>2026-01-23T07:24:48+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2026-01-23T07:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=abaacba9756060fd447f010a2698e3150d3f5378'/>
<id>urn:sha1:abaacba9756060fd447f010a2698e3150d3f5378</id>
<content type='text'>
Also has code to check the RFC 7919 primes and run DH_check() once that
knows about these.
</content>
</entry>
<entry>
<title>bn_word.c: include bn_local.h in preparation for an upcoming change</title>
<updated>2025-12-05T14:07:01+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-12-05T14:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d604767b3782a7a003bea4677652538af9e3bd8e'/>
<id>urn:sha1:d604767b3782a7a003bea4677652538af9e3bd8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bn_test: avoid last use of BN_HEX_FMT1 in libressl</title>
<updated>2025-11-15T16:30:10+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-11-15T16:30:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=319e411688310e5ec5acb0e140de510f60ac3f65'/>
<id>urn:sha1:319e411688310e5ec5acb0e140de510f60ac3f65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bn_test: remove dead code</title>
<updated>2025-11-15T16:26:00+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-11-15T16:26:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9cb630c43b7d2da3370998204f2fe1c3db365968'/>
<id>urn:sha1:9cb630c43b7d2da3370998204f2fe1c3db365968</id>
<content type='text'>
We haven't defined SIXTY_FOUR_BITS in a long time, if ever. The last
#undef SIXTY_FOUR_BITS were removed when we cleaned up opensslconf.h.
Code behind #ifdef SIXTY_FOUR_BITS is therefore dead.
</content>
</entry>
<entry>
<title>Avoid the use of _LP64 in libcrypto regress.</title>
<updated>2025-11-05T11:40:47+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2025-11-05T11:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b3e89c37e576543ed212191b5769371e3ce58e95'/>
<id>urn:sha1:b3e89c37e576543ed212191b5769371e3ce58e95</id>
<content type='text'>
What the tests actually care about is the size of a BN_ULONG, hence
condition on BN_BYTES instead.

Discussed with tb@
</content>
</entry>
<entry>
<title>Add benchmarks for 384 bit x 384 bit multiplication and 384 bit squaring.</title>
<updated>2025-08-12T10:29:35+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2025-08-12T10:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a3eb15e012fb4bb74bd6789fdb9318e71bb32d97'/>
<id>urn:sha1:a3eb15e012fb4bb74bd6789fdb9318e71bb32d97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>recp -&gt; reciprocal renaming in tests</title>
<updated>2025-02-12T21:22:15+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-02-12T21:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0f51b02842d02b34cdbbb6ebd6c3b819b3fc0a45'/>
<id>urn:sha1:0f51b02842d02b34cdbbb6ebd6c3b819b3fc0a45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bn_test: remove random negative dance for bn_div_reciprocal()</title>
<updated>2025-01-22T13:02:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-01-22T13:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=603328cf8507c541e270266fdeb37fcb7a46100a'/>
<id>urn:sha1:603328cf8507c541e270266fdeb37fcb7a46100a</id>
<content type='text'>
</content>
</entry>
</feed>
