Module tls13

Source

Modulesยง

key_schedule ๐Ÿ”’
Key schedule maintenance for TLS1.3

Structsยง

Tls13CipherSuite
A TLS 1.3 cipher suite supported by rustls.
VerifyMessage ๐Ÿ”’

Constantsยง

CLIENT_CONSTANT ๐Ÿ”’
MAX_VERIFY_MSG ๐Ÿ”’
SERVER_CONSTANT ๐Ÿ”’

Functionsยง

construct_client_verify_message ๐Ÿ”’
Constructs the signature message specified in section 4.4.3 of RFC8446.
construct_server_verify_message ๐Ÿ”’
Constructs the signature message specified in section 4.4.3 of RFC8446.