Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: README.chromium

Issue 17058006: RNG_SystemRNG should fail rather than falling back on rng_systemFromNoise (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Use zu to print size_t Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | nss/lib/freebl/unix_rand.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 206814)
+++ README.chromium (working copy)
@@ -66,6 +66,10 @@
(https://bugzilla.mozilla.org/show_bug.cgi?id=668397).
- patches/nss-urandom-abort.patch: call abort() if NSS cannot read from
/dev/urandom. See Chromium issue 244661 (http://crbug.com/244661).
+- patches/nss-rtlgenrandom.patch: RNG_SystemRNG should fail if it cannot
+ call RtlGenRandom on Windows. Remove the obsolete code for Windows
+ versions older than Windows XP. See NSS bug 882829
+ (https://bugzilla.mozilla.org/show_bug.cgi?id=882829).
- patches/nss-include-guard.patch: fix a typo in the header include guard
of secmod.h. See NSS bug 884072
(https://bugzilla.mozilla.org/show_bug.cgi?id=884072).
« no previous file with comments | « no previous file | nss/lib/freebl/unix_rand.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698