Refactor crypto RNG; add getrandom() support
authorKirill Isakov <bootctl@gmail.com>
Tue, 12 Apr 2022 16:20:58 +0000 (22:20 +0600)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 12 Apr 2022 17:42:11 +0000 (19:42 +0200)
/dev/urandom and /dev/random are ubiquitous, but take an open
file descriptor, and may not actually be present inside badly
configured containers.


No differences found