gecko-dev/security
David Keeler 3a4d7b486c bug 883718 - remove nsIEntropyCollector and implementation r=mgoodwin,mrbkap
The rationale behind nsIEntropyCollector was to supplement NSS' source of
entropy with randomness from mouse move events. This obviously doesn't work on
platforms without a mouse (e.g. mobile platforms). Furthermore, as NSS seeds its
random number generator with robust randomness from the operating system, this
is unnecessary anyway. The primary concern is that initialization of the random
number generator must happen after forking, which is exactly what we do with the
child process in e10s mode.

MozReview-Commit-ID: GYQDElSCZy0

--HG--
extra : rebase_source : 6273a78203121c4d4ddf3ed97451f393ceef4b88
2016-05-10 16:24:44 -07:00
..
apps Bug 1267905 - Replace uses of ScopedCERTCertList with UniqueCERTCertList. r=keeler 2016-05-05 14:56:36 -07:00
certverifier Bug 160122 - Stop using PR_smprintf in PSM. r=keeler 2016-05-10 23:38:55 -07:00
manager bug 883718 - remove nsIEntropyCollector and implementation r=mgoodwin,mrbkap 2016-05-10 16:24:44 -07:00
nss Bug 1270836 - prevent null pointer dereference on |data|. r=emaldona+298309 2016-05-10 09:47:28 +03:00
patches Bug 1137470, remove the documentation patch file, because it's no longer reverted locally, DONTBUILD 2015-03-20 13:38:13 +01:00
pkix Bug 1257031 - Return more informative error code when encountering invalid integers rather than SEC_ERROR_BAD_DER. r=keeler 2016-04-21 16:41:22 -07:00
sandbox Bug 1267453 - Amazon Widevine rejects HDCP on MacBook Pro with or without an external display. r=gcp 2016-05-02 19:33:08 +02:00