mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
The manual pages require for some API functions that the 'random number generator must be seeded' before calling the function. Initially, this was meant literally, i.e. the OpenSSL CSPRNG had to be seeded manually before calling these functions. Since version 1.1.1, the CSPRNG is seeded automatically on first use, so it's not the responsibility of the programmer anymore. Still, he needs to be aware that the seeding might fail. Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/9257) |
||
---|---|---|
.. | ||
bio.pod | ||
crypto.pod | ||
ct.pod | ||
des_modes.pod | ||
Ed25519.pod | ||
EVP_KDF_HKDF.pod | ||
EVP_KDF_PBKDF2.pod | ||
EVP_KDF_SCRYPT.pod | ||
EVP_KDF_SS.pod | ||
EVP_KDF_SSHKDF.pod | ||
EVP_KDF_TLS1_PRF.pod | ||
EVP_KDF_X963.pod | ||
EVP_MAC_BLAKE2.pod | ||
EVP_MAC_CMAC.pod | ||
EVP_MAC_GMAC.pod | ||
EVP_MAC_HMAC.pod | ||
EVP_MAC_KMAC.pod | ||
EVP_MAC_POLY1305.pod | ||
EVP_MAC_SIPHASH.pod | ||
evp.pod | ||
openssl_user_macros.pod.in | ||
openssl-core.h.pod | ||
ossl_store-file.pod | ||
ossl_store.pod | ||
passphrase-encoding.pod | ||
property.pod | ||
RAND_DRBG.pod | ||
RAND.pod | ||
RSA-PSS.pod | ||
SM2.pod | ||
ssl.pod | ||
x509.pod | ||
X25519.pod |