summaryrefslogtreecommitdiffstats
path: root/agent/keyformat.txt
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2017-02-20 22:19:50 +0100
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-02-21 19:11:46 +0100
commit24cf0606b43038c7ce5e9c6ccb921895619c04f0 (patch)
tree4888dfeb4ed52052e71158b948499b12b4b04ec9 /agent/keyformat.txt
parentdirmngr: Add special treatment for the standard hkps pool to ntbtls. (diff)
downloadgnupg2-24cf0606b43038c7ce5e9c6ccb921895619c04f0.tar.xz
gnupg2-24cf0606b43038c7ce5e9c6ccb921895619c04f0.zip
Clean up word replication.
-- This fixes extra word repetitions (like "the the" or "is is") in the code and docs. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'agent/keyformat.txt')
-rw-r--r--agent/keyformat.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/agent/keyformat.txt b/agent/keyformat.txt
index e80496e1c..68fbdbc65 100644
--- a/agent/keyformat.txt
+++ b/agent/keyformat.txt
@@ -133,7 +133,7 @@ The currently defined protection modes are:
*** openpgp-s2k3-sha1-aes-cbc
- This describes an algorithm using using AES in CBC mode for
+ This describes an algorithm using AES in CBC mode for
encryption, SHA-1 for integrity protection and the String to Key
algorithm 3 from OpenPGP (rfc4880).
@@ -182,7 +182,7 @@ The currently defined protection modes are:
*** openpgp-s2k3-ocb-aes
- This describes an algorithm using using AES-128 in OCB mode, a nonce
+ This describes an algorithm using AES-128 in OCB mode, a nonce
of 96 bit, a taglen of 128 bit, and the String to Key algorithm 3
from OpenPGP (rfc4880).
@@ -311,7 +311,7 @@ This format is used to transfer keys between gpg and gpg-agent.
* PROTALGO is a Libgcrypt style cipher algorithm name
* IV is the initialization verctor.
* S2KMODE is the value from RFC-4880.
- * S2KHASH is a a libgcrypt style hash algorithm identifier.
+ * S2KHASH is a libgcrypt style hash algorithm identifier.
* S2KSALT is the 8 byte salt
* S2KCOUNT is the count value from RFC-4880.