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
*
Fix UEFI build on FreeBSD by not including system headers
Rebecca Cran
2019-06-19
1
-1
/
+1
*
Provide an ability to deregister thread stop handlers
Matt Caswell
2019-06-19
1
-2
/
+2
*
Tell the FIPS provider about thread stop events
Matt Caswell
2019-06-17
1
-1
/
+2
*
Convert thread stop handling into a publish/subscribe model
Matt Caswell
2019-06-17
1
-5
/
+11
*
Revert the DEVRANDOM_WAIT feature
Dr. Matthias St. Pierre
2019-06-09
1
-23
/
+0
*
Move the rand_nonce_lock code into drbg_lib.c
Matt Caswell
2019-06-07
2
-142
/
+191
*
Make the rand_crng code OPENSSL_CTX aware
Matt Caswell
2019-06-07
2
-56
/
+65
*
Convert drbg_lib to use OPENSSL_CTX for its global data
Matt Caswell
2019-06-07
2
-91
/
+139
*
Ignore entropy from RAND_add()/RAND_seed() in FIPS mode
Dr. Matthias St. Pierre
2019-05-10
1
-2
/
+12
*
Use vxRandLib for VxWorks7
Klotz, Tobias
2019-05-02
3
-28
/
+178
*
Squashed commit of the following:
Pauli
2019-04-30
2
-20
/
+31
*
Fix bug in entropy gathering.
Pauli
2019-04-21
1
-1
/
+1
*
Add prediction resistance capability to the DRBG reseeding process.
Pauli
2019-04-12
1
-12
/
+0
*
Reseeding without derivation function is not supported in FIPS mode.
Pauli
2019-04-11
2
-1
/
+10
*
Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WI...
Richard Levitte
2019-04-02
1
-1
/
+0
*
rand_win.c: loosen version requirements for BCryptGenRandom
Dr. Matthias St. Pierre
2019-04-02
1
-2
/
+2
*
crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNT
Richard Levitte
2019-04-02
1
-0
/
+1
*
Clear seed source structures.
Pauli
2019-03-29
3
-6
/
+24
*
Circumvent a problem of lacking GetEnvironmentVariable() in WindowsCE.
Soujyu Tanaka
2019-03-29
1
-1
/
+1
*
Add the FIPS related continuous random number generator (CRNG) testing.
Pauli
2019-03-29
4
-4
/
+143
*
Fix broken change from b3d113e.
Pauli
2019-03-29
1
-1
/
+2
*
Cosmetic rand/drbg changes.
Pauli
2019-03-22
2
-7
/
+7
*
VMS: only use the high precision on VMS v8.4 and up
Dr. Matthias St. Pierre
2019-03-15
1
-0
/
+4
*
Fix seeding from random device w/o getrandom syscall
Bernd Edlinger
2019-03-01
1
-3
/
+26
*
Cleanup vxworks support to be able to compile for VxWorks 7
Klotz, Tobias
2019-01-24
1
-0
/
+21
*
Following the license change, modify the boilerplates in crypto/rand/
Richard Levitte
2018-12-06
12
-12
/
+12
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
2
-2
/
+2
*
Fix issues with do_rand_init/rand_cleanup_int
Bernd Edlinger
2018-11-09
1
-4
/
+8
*
rand_unix.c: open random devices on first use only
Dr. Matthias St. Pierre
2018-11-08
1
-12
/
+3
*
Test: link drbgtest statically against libcrypto
Dr. Matthias St. Pierre
2018-11-08
2
-6
/
+2
*
Add missing RAND initialisation call.
Pauli
2018-11-07
1
-1
/
+2
*
Rename the rand_drbg_st data member "pool" to "seed_pool"
Bernd Edlinger
2018-11-07
3
-12
/
+12
*
Fix error handling in RAND_DRBG_uninstantiate
Bernd Edlinger
2018-11-05
1
-0
/
+1
*
Fix error handling in rand_drbg_new
Bernd Edlinger
2018-11-05
1
-4
/
+1
*
Fix error handling in RAND_DRBG_set
Bernd Edlinger
2018-11-05
1
-1
/
+6
*
Avoid two memory allocations in each RAND_DRBG_bytes
Bernd Edlinger
2018-11-01
3
-18
/
+49
*
Fix a race condition in drbg_add
Bernd Edlinger
2018-10-30
1
-2
/
+5
*
Rework and simplify resource flow in drbg_add
Bernd Edlinger
2018-10-29
2
-24
/
+6
*
randfile.c: fix a Coverity warning
Dr. Matthias St. Pierre
2018-10-28
1
-1
/
+1
*
drbg_lib: avoid NULL pointer dereference in drbg_add
Dr. Matthias St. Pierre
2018-10-28
1
-1
/
+3
*
Fix data race in RAND_DRBG_generate
Bernd Edlinger
2018-10-26
3
-17
/
+30
*
Fix a possible crash in rand_drbg_get_entropy
Bernd Edlinger
2018-10-26
1
-0
/
+2
*
RAND_add()/RAND_seed(): fix failure on short input or low entropy
Dr. Matthias St. Pierre
2018-10-26
1
-5
/
+69
*
RAND_load_file(): avoid adding small chunks to RAND_add()
Dr. Matthias St. Pierre
2018-10-26
1
-9
/
+23
*
RAND_load_file(): return error if reseeding failed
Dr. Matthias St. Pierre
2018-10-26
1
-0
/
+6
*
RAND: ensure INT32_MAX is defined
Richard Levitte
2018-10-23
1
-0
/
+2
*
RAND_add(): fix heap corruption in error path
Dr. Matthias St. Pierre
2018-10-22
1
-0
/
+4
*
DRBG: fix reseeding via RAND_add()/RAND_seed() with large input
Dr. Matthias St. Pierre
2018-10-16
8
-44
/
+113
*
crypto/rand: fix some style nit's
FdaSilvaYY
2018-10-10
3
-12
/
+12
*
rand_unix.c: fix --with-rand-seed=none build
Dr. Matthias St. Pierre
2018-10-10
1
-15
/
+22
[next]