<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/BN_generate_prime.3, 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>2025-06-08T22:40:31+00:00</updated>
<entry>
<title>.Lb libcrypto ; OK tb@</title>
<updated>2025-06-08T22:40:31+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2025-06-08T22:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8be86af02fed1bda350c8dd14ee064cb66e3b0f5'/>
<id>urn:sha1:8be86af02fed1bda350c8dd14ee064cb66e3b0f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust documentation for upcoming DSA_generate_parameters removal</title>
<updated>2023-12-29T19:12:47+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-12-29T19:12:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ebd5cb793f5c2c8df025e5debb311053824e68fd'/>
<id>urn:sha1:ebd5cb793f5c2c8df025e5debb311053824e68fd</id>
<content type='text'>
This removes any mention of DSA_generate_parameters in the manuals apart
from a comment that it is intentionally undocumented and adapts cross
references to DSA_generate_parameters_ex. The file itself will be moved
in a second step.
</content>
</entry>
<entry>
<title>primility -&gt; primality</title>
<updated>2023-05-12T08:18:13+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2023-05-12T08:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3e7e8f7aa606385e88e81ce0d83c813bd41dabf4'/>
<id>urn:sha1:3e7e8f7aa606385e88e81ce0d83c813bd41dabf4</id>
<content type='text'>
ok tb@
</content>
</entry>
<entry>
<title>Document recent changes in primality testing</title>
<updated>2023-05-11T05:45:33+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-05-11T05:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2b61392827ac5fa56e300c731887f0caddcb4ad8'/>
<id>urn:sha1:2b61392827ac5fa56e300c731887f0caddcb4ad8</id>
<content type='text'>
With input from beck and jsing
</content>
</entry>
<entry>
<title>mandoc -Tlint tells me I forgot to zap a comma</title>
<updated>2023-04-30T20:17:59+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-30T20:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc3f4710ede6c6e44e0da510fd5d70f24a0eb2b6'/>
<id>urn:sha1:cc3f4710ede6c6e44e0da510fd5d70f24a0eb2b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove documentation of BN_generate_prime(), BN_is_prime{,_fasttest}()</title>
<updated>2023-04-30T19:24:42+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2023-04-30T19:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2ec210d6b547b77c378b08367cedf232d0884927'/>
<id>urn:sha1:2ec210d6b547b77c378b08367cedf232d0884927</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Major overhaul.</title>
<updated>2022-11-24T19:06:38+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-11-24T19:06:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=da1a6ce524dded613443e575b3b84c2fb0878d3b'/>
<id>urn:sha1:da1a6ce524dded613443e575b3b84c2fb0878d3b</id>
<content type='text'>
Remove many statements that are no longer true after tb@, in July,
massively improved the algorithms used by these functions
and also did some cleanup of the interface.  Instead, explain
many aspects that were missing.  Also use more descriptive argument
names, drop some redundancy, and improve ordering in various respects.

Feedback and enthusiastic OK from tb@.
</content>
</entry>
<entry>
<title>use n-bit &lt;noun&gt; consistently; ok schwarze for the principal of the idea,</title>
<updated>2020-06-24T18:15:00+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2020-06-24T18:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9692df90019980e79c0c553229fcde4d9f44e355'/>
<id>urn:sha1:9692df90019980e79c0c553229fcde4d9f44e355</id>
<content type='text'>
and for flagging which pages to check;
</content>
</entry>
<entry>
<title>Change generating and checking of primes so that the error rate of</title>
<updated>2019-08-25T19:24:00+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-08-25T19:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0fd355ae5ac95f1b4265d2c28d096b63de52a902'/>
<id>urn:sha1:0fd355ae5ac95f1b4265d2c28d096b63de52a902</id>
<content type='text'>
not being prime depends on the intended use based on the size of
the input.  For larger primes this will result in more rounds of
Miller-Rabin.  The maximal error rate for primes with more than
1080 bits is lowered to 2^-128.
Patch from Kurt Roeckx &lt;kurt@roeckx.be&gt; and Annie Yousar
via OpenSSL commit feac7a1c Jul 25 18:55:16 2018 +0200,
still under a free license.
OK tb@.
</content>
</entry>
<entry>
<title>delete references to ERR pages from SEE ALSO where such</title>
<updated>2019-06-10T14:58:48+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-10T14:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b783ba28c4b47eb204506e8af355d28ef6e67dec'/>
<id>urn:sha1:b783ba28c4b47eb204506e8af355d28ef6e67dec</id>
<content type='text'>
references were already given below RETURN VALUES right above
</content>
</entry>
</feed>
