You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the event the PRNG hasn't been sufficiently seeded and $RANDFILE points to an invalid file (for instance), any failure that occurs on line 405 in https_init will be ignored.
The call should be checked to ensure that the PRNG is indeed properly seeded by duo_unix -- otherwise crypto guarantees could be invalidated by the weakness.
In the event the PRNG hasn't been sufficiently seeded and
$RANDFILE
points to an invalid file (for instance), any failure that occurs on line 405 inhttps_init
will be ignored.The call should be checked to ensure that the PRNG is indeed properly seeded by duo_unix -- otherwise crypto guarantees could be invalidated by the weakness.
Reported by Coverity.
duo_unix/lib/https.c
Line 405 in 5ca4f5a
The text was updated successfully, but these errors were encountered: