22title : Implementations
33---
44
5- TUF provides a framework for integration of the security properties into new and existing content delivery systems.
5+ TUF provides a framework for integration of the [ security] ( /security )
6+ properties into new and existing content delivery systems.
67
78While some [ adoptions] ( /adoptions ) integrate TUF by implementing the framework
89from scratch, others start from either a TUF [ implementation] ( #implementations )
@@ -15,19 +16,20 @@ building blocks for any TUF adoption.
1516
1617TUF implementations provide libraries implementing the primitives and algorithms, such as the detailed client workflow, in the specification.
1718
18- * [ python-tuf] ( https://github.com/theupdateframework/python-tuf ) reference
19+ * [ python-tuf] ( https://github.com/theupdateframework/python-tuf ) , the reference
1920 implementation
2021* [ go-tuf] ( https://github.com/theupdateframework/go-tuf/ )
2122* [ tuf-js] ( https://github.com/theupdateframework/tuf-js )
2223
2324## Systems
2425
25- TUF systems often build on an implementation and provide an opinionated implementation of TUF designed to solve a for a specific use-case.
26+ TUF systems build on an implementation and provide an opinionated
27+ implementation of TUF designed to solve a for a particular use-case.
2628
2729* [ Repository Service for TUF (RSTUF)
28- ] ( https://repository-service-tuf.readthedocs.io/en/stable/ ) is a TUF repository
29- designed to integrate into an existing community package repository with an
30- established artifact storage and delivery system.
30+ ] ( https://repository-service-tuf.readthedocs.io/en/stable/ ) is a TUF
31+ repository designed to integrate into an existing community package repository
32+ with an established artifact storage and delivery system.
3133* [ tuf-on-ci] ( https://github.com/theupdateframework/tuf-on-ci/ ) is a TUF
3234repository and signing tool designed to operate on a CI system and guide
3335signing events through Git forge workflows.
0 commit comments