]> git.ipfire.org Git - thirdparty/openssl.git/commit
Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()
authorTomas Mraz <tomas@openssl.org>
Thu, 4 Feb 2021 18:25:44 +0000 (19:25 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 9 Feb 2021 12:41:11 +0000 (13:41 +0100)
commit4d2a6159db1060ca38a3808cfa60bac46737c670
tree5fb6c8b2361e07845de0b8921fa2c5d8b615f918
parent604b86d8d360e36fc2fc0d1611d05bf38699d297
Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()

The functions are obsolete aliases for BN_rand() and BN_rand_range()
since 1.1.0.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14080)
CHANGES.md
crypto/bn/bn_rand.c
doc/man3/BN_rand.pod
include/openssl/bn.h
test/ec_internal_test.c
util/libcrypto.num