Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for clientFinished (0.12 sec)

  1. src/crypto/tls/conn.go

    	// alertCloseNotify record.
    	closeNotifySent bool
    
    	// clientFinished and serverFinished contain the Finished message sent
    	// by the client or server in the most recent handshake. This is
    	// retained to support the renegotiation extension and tls-unique
    	// channel-binding.
    	clientFinished [12]byte
    	serverFinished [12]byte
    
    	// clientProtocol is the negotiated ALPN protocol.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top