gecko/mobile
Nick Alexander 406dc13a1d Bug 1173229 - Apply Google-recommended PRNG fixes before generating DSA keys. r=rnewman
See
https://android-developers.blogspot.com/2013/08/some-securerandom-thoughts.html
for a thorough discussion.

It's very expensive (at least 200ms on modern devices) to do this in
Application.onCreate, so we'll do this just before generating DSA keys.
In exchange, we accept some risk that we'll introduce the same issue
again.  As we lint more aggressively in automation, this risk will
decrease.

Google licenses the fixes file very permissively.  I have added some
serialization IDs to prevent certain compile warnings.
2016-02-03 15:39:16 -08:00
..
android Bug 1173229 - Apply Google-recommended PRNG fixes before generating DSA keys. r=rnewman 2016-02-03 15:39:16 -08:00
locales Bring Android's about:certerror and about:neterror closer to the desktop versions (bug 1238382). r=margaret 2016-01-21 09:19:02 +02:00