https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236010
Kubilay Kocak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(sectea | |[email protected]) Assignee|[email protected] |[email protected] CC| |[email protected], | |[email protected] Status|New |Open Keywords| |needs-qa Severity|Affects Only Me |Affects Some People --- Comment #1 from Kubilay Kocak <[email protected]> --- This sounds like a request to improve the algorithm, not necessarily achieving 'cryptographically secure', given these details from man rand(3): rand, srand, sranddev, rand_r – bad random number generator <snip> The functions described in this manual page are not cryptographically secure. Cryptographic applications should use arc4random(3) instead. These interfaces are obsoleted by random(3). <snip> For better generator quality, use random(3) or lrand48(3). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
