You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Sort extensions because the order is randomized
154
+
sort.Strings(j.PeetPrintExtensions)
155
+
152
156
tls_versions:=strings.Join(versions, "-") // Comma seperated list of supported TLS versions as sent in the `supported_versions` extension. TODO
153
157
protos:=strings.Join(tmp, "-") // Comma seperated list of supported HTTP versions as sent in the `application_layer_protocol_negotiation` extension. http/1.0 => 1.0, http/1.1 => 1.1, http/2 => 2
154
158
sig_als:=joinInts(parsed.SignatureAlgorithms, "-") // Comma seperated list of supported signatue algorithms as sent in the `signature_algorithms` extension.
0 commit comments