Skip to content

Commit

Permalink
print hello bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovis7 committed Dec 13, 2024
1 parent eb2ca2d commit 7ee9cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tlslistener/clienthelloconn.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ func (rrc *clientHelloRecordingConn) processHello(info *tls.ClientHelloInfo) (*t
// us to decrypt the ClientHello and session tickets, for example. We use those functions
// separately without switching to uTLS entirely to allow continued upgrading of the TLS stack
// as new Go versions are released.
log.Debugf("!!!!! jovis processHello hello bytes, length %d, %v", len(hello), hello)
helloMsg := utls.UnmarshalClientHello(hello)

if helloMsg == nil {
Expand Down

0 comments on commit 7ee9cf0

Please sign in to comment.