Todd C. Miller
|
dc45c4d4ea
|
Add tests for arc4random_buf() and an implementation for those without.
|
2020-01-30 13:12:25 -07:00 |
|
Todd C. Miller
|
13cc65038f
|
Remove multi-thread support from arc4random.
Sudo is not multi-threaded so we don't need the added complexity.
|
2020-01-28 06:41:42 -07:00 |
|
Todd C. Miller
|
b7b3fb72d0
|
_rs_random_buf is currently unused
|
2019-09-27 08:55:51 -06:00 |
|
Todd C. Miller
|
81c6cac81b
|
Solaris getentropy() requires that sys/random.h be included.
|
2019-06-10 12:12:57 -06:00 |
|
Todd C. Miller
|
1e1ef61902
|
Add SPDX-License-Identifier to files.
|
2019-04-29 07:21:51 -06:00 |
|
Todd C. Miller
|
6c3d20cb41
|
Convert PVS-Studio comment to ANSI C.
|
2018-10-26 08:39:09 -06:00 |
|
Todd C. Miller
|
64e5d34c57
|
Add comments in .c files so PVS-Studio will check them.
|
2018-10-21 08:46:05 -06:00 |
|
Todd C. Miller
|
ddd663a5f2
|
Import arc4random() from libressl. This takes an all-in-one approach
instead of the one-file-per-OS approach that libressl takes.
The fallback code does not have as many OS-specific bits as libressl.
|
2018-05-24 21:04:23 -06:00 |
|