summaryrefslogtreecommitdiff
path: root/lib/libssl/man
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-01-30 10:48:16 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-01-30 10:48:16 +0000
commit556a1165c7dd6895c70f5fa0c17cf7c1b11ef6b2 (patch)
tree90b3e2e755f2d44e93e1a36d3cec6726c17e055a /lib/libssl/man
parent9c3957cc65cd2066605140c325115e047f8d41f8 (diff)
missing word in comment
Diffstat (limited to 'lib/libssl/man')
-rw-r--r--lib/libssl/man/SSL_get_finished.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_get_finished.3 b/lib/libssl/man/SSL_get_finished.3
index 596703223e5..3cfb655ea03 100644
--- a/lib/libssl/man/SSL_get_finished.3
+++ b/lib/libssl/man/SSL_get_finished.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_get_finished.3,v 1.1 2021/01/27 17:59:57 tb Exp $
+.\" $OpenBSD: SSL_get_finished.3,v 1.2 2021/01/30 10:48:15 tb Exp $
.\"
.\" Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 27 2021 $
+.Dd $Mdocdate: January 30 2021 $
.Dt SSL_GET_FINISHED 3
.Os
.Sh NAME
@@ -46,7 +46,7 @@ i.e., 64 bytes.
.\" In TLSv1.3 the length is equal to the length of the hash algorithm
.\" used by the hash-based message authentication code (HMAC),
.\" which is currently either 32 bytes for SHA-256 or 48 bytes for SHA-384.
-.\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly
+.\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly be
.\" specified by the ciphersuite to be longer.
.\" In TLS versions 1.1 and 1.0, the finished message has a fixed length
.\" of 12 bytes.