blob: 7f6a9c3e822d4ba2554ba80e86e1e11fad2b7df8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\begin{frame}[fragile]
\frametitle{IPsec}
\begin{itemize}
\item packet encapsulation in OSI Layer 2
\item Linux Kernel provides IPsec implementation
\item exploit Cryptographic Framework in Kernel
\item supported modes:
\begin{itemize}
\item Transport: only the payload is encrypted (IP header is left unchanged)
\item Tunneling: IP header and payload is encrypted
\end{itemize}
\item very high security rating
\item basis for large network-infrastructures
\end{itemize}
\end{frame}
|