bind9/lib/isc/include
Ondřej Surý 26c77915d5
Use arc4random for CSPRNG when available
Use arc4random on platforms where available.  arc4random() provides high
quality cryptographically-secure pseudo-random numbers and is generally
recommended for application use.

The uv_random() call unfortunately uses getentropy() on platforms like
MacOS, OpenBSD or NetBSD which is not recommended for application use.

(cherry picked from commit 4db9e5d90e)
2025-10-02 13:49:33 +02:00
..
isc Use arc4random for CSPRNG when available 2025-10-02 13:49:33 +02:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00