index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rand
/
rand_lcl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-360
/
+0
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
drbg: ensure fork-safety without using a pthread_atfork handler
Dr. Matthias St. Pierre
2019-09-11
1
-18
/
+5
*
Add missing EBCDIC strings
opensslonzos-github
2019-08-14
1
-0
/
+6
*
Make rand_pool buffers more dynamic in their sizing.
Pauli
2019-07-23
1
-0
/
+19
*
Allocate DRBG additional data pool from non-secure memory
Bernd Edlinger
2019-07-22
1
-0
/
+1
*
Make the RAND code available from inside the FIPS module
Matt Caswell
2019-06-28
1
-7
/
+9
*
Make the rand_crng code OPENSSL_CTX aware
Matt Caswell
2019-06-07
1
-12
/
+4
*
Convert drbg_lib to use OPENSSL_CTX for its global data
Matt Caswell
2019-06-07
1
-0
/
+2
*
Squashed commit of the following:
Pauli
2019-04-30
1
-2
/
+4
*
Add the FIPS related continuous random number generator (CRNG) testing.
Pauli
2019-03-29
1
-2
/
+27
*
Following the license change, modify the boilerplates in crypto/rand/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Test: link drbgtest statically against libcrypto
Dr. Matthias St. Pierre
2018-11-08
1
-1
/
+1
*
Rename the rand_drbg_st data member "pool" to "seed_pool"
Bernd Edlinger
2018-11-07
1
-1
/
+1
*
Avoid two memory allocations in each RAND_DRBG_bytes
Bernd Edlinger
2018-11-01
1
-0
/
+5
*
Fix data race in RAND_DRBG_generate
Bernd Edlinger
2018-10-26
1
-1
/
+3
*
RAND: ensure INT32_MAX is defined
Richard Levitte
2018-10-23
1
-0
/
+2
*
DRBG: fix reseeding via RAND_add()/RAND_seed() with large input
Dr. Matthias St. Pierre
2018-10-16
1
-10
/
+36
*
Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...
Shane Lontis
2018-09-27
1
-9
/
+40
*
Make sure we use a nonce when a nonce is required
Kurt Roeckx
2018-04-01
1
-0
/
+21
*
Document RAND_DRBG fork-safety locking model
Benjamin Kaduk
2018-03-29
1
-1
/
+17
*
DRBG: Use the EVP layer to do AES encryption
Kurt Roeckx
2018-03-21
1
-4
/
+3
*
RAND_DRBG: add a function for setting the default DRBG type and flags
Dr. Matthias St. Pierre
2018-03-16
1
-1
/
+1
*
Publish the RAND_DRBG API
Dr. Matthias St. Pierre
2018-03-15
1
-14
/
+2
*
DRBG: make locking api truly private
Dr. Matthias St. Pierre
2018-02-15
1
-0
/
+6
*
DRBG: unify initialization and cleanup code
Dr. Matthias St. Pierre
2018-02-13
1
-0
/
+1
*
Add RAND_DRBG_bytes
Kurt Roeckx
2018-01-29
1
-0
/
+1
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
1
-1
/
+1
*
crypto/rand: restore the generic DRBG implementation
Dr. Matthias St. Pierre
2018-01-04
1
-16
/
+46
*
Implement automatic reseeding of DRBG after a specified time interval
Dr. Matthias St. Pierre
2017-12-17
1
-1
/
+13
*
Add master DRBG for reseeding
Dr. Matthias St. Pierre
2017-12-17
1
-3
/
+25
*
Remove unnecessary DRBG_RESEED state
Dr. Matthias St. Pierre
2017-10-18
1
-1
/
+0
*
Fix reseeding issues of the public RAND_DRBG
Dr. Matthias St. Pierre
2017-10-18
1
-51
/
+36
*
Make the global DRBGs static
Kurt Roeckx
2017-08-28
1
-2
/
+0
*
DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
Dr. Matthias St. Pierre
2017-08-28
1
-3
/
+1
*
RAND: Rename the RAND_poll_ex() callback and its typedef
Dr. Matthias St. Pierre
2017-08-28
1
-2
/
+2
*
DRBG: clarify difference between entropy counts and buffer lengths
Dr. Matthias St. Pierre
2017-08-28
1
-6
/
+22
*
Various RAND improvements
Rich Salz
2017-08-08
1
-2
/
+7
*
Make RAND_DRBG fork-safe
Rich Salz
2017-08-07
1
-0
/
+4
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
1
-0
/
+1
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-38
/
+82
*
Add --with-rand-seed
Rich Salz
2017-07-22
1
-9
/
+19
*
typedef's for RAND_DRBG methods
Benjamin Kaduk
2017-07-20
1
-7
/
+4
*
Fix faulty include
Richard Levitte
2017-07-20
1
-1
/
+1
*
Add range-checking to RAND_DRBG_set_reseed_interval
Rich Salz
2017-07-20
1
-0
/
+3
*
Add DRBG random method
Rich Salz
2017-07-19
1
-4
/
+82
*
Start to overhaul RAND API
Rich Salz
2017-07-15
1
-29
/
+7
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-107
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-11
/
+1
[next]