Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handshakes ¶
func NewTransport ¶
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
func (*Buffer) ReadUint16LengthPrefixed ¶
godocs.io/golang.org/x/crypto/cryptobyte#String.ReadUint16LengthPrefixed
type ClientHello ¶
type ClientHello struct {
*tls.ClientHelloSpec
Version uint16
}
func ParseHandshake ¶
func ParseHandshake(data []byte) (*ClientHello, error)
func ParseJA3 ¶
func ParseJA3(str string) (*ClientHello, error)
func (ClientHello) FormatJA3 ¶
func (h ClientHello) FormatJA3() (string, error)
Click to show internal directories.
Click to hide internal directories.