SecurityEngineering/Certificate Verification: Difference between revisions

Line 62: Line 62:
== Choosing your Verification Library ==
== Choosing your Verification Library ==


mozilla::pkix has been enabled by default in Nightly. The boolean pref "security.use_mozillapkix_verification" controls this. There is an additional hidden boolean pref "security.use_libpkix_verification" that can be used to enable libpkix instead. If both of these prefs are false, classic verification is used. mozilla::pkix takes precedence over libpkix. See the following table:
mozilla::pkix has been enabled by default in Firefox 31. The boolean pref "security.use_mozillapkix_verification" controls this. There is an additional hidden boolean pref "security.use_libpkix_verification" that can be used to enable libpkix instead. If both of these prefs are false, classic verification is used. mozilla::pkix takes precedence over libpkix. See the following table:


{|border="1" cellpadding="5" cellspacing="0" align="center"
{|border="1" cellpadding="5" cellspacing="0" align="center"
Confirmed users
238

edits