From 04b3d950a8d96da31a97c0b31436069939e2a1ae Mon Sep 17 00:00:00 2001 From: lukpueh Date: Thu, 21 Feb 2019 09:27:56 +0100 Subject: [PATCH] Revert "Change http to https for security links" --- docs/ADOPTERS.md | 2 +- docs/METADATA.md | 2 +- docs/TUTORIAL.md | 2 +- tox.ini | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ADOPTERS.md b/docs/ADOPTERS.md index fe5ed7da..ce9e1e72 100644 --- a/docs/ADOPTERS.md +++ b/docs/ADOPTERS.md @@ -1,7 +1,7 @@ ## Adopters * [Advanced Telematics Systems](https://advancedtelematic.com/en/press-releases/ats-is-integrating-the-uptane-security-framework-for-over-the-air-software-updates-to-connected-vehicles.html) * [Airbiquity](https://www.airbiquity.com/news/press-releases/airbiquity-unveils-new-otamatictm-release-further-strengthening-over-air-ota-software-and-data-management-offering-automotive) -* [Automotive Grade Linux](https://docs.automotivelinux.org/docs/architecture/en/dev/reference/security/05-platform-security.html#agl-platform-software-update) +* [Automotive Grade Linux](http://docs.automotivelinux.org/docs/architecture/en/dev/reference/security/05-platform-security.html#agl-platform-software-update) * [Cloudflare](https://blog.cloudflare.com/pal-a-container-identity-bootstrapping-tool/) * [DigitalOcean](https://github.com/digitalocean/do-agent) * [Docker](https://blog.docker.com/2015/08/content-trust-docker-1-8/) diff --git a/docs/METADATA.md b/docs/METADATA.md index 74e99d09..8bd6c17c 100644 --- a/docs/METADATA.md +++ b/docs/METADATA.md @@ -4,7 +4,7 @@ Metadata files provide information that clients can use to make update decisions The signed metadata files always include the time they were created and their expiration dates. This ensures that outdated metadata will be detected and that clients can refuse to accept metadata older than that which they've already seen. -All TUF metadata uses a subset of the JSON object format. When calculating the digest of an object, we use the [Canonical JSON](https://wiki.laptop.org/go/Canonical_JSON) format. Implementation-level detail about the metadata can be found in the [spec](docs/tuf-spec.txt). +All TUF metadata uses a subset of the JSON object format. When calculating the digest of an object, we use the [Canonical JSON](http://wiki.laptop.org/go/Canonical_JSON) format. Implementation-level detail about the metadata can be found in the [spec](docs/tuf-spec.txt). There are four required top-level roles and one optional top-level role, each with their own metadata file. diff --git a/docs/TUTORIAL.md b/docs/TUTORIAL.md index 51d9ee2b..db94df4e 100644 --- a/docs/TUTORIAL.md +++ b/docs/TUTORIAL.md @@ -74,7 +74,7 @@ updates. ### Keys ### The repository tool supports multiple public-key algorithms, such as [RSA](https://en.wikipedia.org/wiki/RSA_%28cryptosystem%29) and -[Ed25519](https://ed25519.cr.yp.to/), and multiple cryptography libraries. +[Ed25519](http://ed25519.cr.yp.to/), and multiple cryptography libraries. Which cryptography library to use is determined by the default, or user modified, settings in [settings.py](../tuf/settings.py). diff --git a/tox.ini b/tox.ini index 9bb49400..c4afbadc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Tox (https://tox.testrun.org/) is a tool for running tests +# Tox (http://tox.testrun.org/) is a tool for running tests # in multiple virtualenvs. This configuration file will run the # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory.