diff options
author | EuAndreh <eu@euandre.org> | 2021-07-16 10:45:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-16 10:46:11 -0300 |
commit | 9cb016105225b198f651bb67ceef7a5ba8fa5043 (patch) | |
tree | 6d2c0fb05a37402e7e3ec066d579b2722f438395 /TODOs.md | |
parent | aux/workflow/: Add WONTFIX issue classification (diff) | |
download | git-permalink-9cb016105225b198f651bb67ceef7a5ba8fa5043.tar.gz git-permalink-9cb016105225b198f651bb67ceef7a5ba8fa5043.tar.xz |
TODOs.md: Mark #task-d1dc781f-8659-b02a-2b52-021528985f7c as WONTFIX
Diffstat (limited to 'TODOs.md')
-rw-r--r-- | TODOs.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ # Tasks -## INACTIVE As it turns out, `/dev/urandom` is not POSIX either {#task-d1dc781f-8659-b02a-2b52-021528985f7c} +## WONTFIX As it turns out, `/dev/urandom` is not POSIX either {#task-d1dc781f-8659-b02a-2b52-021528985f7c} +- WONTFIX in 2021-07-15 + + Since POSIX doesn't have a + [cryptographically secure pseudorandom number generator], I'll stick with the + current solution, as there is no standard way to replace it. + + [cryptographically secure pseudorandom number generator]: https://en.wikipedia.org/wiki/Cryptographically-secure_pseudorandom_number_generator - INACTIVE in 2021-07-15 --- |