index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rand
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
RAND_DRBG: add a function for setting the reseeding defaults
Dr. Matthias St. Pierre
2018-03-10
2
-9
/
+48
*
Check the parent DRBG's strength
Kurt Roeckx
2018-03-06
3
-1
/
+24
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
Check return value of time() when getting additional data for the DRBG
Kurt Roeckx
2018-02-21
1
-4
/
+12
*
DRBG: make locking api truly private
Dr. Matthias St. Pierre
2018-02-15
4
-28
/
+34
*
Use both getrandom() and /dev/urandom by default on Linux.
Kurt Roeckx
2018-02-13
1
-7
/
+11
*
DRBG: make the derivation function the default for ctr_drbg
Dr. Matthias St. Pierre
2018-02-13
2
-4
/
+4
*
DRBG: unify initialization and cleanup code
Dr. Matthias St. Pierre
2018-02-13
2
-35
/
+45
*
DRBG: add locking api
Dr. Matthias St. Pierre
2018-02-13
3
-15
/
+98
*
Fix glibc version detection.
Pauli
2018-02-09
1
-5
/
+34
*
Fix glibc specific conditional for Mac OS/X
Pauli
2018-02-07
1
-1
/
+2
*
Unify timer code
Pauli
2018-02-07
1
-21
/
+71
*
Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_bytes()
Dr. Matthias St. Pierre
2018-02-05
2
-15
/
+5
*
Fix size limitation of RAND_DRBG_bytes()
Dr. Matthias St. Pierre
2018-02-05
1
-1
/
+13
*
drbg_bytes: remove check for DRBG_UNINITIALIZED state
Dr. Matthias St. Pierre
2018-02-05
1
-3
/
+0
*
Revert the crypto "global lock" implementation
Benjamin Kaduk
2018-01-31
2
-14
/
+8
*
crypto/rand/rand_lib.c: fix undefined reference to `clock_gettime'
Dr. Matthias St. Pierre
2018-01-31
1
-6
/
+6
*
Add RAND_DRBG_bytes
Kurt Roeckx
2018-01-29
3
-0
/
+97
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Fix memory leak in do_rand_drbg_init()
Dr. Matthias St. Pierre
2018-01-16
1
-0
/
+7
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
3
-3
/
+3
*
crypto/rand: restore the generic DRBG implementation
Dr. Matthias St. Pierre
2018-01-04
4
-40
/
+99
*
crypto/rand: rename drbg_rand.c to drbg_ctr.c
Dr. Matthias St. Pierre
2018-01-04
2
-1
/
+1
*
Make DRBG uninstantiate() and instantiate() methods inverse to each other
Dr. Matthias St. Pierre
2017-12-17
2
-14
/
+19
*
Allocate the three shared DRBGs on the secure heap
Dr. Matthias St. Pierre
2017-12-17
1
-28
/
+46
*
Implement automatic reseeding of DRBG after a specified time interval
Dr. Matthias St. Pierre
2017-12-17
2
-15
/
+58
*
Add master DRBG for reseeding
Dr. Matthias St. Pierre
2017-12-17
4
-58
/
+195
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-0
/
+3
*
Add missing RAND_DRBG locking
Benjamin Kaduk
2017-10-18
2
-2
/
+23
*
Remove unnecessary DRBG_RESEED state
Dr. Matthias St. Pierre
2017-10-18
2
-8
/
+7
*
Fix reseeding issues of the public RAND_DRBG
Dr. Matthias St. Pierre
2017-10-18
8
-303
/
+864
*
Add CRYPTO_thread_glock_new
Rich Salz
2017-09-01
2
-7
/
+7
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-2
/
+1
*
Make the global DRBGs static
Kurt Roeckx
2017-08-28
2
-5
/
+3
*
Don't auto-instantiate a DRBG when trying to use it and it's not
Kurt Roeckx
2017-08-28
2
-62
/
+101
*
DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
Dr. Matthias St. Pierre
2017-08-28
4
-31
/
+21
*
RAND: Rename the RAND_poll_ex() callback and its typedef
Dr. Matthias St. Pierre
2017-08-28
5
-22
/
+22
*
DRBG: clarify difference between entropy counts and buffer lengths
Dr. Matthias St. Pierre
2017-08-28
3
-40
/
+56
*
NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard
Richard Levitte
2017-08-25
1
-3
/
+1
*
Move randomness to allocated buffer
Rich Salz
2017-08-23
2
-16
/
+14
*
Instantiate when RAND_status() checks
Rich Salz
2017-08-13
1
-0
/
+2
*
Various RAND improvements
Rich Salz
2017-08-08
3
-43
/
+55
*
Make RAND_DRBG fork-safe
Rich Salz
2017-08-07
3
-2
/
+16
*
Use passed drbg, not global one
Dr. Stephen Henson
2017-08-06
1
-2
/
+2
*
Add entropy sanity check
Dr. Stephen Henson
2017-08-05
1
-0
/
+5
*
Set randomness buffer pointer in get_entropy calls.
Dr. Stephen Henson
2017-08-05
1
-0
/
+2
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
3
-24
/
+58
*
Add a DRBG to each SSL object
Rich Salz
2017-08-03
1
-0
/
+8
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
10
-1083
/
+637
*
Install custom RAND_METHOD for fuzzing
Rich Salz
2017-07-27
1
-23
/
+0
[next]