зеркало из https://github.com/mozilla/gecko-dev.git
942507de3e
This change modifies all tests that use key3/cert8 to use the new files. It removes test_sdr_upgraded_with_password, as without the upgrade part that is now the same test as test_sdr_preexisting_with_password. Differential Revision: https://phabricator.services.mozilla.com/D55708 --HG-- rename : security/manager/ssl/tests/unit/test_sdr_preexisting/key4.db => security/manager/ssl/tests/unit/test_broken_fips/key4.db extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
sign | ||
src | ||
tests | ||
tool | ||
verify | ||
README | ||
moz.build |
README
This directory contains code for a simple archive file format, which is documented at http://wiki.mozilla.org/Software_Update:MAR The src directory builds a small static library used to create, read, and extract an archive file. The tool directory builds a command line utility around the library.