index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rand
/
rand_unix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
drbg: add fork id to additional data on UNIX systems
Dr. Matthias St. Pierre
2019-09-11
1
-0
/
+3
*
Fix a strict warnings error in rand_pool_acquire_entropy
Bernd Edlinger
2019-09-10
1
-17
/
+22
*
Cleanup includes in rand_unix.c
Bernd Edlinger
2019-09-05
1
-5
/
+6
*
Fix NITs in comments and CHANGES for DEVRANDOM seeded check.
Pauli
2019-08-29
1
-2
/
+2
*
Avoid overflowing FDSET when using select(2).
Pauli
2019-08-24
1
-1
/
+1
*
Start up DEVRANDOM entropy improvement for older Linux devices.
Pauli
2019-08-20
1
-6
/
+101
*
Add a fallback definition for __NR_getrandom for x86 linux
Bernd Edlinger
2019-08-19
1
-0
/
+4
*
Add a fallback definition for __NR_getrandom for ARM linux
Bernd Edlinger
2019-08-19
1
-0
/
+7
*
Make the RAND code available from inside the FIPS module
Matt Caswell
2019-06-28
1
-1
/
+1
*
Fix UEFI build on FreeBSD by not including system headers
Rebecca Cran
2019-06-19
1
-1
/
+1
*
Revert the DEVRANDOM_WAIT feature
Dr. Matthias St. Pierre
2019-06-09
1
-23
/
+0
*
Use vxRandLib for VxWorks7
Klotz, Tobias
2019-05-02
1
-26
/
+6
*
Clear seed source structures.
Pauli
2019-03-29
1
-2
/
+8
*
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
1
-1
/
+1
*
rand_unix.c: open random devices on first use only
Dr. Matthias St. Pierre
2018-11-08
1
-12
/
+3
*
DRBG: fix reseeding via RAND_add()/RAND_seed() with large input
Dr. Matthias St. Pierre
2018-10-16
1
-1
/
+1
*
rand_unix.c: fix --with-rand-seed=none build
Dr. Matthias St. Pierre
2018-10-10
1
-15
/
+22
*
Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...
Shane Lontis
2018-09-27
1
-1
/
+1
*
rand_unix.c: don't discard entropy bytes from /dev/*random
Dr. Matthias St. Pierre
2018-08-19
1
-9
/
+14
*
rand_unix.c: don't discard entropy bytes from syscall_random()
Dr. Matthias St. Pierre
2018-08-19
1
-9
/
+17
*
rand_unix.c: assimilate syscall_random() with getrandom(2)
Dr. Matthias St. Pierre
2018-08-19
1
-20
/
+37
*
rand/rand_unix.c: address macro redifinition warning.
Andy Polyakov
2018-07-01
1
-1
/
+3
*
Modify the DEVRANDOM source so that the files are kept open persistently.
Pauli
2018-06-26
1
-16
/
+156
*
rand/rand_unix.c: mask getentropy ELF detection on HP-UX.
Andy Polyakov
2018-06-25
1
-1
/
+1
*
RAND_POOL: Add missing implementations for djgpp
Dr. Matthias St. Pierre
2018-06-15
1
-4
/
+5
*
rand/rand_unix.c: bypass DSO_global_lookup on ELF systems.
Andy Polyakov
2018-06-09
1
-8
/
+16
*
rand/rand_unix.c: omit error from DSO_global_lookup.
Andy Polyakov
2018-06-09
1
-0
/
+2
*
Fix checking the return value of getentropy()
Kurt Roeckx
2018-06-03
1
-1
/
+1
*
Remove support for calling getrandom(), we now always call getentropy()
Kurt Roeckx
2018-06-03
1
-18
/
+0
*
Look up availability of getentropy() at runtime.
Kurt Roeckx
2018-06-03
1
-5
/
+24
*
Add support for KERN_ARND to get random bytes on NetBSD
Kurt Roeckx
2018-06-03
1
-7
/
+18
*
Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bits
Richard Levitte
2018-05-02
1
-5
/
+5
*
Fix usage of ossl_assert()
Kurt Roeckx
2018-04-23
1
-1
/
+2
*
Add support for getrandom() or equivalent system calls and use them by default
Kurt Roeckx
2018-04-22
1
-10
/
+91
*
DRBG: implement a get_nonce() callback
Dr. Matthias St. Pierre
2018-04-13
1
-14
/
+165
*
Remove ambiguity in rand_pool_add[_end] return value
Richard Levitte
2018-04-04
1
-3
/
+6
*
Publish the RAND_DRBG API
Dr. Matthias St. Pierre
2018-03-15
1
-20
/
+21
*
Update copyright year
Matt Caswell
2018-02-27
1
-1
/
+1
*
Use both getrandom() and /dev/urandom by default on Linux.
Kurt Roeckx
2018-02-13
1
-7
/
+11
*
Fix reseeding issues of the public RAND_DRBG
Dr. Matthias St. Pierre
2017-10-18
1
-43
/
+84
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-2
/
+1
*
DRBG: Remove 'randomness' buffer from 'RAND_DRBG'
Dr. Matthias St. Pierre
2017-08-28
1
-2
/
+2
*
RAND: Rename the RAND_poll_ex() callback and its typedef
Dr. Matthias St. Pierre
2017-08-28
1
-9
/
+9
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-41
/
+51
*
Add --with-rand-seed
Rich Salz
2017-07-22
1
-198
/
+94
*
Start to overhaul RAND API
Rich Salz
2017-07-15
1
-10
/
+9
[next]