diff options
| author | Holger Dengler <dengler@linutronix.de> | 2012-10-18 16:42:15 +0200 |
|---|---|---|
| committer | Holger Dengler <dengler@linutronix.de> | 2012-10-18 16:42:15 +0200 |
| commit | 65c7ea9b36e9505be25f4f7db5b5aac2cdda008e (patch) | |
| tree | 4b8a87d280f2c1728b07cf6f8d676b4277238edb /security/vpn/frm_protocol-overview.tex | |
| parent | 63b92c9c84dace78b730610a2079899291a633a5 (diff) | |
Security/vpn: New VPN Fasttrack Presentation
This new VPN Fasttrack covers an overview and the basics of VPN. Some
frames can be reused for the main presentation.
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security/vpn/frm_protocol-overview.tex')
| -rw-r--r-- | security/vpn/frm_protocol-overview.tex | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/vpn/frm_protocol-overview.tex b/security/vpn/frm_protocol-overview.tex new file mode 100644 index 0000000..1efd5ce --- /dev/null +++ b/security/vpn/frm_protocol-overview.tex @@ -0,0 +1,22 @@ +\begin{frame}[fragile] +\frametitle{VPN Protocol Overview} +\begin{itemize} +\item Internet Protocol Security (IPsec) + \begin{itemize} + \item Internet Key Exchange (IKEv1, IKEv2) + \item Layer 2 Tunneling Protocol (L2TP) + \item XAUTH + \end{itemize} +\item Transport Layer Security (TLS/SSL) + \begin{itemize} + \item TLS/SSL Authentication Methods + \end{itemize} +\item Proprietary Protocols + \begin{itemize} + \item Generic Routing Encapsulation (GRE) + \begin{itemize} + \item Point-to-Point Tunneling Protocol (PPTP) + \end{itemize} + \end{itemize} +\end{itemize} +\end{frame} |
