SecurityEngineering/mozpkix-testing: Difference between revisions

Line 16: Line 16:
#* Download by selecting the .tar.bz2 (Linux), .dmg (Mac), or .exe (Windows) file.
#* Download by selecting the .tar.bz2 (Linux), .dmg (Mac), or .exe (Windows) file.
#* After downloading, extract and run this debug browser, which will be called FirefoxNightlyDebug.
#* After downloading, extract and run this debug browser, which will be called FirefoxNightlyDebug.
# Flip switch to enable mozilla::pkix verification
# mozilla::pkix should be enabled by default. Ensure that it is by doing the following:
#* Open [http://kb.mozillazine.org/About:config about:config] in Firefox
#* Open [http://kb.mozillazine.org/About:config about:config] in Firefox
#* Add a new Boolean Preference "security.use_mozillapkix_verification", setting it to true
#* Locate the preference "security.use_mozillapkix_verification"
#* Clear your browser history if you are going to browse to a site you visited with mozilla::pkix off
#* If it is true, nothing more needs to be done
#* If it is false, set it to true
#* If it is not present, update Firefox
#* Clear your browser cache if you are going to browse to a site you visited with mozilla::pkix off
# Browse to various websites with known valid and expired/revoked/etc SSL certificates.
# Browse to various websites with known valid and expired/revoked/etc SSL certificates.
# If you don't get the expected result, then try again without using mozilla::pkix to see if the unexpected result is actually due to mozilla::pkix.
# If you don't get the expected result, then try again without using mozilla::pkix to see if the unexpected result is actually due to mozilla::pkix.
#* In [http://kb.mozillazine.org/About:config about:config] toggle "security.use_mozillapkix_verification" to false
#* In [http://kb.mozillazine.org/About:config about:config] toggle "security.use_mozillapkix_verification" to false
#* Clear your browser history if you are going to browse to a site you visited with mozilla::pkix on
#* Clear your browser cache if you are going to browse to a site you visited with mozilla::pkix on
# If you find an issue, please file a Bugzilla bug (https://bugzilla.mozilla.org/enter_bug.cgi) with Product=Core, Component=Security:PSM, and put "(mozilla::pkix)" at the beginning of the Summary.
# If you find an issue, please file a Bugzilla bug (https://bugzilla.mozilla.org/enter_bug.cgi) with Product=Core, Component=Security:PSM, and put "(mozilla::pkix)" at the beginning of the Summary.
# When you are done testing, reset (remove) the preference that you added in [http://kb.mozillazine.org/About:config about:config] and restart your Firefox browser.


=== Check if mozilla::pkix is being used ===
=== Check if mozilla::pkix is being used ===
Confirmed users
299

edits