<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/man/BN_rand.3, 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-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>Add missing const qualifiers in a number of BN_* manuals.</title>
<updated>2021-11-30T18:34:35+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-11-30T18:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dde92987aa87589258a2bf0945bd631409a3006d'/>
<id>urn:sha1:dde92987aa87589258a2bf0945bd631409a3006d</id>
<content type='text'>
ok schwarze
</content>
</entry>
<entry>
<title>Use BN_RAND_* instead of mysterious values in the documentation of</title>
<updated>2021-09-10T14:37:14+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2021-09-10T14:37:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9f055e2e8ea33c8d10d4c046e36c19dc8c70e444'/>
<id>urn:sha1:9f055e2e8ea33c8d10d4c046e36c19dc8c70e444</id>
<content type='text'>
BN_rand_range()

From OpenSSL 1.1.1l

ok beck jsing
</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>
<entry>
<title>Remove the last references to the RAND_*(3) functions.</title>
<updated>2019-06-07T20:46:25+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2019-06-07T20:46:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d276235a04407c62de64f9248571b57ba41dc073'/>
<id>urn:sha1:d276235a04407c62de64f9248571b57ba41dc073</id>
<content type='text'>
These references were misleading because these functions are no
longer used internally and applications should not call them either.
Issue brought up by tb@.
</content>
</entry>
<entry>
<title>Make this page much more readable by deleting as much text as possible</title>
<updated>2018-12-24T10:07:22+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-12-24T10:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3709f42fc369d6c565b4d5db80b70a67be441b98'/>
<id>urn:sha1:3709f42fc369d6c565b4d5db80b70a67be441b98</id>
<content type='text'>
about functions that are deprecated, identical to other functions, and
never made sense in the first place.
As deraadt@ points out, we should not hide the information that
matters in a heap of clutter.  It would waste reader's time and
make confusion and accidental misuse more likely.
OK deraadt@ jmc@
</content>
</entry>
<entry>
<title>Delete irrelevant HISTORY details.  Simply use BN_rand(3); there</title>
<updated>2018-12-22T00:03:51+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-12-22T00:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ba7a4b64b02969dd552716cac5dc545595758c1f'/>
<id>urn:sha1:ba7a4b64b02969dd552716cac5dc545595758c1f</id>
<content type='text'>
is no need to know at which time BN_pseudo_rand(3) was made the
same as BN_rand(3).  Considering that question might even mislead
people to attempt ill-advised #ifdef'ing.
Pointed out by deraadt@.
</content>
</entry>
<entry>
<title>Since OpenBSD 6.1, BN_pseudo_rand*(3) does the same as BN_rand*(3).</title>
<updated>2018-12-21T20:09:04+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-12-21T20:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7b2968a00c404139cc21e17e338649b9fa8ae851'/>
<id>urn:sha1:7b2968a00c404139cc21e17e338649b9fa8ae851</id>
<content type='text'>
Say so, and note that OpenSSL followed suit in 1.1.0 according
to OpenSSL commit 5ecff87d Jun 21 13:55:02 2017 +0100.
</content>
</entry>
<entry>
<title>found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs</title>
<updated>2018-03-27T17:35:50+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-27T17:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=30d10c511917e0e339dec931667fc4b6eb014430'/>
<id>urn:sha1:30d10c511917e0e339dec931667fc4b6eb014430</id>
<content type='text'>
on the web, so fix up SSLeay HISTORY accordingly
</content>
</entry>
<entry>
<title>crypto HISTORY up to 0.9.6c; researched from OpenSSL git</title>
<updated>2018-03-22T17:38:08+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-03-22T17:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0c5b134a72aeeac17b0958901ece49c1b44b4692'/>
<id>urn:sha1:0c5b134a72aeeac17b0958901ece49c1b44b4692</id>
<content type='text'>
</content>
</entry>
</feed>
