Confirmed users
299
edits
Line 78: | Line 78: | ||
== 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: | |||
by | |||
{|border="1" cellpadding="5" cellspacing="0" align="center" | {|border="1" cellpadding="5" cellspacing="0" align="center" | ||
Line 90: | Line 87: | ||
| true | | true | ||
|---- | |---- | ||
|rowspan=2 | '''security. | |rowspan=2 | '''security.use_mozillapkix_verification''' | ||
| false | | false | ||
| Classic | | Classic | ||
| libpkix | | libpkix | ||
|---- | |---- | ||
|true | |true (default) | ||
| mozilla::pkix | | mozilla::pkix | ||
| mozilla::pkix | | mozilla::pkix | ||
|---- | |---- | ||
|} | |} |