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

TypeAlias RenegotiationSupport

common.go:525–525  ·  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

523//
524// Renegotiation is not defined in TLS 1.3.
525type RenegotiationSupport int
526
527const (
528 // RenegotiateNever disables renegotiation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected