MCPcopy Create free account
hub / github.com/XTLS/Go / RenegotiationSupport

TypeAlias RenegotiationSupport

common.go:498–498  ·  view source on GitHub ↗

RenegotiationSupport enumerates the different levels of support for TLS renegotiation. TLS renegotiation is the act of performing subsequent handshakes on a connection after the first. This significantly complicates the state machine and has been the source of numerous, subtle security issues. Initi

Source from the content-addressed store, hash-verified

496//
497// Renegotiation is not defined in TLS 1.3.
498type RenegotiationSupport int
499
500const (
501 // RenegotiateNever disables renegotiation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected