diff options
author | tb <> | 2021-01-30 10:48:15 +0000 |
---|---|---|
committer | tb <> | 2021-01-30 10:48:15 +0000 |
commit | cc107c8d772b25c52a0f3d46a8c37763f0b53e1c (patch) | |
tree | 186b4c8ff2fa291cb4913b5b90ab31c5e357e09d /src/lib/libssl/man/SSL_get_finished.3 | |
parent | 1b4674cad1c809bd02dfa208406b40dbdbbf1e57 (diff) | |
download | openbsd-cc107c8d772b25c52a0f3d46a8c37763f0b53e1c.tar.gz openbsd-cc107c8d772b25c52a0f3d46a8c37763f0b53e1c.tar.bz2 openbsd-cc107c8d772b25c52a0f3d46a8c37763f0b53e1c.zip |
missing word in comment
Diffstat (limited to 'src/lib/libssl/man/SSL_get_finished.3')
-rw-r--r-- | src/lib/libssl/man/SSL_get_finished.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_get_finished.3 b/src/lib/libssl/man/SSL_get_finished.3 index 596703223e..3cfb655ea0 100644 --- a/src/lib/libssl/man/SSL_get_finished.3 +++ b/src/lib/libssl/man/SSL_get_finished.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_get_finished.3,v 1.1 2021/01/27 17:59:57 tb Exp $ | 1 | .\" $OpenBSD: SSL_get_finished.3,v 1.2 2021/01/30 10:48:15 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2020 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2020 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: January 27 2021 $ | 17 | .Dd $Mdocdate: January 30 2021 $ |
18 | .Dt SSL_GET_FINISHED 3 | 18 | .Dt SSL_GET_FINISHED 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -46,7 +46,7 @@ i.e., 64 bytes. | |||
46 | .\" In TLSv1.3 the length is equal to the length of the hash algorithm | 46 | .\" In TLSv1.3 the length is equal to the length of the hash algorithm |
47 | .\" used by the hash-based message authentication code (HMAC), | 47 | .\" used by the hash-based message authentication code (HMAC), |
48 | .\" which is currently either 32 bytes for SHA-256 or 48 bytes for SHA-384. | 48 | .\" which is currently either 32 bytes for SHA-256 or 48 bytes for SHA-384. |
49 | .\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly | 49 | .\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly be |
50 | .\" specified by the ciphersuite to be longer. | 50 | .\" specified by the ciphersuite to be longer. |
51 | .\" In TLS versions 1.1 and 1.0, the finished message has a fixed length | 51 | .\" In TLS versions 1.1 and 1.0, the finished message has a fixed length |
52 | .\" of 12 bytes. | 52 | .\" of 12 bytes. |