Change Cipher Spec¶
- class siotls.contents.change_cipher_spec.ChangeCipherSpec¶
A content that has no meaning in TLS 1.3 but that is still transmitted (empty) because of protocol ossification, see RFC 8446 Appendix D.4 (TLS 1.3 - Middlebox Compatibility Mode).
- __init__()¶
- can_fragment: bool = False¶
Can this content be fragmented over multiple TLS records?
- content_type: ContentType = 20¶
The unique numeric identifier of the content.