Static rustls::conn::TLS13_MAX_DROPPED_CCS

source ยท
static TLS13_MAX_DROPPED_CCS: u8
Expand description

How many ChangeCipherSpec messages we accept and drop in TLS1.3 handshakes. The spec says 1, but implementations (namely the boringssl test suite) get this wrong. BoringSSL itself accepts up to 32.