]> git.codecow.com Git - Monocypher.git/commitdiff
manual: roff formatting fixes
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Thu, 4 Apr 2019 04:22:04 +0000 (06:22 +0200)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Thu, 4 Apr 2019 04:22:04 +0000 (06:22 +0200)
doc/man/man3/crypto_kex_x_init_client.3monocypher
doc/man/man3/crypto_poly1305.3monocypher
doc/man/man3/intro.3monocypher

index 175f3aac4970b787c0254905ea208afcb190f1c1..85b0853489142926f20376c993fa93889aebee6c 100644 (file)
@@ -111,7 +111,6 @@ It must thus be known to the client before making a connection.
 A 80-byte message, which is generated and sent by the client.
 It is the only message in the key exchange.
 .El
-.Pp
 .Ss Key exchange as the client
 When starting a new connection to the server, the client first reads
 the server's public key from the network; then it calls
index 72358c68c501affdd8067023d7f68d5e150c9f1a..e897227daa71fa60295620fa56e0cc01b06e97f7 100644 (file)
@@ -34,7 +34,8 @@
 .Fc
 .Sh DESCRIPTION
 Poly1305 is a one-time message authentication code.
-"One-time" means the authentication key can be used only once.
+.Dq One-time
+means the authentication key can be used only once.
 .Sy This makes Poly1305 easy to misuse .
 On the other hand, Poly1305 is fast, and provably secure if used
 correctly.
index c4cd2babdb75bc5ce538984d36041261a62ff936..7dfc8f26718a2aa79f5a90d3b298e998ca6071fb 100644 (file)
@@ -170,7 +170,8 @@ hard to use correctly and securely.
 Reads may be interrupted, and more attacks are possible on a file than
 on a system call.
 .Ss Timing attacks
-Monocypher runs in "constant time".
+Monocypher runs in
+.Dq constant time .
 There is no flow from secrets to timings.
 No secret dependent indices, no secret dependent branches.
 Nevertheless, there are a couple important caveats.
@@ -198,7 +199,8 @@ If an attacker can add data to the input before it is compressed and
 encrypted, they can observe changes to the ciphertext length to recover
 secrets from the input.
 Researchers have demonstrated an attack on HTTPS to steal session
-cookies when compression is enabled, dubbed "CRIME".
+cookies when compression is enabled, dubbed
+.Dq CRIME .
 .Ss Forward secrecy
 Long term secrets cannot be expected to stay safe indefinitely.
 Users may reveal them by mistake, or the host computer might have a