Finished

class siotls.contents.handshakes.finished.Finished

Finished handshake as defined in RFC 8446 Section 4.4.4. Contains a signed hash of the handshakes exchanged so far (which includes both ends random bytes) which, upon verification, gives the guarantee that this connection is secure.

__init__(verify_data)
msg_type: HandshakeType | HandshakeType_ = 20

The unique numeric identifier of the handshake.

verify_data: bytes

The result of the HMAC over the handshakes exchanged so far.