Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/crypto/tls/conn.go

    	}
    
    	switch msg := msg.(type) {
    	case *newSessionTicketMsgTLS13:
    		return c.handleNewSessionTicket(msg)
    	case *keyUpdateMsg:
    		return c.handleKeyUpdate(msg)
    	}
    	// The QUIC layer is supposed to treat an unexpected post-handshake CertificateRequest
    	// as a QUIC-level PROTOCOL_VIOLATION error (RFC 9001, Section 4.4). Returning an
    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