From 47f47cf66dba5b99a07f925e2b999e52b726325a Mon Sep 17 00:00:00 2001 From: Sergey Frolov Date: Thu, 21 Jun 2018 13:05:36 -0400 Subject: [PATCH] Update EMS comment: implemented due to popularity --- handshake_messages.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handshake_messages.go b/handshake_messages.go index bc46f04..715cec5 100644 --- a/handshake_messages.go +++ b/handshake_messages.go @@ -20,7 +20,7 @@ type clientHelloMsg struct { serverName string ocspStapling bool scts bool - ems bool // [UTLS] + ems bool // [UTLS] actually implemented due to its prevalence supportedCurves []CurveID supportedPoints []uint8 ticketSupported bool