index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/dtls-1.3
feature/ech
feature/hss
feature/ml-kem
feature/quic-server
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rand
/
drbg_lib.c
Age
Commit message (
Expand
)
Author
2018-05-11
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-04-28
Don't cleanup uninitialized thread local slots
Bernd Edlinger
2018-04-27
Fix drbg thread cleanup and error handling
Bernd Edlinger
2018-04-17
DRBG: fix coverity issues
Dr. Matthias St. Pierre
2018-04-13
DRBG: implement a get_nonce() callback
Dr. Matthias St. Pierre
2018-04-01
Make sure we use a nonce when a nonce is required
Kurt Roeckx
2018-03-30
Add documentation for the RAND_DRBG API
Dr. Matthias St. Pierre
2018-03-19
Make the public and private DRBG thread local
Kurt Roeckx
2018-03-17
Propagate the request for prediction resistance to the get entropy call
Kurt Roeckx
2018-03-17
Fixed a crash in error handing of rand_drbg_new
Bernd Edlinger
2018-03-16
RAND_DRBG: add a function for setting the default DRBG type and flags
Dr. Matthias St. Pierre
2018-03-15
Publish the RAND_DRBG API
Dr. Matthias St. Pierre
2018-03-10
RAND_DRBG: add a function for setting the reseeding defaults
Dr. Matthias St. Pierre
2018-03-06
Check the parent DRBG's strength
Kurt Roeckx
2018-02-15
DRBG: make locking api truly private
Dr. Matthias St. Pierre
2018-02-13
DRBG: make the derivation function the default for ctr_drbg
Dr. Matthias St. Pierre
2018-02-13
DRBG: unify initialization and cleanup code
Dr. Matthias St. Pierre
2018-02-13
DRBG: add locking api
Dr. Matthias St. Pierre
2018-02-05
Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()
Dr. Matthias St. Pierre
2018-02-05
Fix size limitation of RAND_DRBG_bytes()
Dr. Matthias St. Pierre
2018-02-05
drbg_bytes: remove check for DRBG_UNINITIALIZED state
Dr. Matthias St. Pierre
2018-01-31
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-29
Add RAND_DRBG_bytes
Kurt Roeckx
2018-01-16
Fix memory leak in do_rand_drbg_init()
Dr. Matthias St. Pierre
2018-01-09
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-04
crypto/rand: restore the generic DRBG implementation
Dr. Matthias St. Pierre
2017-12-17
Make DRBG uninstantiate() and instantiate() methods inverse to each other
Dr. Matthias St. Pierre
2017-12-17
Allocate the three shared DRBGs on the secure heap
Dr. Matthias St. Pierre
2017-12-17
Implement automatic reseeding of DRBG after a specified time interval
Dr. Matthias St. Pierre
2017-12-17
Add master DRBG for reseeding
Dr. Matthias St. Pierre
2017-10-18
Add missing RAND_DRBG locking
Benjamin Kaduk
2017-10-18
Remove unnecessary DRBG_RESEED state
Dr. Matthias St. Pierre
2017-10-18
Fix reseeding issues of the public RAND_DRBG
Dr. Matthias St. Pierre
2017-08-31
Add CRYPTO_thread_glock_new
Rich Salz
2017-08-28
Make the global DRBGs static
Kurt Roeckx
2017-08-28
Don't auto-instantiate a DRBG when trying to use it and it's not
Kurt Roeckx
2017-08-28
DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
Dr. Matthias St. Pierre
2017-08-28
DRBG: clarify difference between entropy counts and buffer lengths
Dr. Matthias St. Pierre
2017-08-22
Move randomness to allocated buffer
Rich Salz
2017-08-13
Instantiate when RAND_status() checks
Rich Salz
2017-08-07
Make RAND_DRBG fork-safe
Rich Salz
2017-08-03
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
Add a DRBG to each SSL object
Rich Salz
2017-08-03
Switch from ossl_rand to DRBG rand
Rich Salz
2017-07-20
Add range-checking to RAND_DRBG_set_reseed_interval
Rich Salz
2017-07-19
Add DRBG random method
Rich Salz