From 73abc462de0f52307c4e568ff1c38f3bc1c81ac3 Mon Sep 17 00:00:00 2001 From: Ulrich Date: Wed, 20 Nov 2013 17:11:25 +0100 Subject: [PATCH] Fix key-exchange table in cipher_suites lines 212-228 so that PDF will compile again --- src/cipher_suites.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cipher_suites.tex b/src/cipher_suites.tex index 173bdd4..41145ca 100644 --- a/src/cipher_suites.tex +++ b/src/cipher_suites.tex @@ -209,7 +209,7 @@ Many algorithms allow a secure key exchange. Among those are RSA, DSA, DH, EDH, ECDH, EECDH and a few others. During the key exchange, keys for authentication and for encryption are exchanged. For RSA and DSA those keys are the same. -\begin{WrapText} +\begin{center} \begin{tabular}{| l | l | l | l |} \toprule & \textbf{Key} & \textbf{\cellcolor{orange}EC} & \textbf{\cellcolor{green}ephemeral} \\ \cmidrule(lr){1-4} @@ -222,10 +222,10 @@ encryption are exchanged. For RSA and DSA those keys are the same. \cellcolor{red} ECDSA & DSA & \cellcolor{orange}yes & \cellcolor{red} no \\ \bottomrule \end{tabular} -\\ -\\ -disabled: \texttt{!PSK:!SRP} -\end{WrapText} +%\\ +%\\ +%disabled: \texttt{!PSK:!SRP} +\end{center} \textbf{Ephemeral Key Exchange} uses different keys for authentication (the server's RSA key) and encryption (a randomly created key). This advantage is called ``Forward -- 2.20.1