gecko-dev/modules/libmar
Pier Angelo Vendrame 218d20a569 Bug 1832523 - Allow using NSS to sign and verify MAR signatures. r=application-update-reviewers,glandium,bytesized
Allow using NSS for checking MAR signatures also in platforms where
OS-native APIs are used by default, i.e., macOS and Windows.

Differential Revision: https://phabricator.services.mozilla.com/D177743
2023-06-14 16:36:04 +00:00
..
sign Bug 1817312 - Make modules/libmar/sign buildable outside of a unified build environment r=andi 2023-02-19 21:40:37 +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
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.