blob: e806d235cab52fa13bfa375647698fd13b2489dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\begin{frame}[fragile]
\frametitle{Transport Layer Security (TLS/SSL)}
\begin{itemize}
\item packet encapsulation in OSI Layer 6
\item use userspace libraries for encryption (openSSL)
\item easy integration in existing corporate-wide Network infrastructure and NAT
\item flexible solution
\item high security rating
\item loosely coupled with Operating Systems
\item single-port configuration possible
\end{itemize}
\emph{Note: TLS v1.0 is also known as SSL v3.1}
\end{frame}
|