diff --git a/client_hello_parser.go b/client_hello_parser.go index ebbdae2..4ab5666 100644 --- a/client_hello_parser.go +++ b/client_hello_parser.go @@ -199,9 +199,9 @@ type extension struct { type highlights struct { //SupportedTLSVersions []uint16 GmtUnixTime uint32 `json:"gmt_unix_time"` // first 4 bytes of client random - SecureRenegotiationSupport bool `json:"secure_renegotiation_support"` - OcspStaplingSupport bool `json:"ocsp_stapling_support"` - SctSupport bool `json:"sct_support"` + SecureRenegotiationSupport bool `json:"secure_renegotiation_support"` + OcspStaplingSupport bool `json:"ocsp_stapling_support"` + SctSupport bool `json:"sct_support"` // Go's crypto/tls server does not support early data. EarlyData bool `json:"-"` // don't include in JSON JA3 string `json:"ja3"`