Skip to content

Commit 7b5ef02

Browse files
Merge pull request python#17 from joshuagl/joshuagl/tweaks
Minor tweaks
2 parents bc60065 + 7c670d8 commit 7b5ef02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pep-0458.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ interpreted as described in RFC 2119__.
147147
__ http://www.ietf.org/rfc/rfc2119.txt
148148

149149
This PEP focuses on integrating TUF with PyPI; however, the reader is
150-
encouraged to read about TUF's design principles [2]_. It is also RECOMMENDED
151-
that the reader be familiar with the TUF specification [16]_.
150+
encouraged to read about TUF's design principles [2]_ and SHOULD be
151+
familiar with the TUF specification [16]_.
152152

153153
Terms used in this PEP are defined as follows:
154154

@@ -385,7 +385,7 @@ client library inside the package manager then loads the *root* metadata and dow
385385
the rest of the roles, including updating the *root* metadata if it has changed.
386386
An `outline of the update process`__ is available.
387387

388-
__ https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#5-detailed-workflows.
388+
__ https://github.com/theupdateframework/specification/blob/master/tuf-spec.md#5-detailed-workflows
389389

390390

391391
Minimum Security Model
@@ -473,9 +473,9 @@ PyPI and Key Requirements
473473

474474
In this section, the kinds of keys required to sign for TUF roles on PyPI are
475475
examined. TUF is agnostic with respect to choices of digital signature
476-
algorithms. For the purpose of discussion, it is assumed that most digital
477-
signatures will be produced the ed25519 algorithm [25]_ as this algorithm has
478-
native and well-tested Python support.
476+
algorithms. For the purpose of discussion, it is assumed that all digital
477+
signatures will be produced with the Ed25519 algorithm [25]_ as this algorithm
478+
has native and well-tested Python support.
479479
Nevertheless, we do NOT recommend any particular digital signature algorithm in
480480
this PEP because there are a few important constraints: first, cryptography
481481
changes over time; and second, TUF

0 commit comments

Comments
 (0)