|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000090 |
[uClibc] Security |
feature |
N/A |
02-08-05 19:10 |
01-08-06 01:07 |
|
|
Reporter |
ashes |
View Status |
public |
|
|
Assigned To |
uClibc |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0000090: New arc4random() function. |
|
Description |
This function originates from OpenBSD. It is a very fast random number generator. Attached is all the code we need, and hooks so we can use it with SSP and/or sysctl erandom. I tested it fairly well with SSP and I couldn't messure any performance loss compared to using /dev/urandom directly. I also timed it while using the sysctl hooks and again found no measureable loss. It might need some tweaking to be compatible with c99/standards.
I added it to stdlib because that's where OpenSSL, etc, expects to find it. |
|
Additional Information |
|
|
|
Attached Files |
uClibc-20050208-arc4random-1.patch [^] (9,384 bytes) 02-08-05 19:10
uClibc-0.9.27-arc4random-1.patch-testing [^] (20,314 bytes) 02-11-05 05:59 |
|
|