Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Packet Analysis with Wireshark

You're reading from   Packet Analysis with Wireshark Leverage the power of Wireshark to troubleshoot your networking issues by using effective packet analysis techniques and performing improved protocol analysis

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher
ISBN-13 9781785887819
Length 172 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
ANISH NATH ANISH NATH
Author Profile Icon ANISH NATH
ANISH NATH
Arrow right icon
View More author details
Toc

An introduction to SSL/TLS


Transport Layer Security (TLS) is the new name for Secure Socket Layer (SSL). It provides a secure transport connection between applications with the following benefits:

  • SSL/TLS works on Layer 7 (the Application Layer) on behalf of the higher-level protocols

  • SSL/TLS provides confidentiality and integrity by encrypting communications

  • SSL/TLS allows client-side validation (optional) for closed use cases

SSL/TLS versions

Knowing the versions is extremely important while debugging handshake issues, as most handshake failures happen in this process.

Netscape developed the original SSL versions and other versions; their RFC numbers are shown in the following table:

Protocol

Year

RFC

Deprecated

SSL 1.0

N/A

N/A

N/A

SSL 2.0

1995

NA

Y RFC 6176

SSL 3.0

1996

RFC 6101

Y RFC 7568

TLS 1.0

1999

RFC 2246

N

TLS 1.1

2006

RFC 4346

N

TLS 1.2

2008

RFC 5246

N

TLS 1.3

TBD

DRAFT

N

The SSL/TLS component

SSL/TLS is split into four major components, as shown in the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image