About this document
SSL Record Protocol Overview by amit joshi is a document available to read on EtoBox.
The Record Protocol in SSL provides confidentiality and integrity to encrypted data being exchanged after a successful handshake. It takes application messages as input, fragments them into smaller blocks, optionally compresses the blocks, adds a MAC for integrity, encrypts the blocks, and appends a header before sending the data over TCP. At the receiver, the header is removed and the blocks are decrypted, verified with the MAC, decompressed if compressed, and reassembled into the original application mess
- Author
- amit joshi
- Language
- EN