]> git.ipfire.org Git - thirdparty/openssl.git/commit - util/libcrypto.num
Convert rand_bytes_ex and rand_priv_bytes_ex to public functions
authorMatt Caswell <matt@openssl.org>
Wed, 15 Jan 2020 16:34:55 +0000 (16:34 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 20 Jan 2020 14:54:31 +0000 (14:54 +0000)
commit993ebac9ed38481e4d3795c437d4e98b985c68ce
tree0e30982d57fac860519fae6071b33988c7e68c11
parent09a4cb9ec7ea9ccb4885588ba3e138b9f5f606c7
Convert rand_bytes_ex and rand_priv_bytes_ex to public functions

These were initially added as internal functions only. However they will
also need to be used by libssl as well. Therefore it make sense to move
them into the public API.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10864)
13 files changed:
crypto/bn/bn_rand.c
crypto/rand/rand_lib.c
doc/internal/man3/rand_bytes_ex.pod [deleted file]
doc/man3/RAND_bytes.pod
include/crypto/rand.h
include/openssl/rand.h
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
providers/implementations/ciphers/cipher_des.c
providers/implementations/ciphers/cipher_tdes.c
providers/implementations/ciphers/cipher_tdes_wrap.c
providers/implementations/ciphers/ciphercommon_gcm.c
util/libcrypto.num