summaryrefslogtreecommitdiff
path: root/lib/libssl/tls13_server.c
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-06-04 01:14:44 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-06-04 01:14:44 +0000
commit8b0205be87fc06678903e775596eb968219b68b7 (patch)
treee9671507a764e4d7616bfd2a3b4ccd243e8eb30c /lib/libssl/tls13_server.c
parent5f189dffa4f8a058e54a2a9e86f2a84ac2e37f2f (diff)
Tweak a comment using review feedback from jsing
Diffstat (limited to 'lib/libssl/tls13_server.c')
-rw-r--r--lib/libssl/tls13_server.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssl/tls13_server.c b/lib/libssl/tls13_server.c
index 815c394737c..2c1c12ff258 100644
--- a/lib/libssl/tls13_server.c
+++ b/lib/libssl/tls13_server.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tls13_server.c,v 1.97 2022/06/03 13:26:13 tb Exp $ */
+/* $OpenBSD: tls13_server.c,v 1.98 2022/06/04 01:14:43 tb Exp $ */
/*
* Copyright (c) 2019, 2020 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2020 Bob Beck <beck@openbsd.org>
@@ -108,9 +108,9 @@ tls13_client_hello_required_extensions(struct tls13_ctx *ctx)
*/
/*
- * RFC 8446, 4.2.9: if we got a pre_shared_key, then we also need
- * psk_key_exchange_modes. Otherwise, section 9.2 specifies that we
- * need both signature_algorithms and supported_groups.
+ * RFC 8446 section 4.2.9 - if we received a pre_shared_key, then we
+ * also need psk_key_exchange_modes. Otherwise, section 9.2 specifies
+ * that we need both signature_algorithms and supported_groups.
*/
if (tlsext_extension_seen(s, TLSEXT_TYPE_pre_shared_key)) {
if (!tlsext_extension_seen(s,