ChangeCipherSpec
- class mtf.network_port.tls.tls_dtls_config.ChangeCipherSpec
Represents a TLS ChangeCipherSpec message, which notifies the receiving party that subsequent records will be protected under the newly negotiated CipherSpec and keys.
- Attributes:
ccs_protocol_type (bytes): Indicates the type (usually a single byte with the value 1 to indicate a ChangeCipherSpec message).
- ccs_protocol_type: bytes
- __init__(ccs_protocol_type: bytes) None