Module tlspuffin::tls::fn_impl::fn_messages
source · Expand description
Extensions according to IANA: https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-7
In the source code all IDs are available, but implementations are missing.
Return type is Message
Functions§
- Certificate => 0x0b,
- CertificateRequest => 0x0d,
- CertificateStatus => 0x16,
- CertificateVerify => 0x0f,
- ClientHello => 0x01,
- ClientKeyExchange => 0x10,
- EncryptedExtensions => 0x08,
- Finished => 0x14,
- HelloRequest/hello_request_RESERVED => 0x00,
- HelloRetryRequest => 0x06,
- KeyUpdate => 0x18,
- MessageHash => 0xfe
- NewSessionTicket => 0x04,
- ServerHello => 0x02,
- ServerHelloDone => 0x0e,
- ServerKeyExchange => 0x0c,