Secure Transport Layer Agreement (TLS) - Network Code

xiaoxiao2021-03-04  58

Secure Transport Layer Protocol (TLS) is used to provide confidentiality and data integrity between two communication applications. The protocol consists of two layers: TLS Record Protocol (TLS Record) and TLS Handshake Protocol (TLS Handshake). The lower layer is a TLS recording protocol, which is located on a reliable transport protocol (e.g., TCP). The connection security provided by the TLS recording protocol has two basic features:

Private - symmetrical encryption is used to encrypt data (DES, RC4, etc.). The key generated by the symmetrical encryption is unique to each connection, and this key is based on another protocol (such as a handshake protocol) negotiated. The recording protocol can also be used without encryption. Reliable-information transmission includes information integrity checking using the MAC using the key. Safety hash function (SHA, MD5, etc.) for MAC calculations. The recording protocol can also be operated without Mac, but generally can only be used in this mode, that is, another protocol is using the recording protocol to transfer negotiate security parameters.

For more information, please visit the following page: 中文 版: http://www.networkDictionary.com/chinese/protocols/tls.php English version: http://www.networkDictionary.com/Protocols/tls.php

转载请注明原文地址:https://www.9cbs.com/read-31688.html

New Post(0)