gecko-dev/modules/libmar
anonymous0000007 47f944ce16 Bug 1855952 - nss_secutil.c: Resource leak: input r=andi
Differential Revision: https://phabricator.services.mozilla.com/D190110
2023-10-06 07:45:55 +00:00
..
sign Bug 1855952 - nss_secutil.c: Resource leak: input r=andi 2023-10-06 07:45:55 +00:00
src Bug 1824512 - Make modules/libmar/src buildable outside of a unified build environment r=andi 2023-03-30 13:48:32 +00:00
tests Bug 1826062 - Automatic fixes for upgrading Prettier to 2.8.8. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,calu 2023-05-20 12:26:53 +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.