aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/cli.rst2
-rw-r--r--doc/old_news.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/cli.rst b/doc/cli.rst
index 37698cef7..8eafece33 100644
--- a/doc/cli.rst
+++ b/doc/cli.rst
@@ -207,7 +207,7 @@ TLS Server/Client
-----------------------
The ``--policy=`` argument of the TLS commands specifies the TLS policy to use.
-The policy can be any of the the strings "default", "suiteb_128", "suiteb_192",
+The policy can be any of the strings "default", "suiteb_128", "suiteb_192",
"bsi", "strict", or "all" to denote built-in policies, or it can name a file
from which a policy description will be read.
diff --git a/doc/old_news.rst b/doc/old_news.rst
index 161bf487b..a5afd369b 100644
--- a/doc/old_news.rst
+++ b/doc/old_news.rst
@@ -1189,7 +1189,7 @@ Version 1.11.16, 2015-03-29
Unfortunately the semantics of the exchange have changed with ALPN. Using
NPN, the server offered a list of protocols it advertised, and then the
client chose its favorite. With ALPN, the client offers a list of protocols
- and the server chooses. The the signatures of both the TLS::Client and
+ and the server chooses. The signatures of both the TLS::Client and
TLS::Server constructors have changed to support this new flow.
* Optimized ECDSA signature verification thanks to an observation by
@@ -2402,7 +2402,7 @@ Version 1.9.15, 2011-03-21
causing a illegal instruction crash.
* Improve detection and autoconfiguration for ARM processors. Thanks
- go out to the the `Tahoe-LAFS Software Foundation
+ go out to the `Tahoe-LAFS Software Foundation
<http://tahoe-lafs.org>`_, who donated a Sheevaplug that I'll be
using to figure out how to make the cryptographic primitives
Tahoe-LAFS relies on faster, particularly targeting the ARMv5TE.