diff --git a/conn.go b/conn.go index 81ef27af..7f6f1f89 100644 --- a/conn.go +++ b/conn.go @@ -1551,6 +1551,9 @@ func (c *Conn) connectionStateLocked() ConnectionState { } else { state.ekm = c.ekm } + // [UTLS SECTION START] + c.utlsConnectionStateLocked(&state) + // [UTLS SECTION END] return state }