diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 03:46:24 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 03:46:24 +0200 |
commit | b5a74469e5c5e828d5799ae4a66d70347f8aa8a6 (patch) | |
tree | 86fd64703f9adb51c5122a3c75f265566be0d564 /doc | |
parent | 44de56076c4db37acb981d6a24e42f919dcf8520 (diff) |
typofix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/interimap.1.md | 4 | ||||
-rw-r--r-- | doc/pullimap.1.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/interimap.1.md b/doc/interimap.1.md index 5370d79..de39880 100644 --- a/doc/interimap.1.md +++ b/doc/interimap.1.md @@ -397,8 +397,8 @@ Valid options are: *SSL_fingerprint* : Fingerprint of the server certificate's Subject Public Key Info, in - the form `[ALGO$]DIGEST_HEX` where `ALGO` is the used algorithm (by - default `sha256`). + the form `[ALGO$]DIGEST_HEX` where `ALGO` is the digest algorithm + (by default `sha256`). Attempting to connect to a server with a non-matching certificate SPKI fingerprint causes `interimap` to abort the connection during the SSL/TLS handshake. diff --git a/doc/pullimap.1.md b/doc/pullimap.1.md index 0055675..87cafbf 100644 --- a/doc/pullimap.1.md +++ b/doc/pullimap.1.md @@ -217,8 +217,8 @@ Valid options are: *SSL_fingerprint* : Fingerprint of the server certificate's Subject Public Key Info, in - the form `[ALGO$]DIGEST_HEX` where `ALGO` is the used algorithm (by - default `sha256`). + the form `[ALGO$]DIGEST_HEX` where `ALGO` is the digest algorithm + (by default `sha256`). Attempting to connect to a server with a non-matching certificate SPKI fingerprint causes `pullimap` to abort the connection during the SSL/TLS handshake. |