]> git.ipfire.org Git - thirdparty/openssl.git/commit
doc/man3/RAND_load_file.pod: RAND_load_file on non-regular files with bytes=-1
authorEugene Syromiatnikov <esyr@openssl.org>
Fri, 29 Aug 2025 08:29:26 +0000 (10:29 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 9 Sep 2025 18:21:41 +0000 (20:21 +0200)
commit0daaf33275196dd5af9535d69b0d521b9e4d03de
tree6c94d4280c69d29aa74a6bb8a89c006f97138cf2
parent35db6a15d436aa4d981ebcd581eded55fc8c8fb6
doc/man3/RAND_load_file.pod: RAND_load_file on non-regular files with bytes=-1

Mention that RAND_load_file attempts to read only RAND_DRBG_STRENGTH
bytes on non-regular files if the number of bytes to be read
is not specified explicitly.

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28379)
doc/man3/RAND_load_file.pod