Unit-V Introduction-Security at transport layer,SSL
Unit-V Introduction-Security at transport layer,SSL
K. Govindaraju
Assistant Professor
Dept of Computer Science & Engineering
Aditya Engineering College(A)
Surampalem.
Aditya Engineering College (A)
Unit-V Outcomes
SSL Architecture
SSL is designed to make use of TCP to provide a reliable end-to-end secure
service.
SSL is not a single protocol but rather two layers of protocols.
Two important SSL concepts are the SSL session and the SSL connection,
which are defined in the specification as follows.
1. Connection: A connection is a transport that provides a suitable type of
service. For SSL, such connections are peer-to-peer relationships. Every
connection is associated with one session.
2. Session: An SSL session is an association between a client and a server.
Sessions are created by the Handshake Protocol. Sessions define a set of
cryptographic security parameters which can be shared among multiple
connections.
Cryptography & Network
K. Govindaraju Tuesday, April 8, 2025
Security
Aditya Engineering College (A)
Summary
Unit-V Outcomes
Web Security Considerations
Web Security Threats
Web Traffic Security Approaches
Secure Socket Layer (SSL) Protocol
SSL Architecture
SSL Protocol Stack
SSL Record Protocol
Summary
SSL Record Format
ChangeCipherSpec Protocol
SSL Alert Protocol
SSL Handshake Protocol
SSL Handshake Protocol Phases