gecko-dev/security/manager/ssl/tests/compiled
Cykesiopka 6b12fc8650 Bug 1271501 - Use mozilla::BitwiseCast instead of reinterpret_cast in PSM. r=keeler
mozilla::BitwiseCast does the same thing, but provides static asserts that
mitigate some of the risk of using reinterpret_cast.

MozReview-Commit-ID: ENQ8QC6Nl9o

--HG--
extra : rebase_source : c1725c8363c0f7f9877601de5ab5f152ef4d0439
2016-05-18 21:20:56 -07:00
..
moz.build bug 1263221 - improve how PSM handles the visibility of __CERT_AddTempCertToPerm r=chmanchester,mgoodwin 2016-04-08 10:30:32 -07:00
TestCertDB.cpp bug 1259753 - fix some C++ unittests to use ScopedXPCOM to init XPCOM. r=ms2ger 2016-03-25 10:04:37 -04:00
TestIsCertBuiltInRoot.cpp Bug 1260643 - Convert most uses of ScopedCERTCertificate in PSM to UniqueCERTCertificate. r=keeler 2016-04-20 01:14:22 -07:00
TestMD4.cpp Bug 1271501 - Use mozilla::BitwiseCast instead of reinterpret_cast in PSM. r=keeler 2016-05-18 21:20:56 -07:00
TestSTSParser.cpp