From f2aeabc1fd1254dba0b9ca57b51d36337d604303 Mon Sep 17 00:00:00 2001 From: Adi Kriegisch Date: Mon, 9 Dec 2013 23:33:48 +0100 Subject: [PATCH] fixed ugly table colors --- src/cipher_suites/choosing.tex | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/cipher_suites/choosing.tex b/src/cipher_suites/choosing.tex index fe734d8..f025c97 100644 --- a/src/cipher_suites/choosing.tex +++ b/src/cipher_suites/choosing.tex @@ -31,16 +31,16 @@ encryption are exchanged. %%For RSA and DSA those keys are the same. %% WHAT? \todo{explain this section} \begin{center} -\begin{tabular}{| l | l | l | l |} +\begin{tabular}{llll} \toprule - & \textbf{Key} & \textbf{\cellcolor{orange}EC} & \textbf{\cellcolor{green}ephemeral} \\ \cmidrule(lr){1-4} - \cellcolor{red} RSA & RSA & \cellcolor{green}no & \cellcolor{red} no \\ - \cellcolor{red} DH & RSA & \cellcolor{green}no & \cellcolor{red} no \\ - \cellcolor{green} EDH & RSA & \cellcolor{green}no & \cellcolor{green} yes \\ - \cellcolor{red} ECDH & both & \cellcolor{orange}yes & \cellcolor{red} no \\ - \cellcolor{orange} EECDH & both & \cellcolor{orange}yes & \cellcolor{green} yes \\ - \cellcolor{red} DSA & DSA & \cellcolor{green}no & \cellcolor{red} no \\ - \cellcolor{red} ECDSA & DSA & \cellcolor{orange}yes & \cellcolor{red} no \\ + & \textbf{Key} & \textbf{EC} & \textbf{ephemeral} \\ \cmidrule(lr){1-4} + RSA & RSA & no & no \\ + DH & RSA & no & no \\ + EDH & RSA & no & yes \\ + ECDH & both & yes & no \\ + EECDH & both & yes & yes \\ + DSA & DSA & no & no \\ + ECDSA & DSA & yes & no \\ \bottomrule \end{tabular} %\\ -- 2.20.1