summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-21 12:59:47 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-21 12:59:47 +0100
commita02817dc6de10516365a379161bac13826979a26 (patch)
tree191c7110fcb8172948a7b69e53726a538f59bdb9
parentd34f521eee9ba50f92482d54b6e0af42296cd35d (diff)
openpgp: Fix rendering of docs.
- Avoid the number followed by a dot at the start of the line.
-rw-r--r--openpgp/src/policy.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/openpgp/src/policy.rs b/openpgp/src/policy.rs
index 55d3d72e..88df7811 100644
--- a/openpgp/src/policy.rs
+++ b/openpgp/src/policy.rs
@@ -487,12 +487,12 @@ impl StandardPolicy {
/// algorithm has no known vulnerabilities.
///
/// By default, we reject the use of TripleDES (3DES) starting in
- /// 2017. While 3DES is still a ["MUST implement"] algorithm in
- /// RFC4880, released in 2007, there are plenty of other symmetric
- /// algorithms defined in RFC4880, and it says AES-128 SHOULD be
- /// implemented. Support for other algorithms in OpenPGP
- /// implementations is [excellent]. We chose 2017 as the cutoff
- /// year because [NIST deprecated 3DES] that year.
+ /// the year 2017. While 3DES is still a ["MUST implement"]
+ /// algorithm in RFC4880, released in 2007, there are plenty of
+ /// other symmetric algorithms defined in RFC4880, and it says
+ /// AES-128 SHOULD be implemented. Support for other algorithms
+ /// in OpenPGP implementations is [excellent]. We chose 2017 as
+ /// the cutoff year because [NIST deprecated 3DES] that year.
///
/// ["MUST implement"]: https://tools.ietf.org/html/rfc4880#section-9.2
/// [excellent]: https://tests.sequoia-pgp.org/#Symmetric_Encryption_Algorithm_support