Type Definition bearssl::br_sslrec_in_class [] [src]

type br_sslrec_in_class = br_sslrec_in_class_;

\brief Decryption engine for SSL.

When processing incoming records, the SSL engine will use a decryption engine that uses a specific context structure, and has a set of methods (a vtable) that follows this template.

The decryption engine is responsible for applying decryption, verifying MAC, and keeping track of the record sequence number.