Commit Graph

1 Commits

Author SHA1 Message Date
AdamKorcz ad3f1d5943
[notary] Initial integration (#6867)
Notary is an implementation of the TUF specification. It is a tool for
publishing and managing trusted collections of content. Publishers can
digitally sign collections and consumers can verify the integrity and
origin of content.

Initially, Notary was sponsored by Docker who uses Notary for signing
and verifying container images. Notary joined the CNCF in 2017 and is
today used by companies such as:

- Amazon
- Docker
- Microsoft
______________________________________________________________________

@justincormack @marcofranssen @cyli @toddysm Are you interested in
integrating notary into OSS-fuzz for continuous fuzzing?

This PR adds the build files for the cryptoservice fuzzer to be run
continuously.

To complete this integration, one or more maintainers email addresses
are needed.

Signed-off-by: AdamKorcz <adam@adalogics.com>
2023-01-13 10:22:38 +00:00