gecko-dev/modules/libmar
aaoblivion cda41b2434 Bug 1862505 - Removed unnecessary else statement. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D194903
2023-11-29 18:12:55 +00:00
..
sign Bug 1855952 - nss_secutil.c: Resource leak: input r=andi 2023-10-06 07:45:55 +00:00
src Bug 1862505 - Removed unnecessary else statement. r=sylvestre 2023-11-29 18:12:55 +00:00
tests Bug 1859893 - batch 15 - migrate xpcshell.ini -> .toml. r=aryx,geckoview-reviewers,extension-reviewers,valentin,cookie-reviewers,pbz,owlish,robwu 2023-11-24 14:41:35 +00:00
tool Bug 1832523 - Allow using NSS to sign and verify MAR signatures. r=application-update-reviewers,glandium,bytesized 2023-06-14 16:36:04 +00:00
verify Bug 1832523 - Allow using NSS to sign and verify MAR signatures. r=application-update-reviewers,glandium,bytesized 2023-06-14 16:36:04 +00:00
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.