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
*
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
*
Fix async engine pause dead lock in error case.
Emeric Brun
2017-07-26
1
-0
/
+1
*
Add --with-rand-seed
Rich Salz
2017-07-22
6
-274
/
+220
*
Fix out-of-bounds read in ctr_XOR
Benjamin Kaduk
2017-07-20
1
-1
/
+1
*
typedef's for RAND_DRBG methods
Benjamin Kaduk
2017-07-20
1
-7
/
+4
*
Rename internal rand.h file
Rich Salz
2017-07-20
1
-1
/
+1
*
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
3
-3
/
+9
*
Add DRBG random method
Rich Salz
2017-07-19
7
-31
/
+946
*
Fix use-after-free
Rich Salz
2017-07-17
1
-1
/
+1
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-1
/
+4
*
Start to overhaul RAND API
Rich Salz
2017-07-15
6
-322
/
+238
*
Rewrite RAND_egd
Rich Salz
2017-07-12
1
-158
/
+67
*
Trivial bounds checking.
Pauli
2017-07-07
1
-8
/
+8
*
Remove some now-unneeded VMS controls
Rich Salz
2017-07-06
1
-16
/
+4
*
Cleanup RAND_load_file,RAND_write_file
Rich Salz
2017-07-06
2
-146
/
+98
*
Undo commit de02ec2
Rich Salz
2017-07-05
2
-59
/
+1
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-1
/
+1
*
Add RAND_UNIMPLEMENTED error code
Rich Salz
2017-06-20
2
-0
/
+3
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-14
/
+8
*
rand/rand_lib.c: keep fixing no-engine configuration.
Andy Polyakov
2017-04-10
1
-0
/
+2
*
Fix rand_lib.c for no-engine configuration
Richard Levitte
2017-04-07
1
-1
/
+4
*
Make getting and setting the RAND default method thread safe
Richard Levitte
2017-04-07
1
-2
/
+35
*
In rand_cleanup_int(), don't go creating a default method
Richard Levitte
2017-04-06
1
-1
/
+1
*
Clean up references to FIPS
Emilia Kasper
2017-02-28
2
-9
/
+0
*
RAND_egd_bytes: No need to check RAND_status on connection error.
ganesh
2017-01-24
1
-0
/
+2
[next]