FreeBSD Bugzilla – Attachment 14922 Details for
Bug 27858
There is no urandom(4) man page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.45 KB, created by
Yoshihiro Koya
on 2001-06-03 20:40:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yoshihiro Koya
Created:
2001-06-03 20:40:08 UTC
Size:
2.45 KB
patch
obsolete
>Index: rand.3 >=================================================================== >RCS file: /home/ncvs/src/lib/libc/stdlib/rand.3,v >retrieving revision 1.8 >diff -u -u -r1.8 rand.3 >--- rand.3 2001/04/27 08:16:57 1.8 >+++ rand.3 2001/06/03 19:00:03 >@@ -89,7 +89,7 @@ > The > .Fn sranddev > function initializes a seed using the >-.Xr urandom 4 >+.Xr random 4 > random number device which returns good random numbers, > suitable for cryptographic use. > .Pp >@@ -101,7 +101,7 @@ > must be supplied by the caller. > .Sh SEE ALSO > .Xr random 3 , >-.Xr urandom 4 >+.Xr random 4 > .Sh STANDARDS > The > .Fn rand >Index: rand.c >=================================================================== >RCS file: /home/ncvs/src/lib/libc/stdlib/rand.c,v >retrieving revision 1.6 >diff -u -u -r1.6 rand.c >--- rand.c 2001/04/23 10:38:26 1.6 >+++ rand.c 2001/06/03 19:00:34 >@@ -111,7 +111,7 @@ > * > * Many programs choose the seed value in a totally predictable manner. > * This often causes problems. We seed the generator using the much more >- * secure urandom(4) interface. >+ * secure random(4) interface. > */ > void > sranddev() >Index: random.3 >=================================================================== >RCS file: /home/ncvs/src/lib/libc/stdlib/random.3,v >retrieving revision 1.12 >diff -u -u -r1.12 random.3 >--- random.3 2000/04/21 09:40:59 1.12 >+++ random.3 2001/06/03 18:58:54 >@@ -101,7 +101,7 @@ > The > .Fn srandomdev > routine initialize a state array using >-.Xr urandom 4 >+.Xr random 4 > random number device which returns good random numbers, > suitable for cryptographic use. > Note that this particular seeding >@@ -176,7 +176,7 @@ > .Sh SEE ALSO > .Xr rand 3 , > .Xr srand 3 , >-.Xr urandom 4 >+.Xr random 4 > .Sh HISTORY > These > functions appeared in >Index: random.c >=================================================================== >RCS file: /home/ncvs/src/lib/libc/stdlib/random.c,v >retrieving revision 1.15 >diff -u -u -r1.15 random.c >--- random.c 2001/04/23 10:14:28 1.15 >+++ random.c 2001/06/03 19:00:58 >@@ -282,7 +282,7 @@ > * > * Many programs choose the seed value in a totally predictable manner. > * This often causes problems. We seed the generator using the much more >- * secure urandom(4) interface. Note that this particular seeding >+ * secure random(4) interface. Note that this particular seeding > * procedure can generate states which are impossible to reproduce by > * calling srandom() with any value, since the succeeding terms in the > * state buffer are no longer derived from the LC algorithm applied to
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27858
:
14921
| 14922