type github.com/refraction-networking/utls.ConnectionState
14 uses
github.com/refraction-networking/utls (current package)
common.go#L239: type ConnectionState struct {
common.go#L331: func (cs *ConnectionState) ExportKeyingMaterial(label string, context []byte, length int) ([]byte, error) {
common.go#L657: VerifyConnection func(ConnectionState) error
common.go#L786: UnwrapSession func(identity []byte, cs ConnectionState) (*SessionState, error)
common.go#L802: WrapSession func(ConnectionState, *SessionState) ([]byte, error)
common.go#L890: EncryptedClientHelloRejectionVerify func(ConnectionState) error
conn.go#L1622: func (c *Conn) ConnectionState() ConnectionState {
conn.go#L1630: func (c *Conn) connectionStateLocked() ConnectionState {
conn.go#L1631: var state ConnectionState
quic.go#L337: func (q *QUICConn) ConnectionState() ConnectionState {
ticket.go#L311: func (c *Config) EncryptTicket(cs ConnectionState, ss *SessionState) ([]byte, error) {
ticket.go#L352: func (c *Config) DecryptTicket(identity []byte, cs ConnectionState) (*SessionState, error) {
u_conn.go#L842: func (c *Conn) utlsConnectionStateLocked(state *ConnectionState) {
u_quic.go#L155: func (q *UQUICConn) ConnectionState() ConnectionState {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |