git.bettercrypto.org
/
ach-master.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c85cfc8
)
formatting of the cipher string example
author
Aaron Kaplan
<aaron@lo-res.org>
Mon, 9 Dec 2013 20:30:46 +0000
(21:30 +0100)
committer
Aaron Kaplan
<aaron@lo-res.org>
Mon, 9 Dec 2013 20:30:46 +0000
(21:30 +0100)
src/cipher_suites/architecture.tex
patch
|
blob
|
history
diff --git
a/src/cipher_suites/architecture.tex
b/src/cipher_suites/architecture.tex
index
0e4922e
..
b9afa5b
100644
(file)
--- a/
src/cipher_suites/architecture.tex
+++ b/
src/cipher_suites/architecture.tex
@@
-15,29
+15,29
@@
over a public channel. The main property guaranteed here is that an
eavesdroppin adversary who sees all the messages sent over the communication
line does not learn anything about the resulting secret key.'' \cite{katz2008introduction}
eavesdroppin adversary who sees all the messages sent over the communication
line does not learn anything about the resulting secret key.'' \cite{katz2008introduction}
-Example:
DH, ECDH, DHE, ECDHE, RSA
+Example:
\texttt{DHE}
\item{Authentication:}
The client authenticates the server by its certificate. Optionally the server
may authenticate the client certificate.
\item{Authentication:}
The client authenticates the server by its certificate. Optionally the server
may authenticate the client certificate.
-Example:
RSA, ECDSA, DSA
+Example:
\texttt{RSA}
\item{Cipher:}
The cipher is used to encrypt the message stream. It also contains the key size
and mode used by the suite.
\item{Cipher:}
The cipher is used to encrypt the message stream. It also contains the key size
and mode used by the suite.
-Example:
AES128, AES128\_GCM, Camellia128
+Example:
\texttt{AES256}
\item{Message authentication code (MAC):}
A MAC ensures that the message has not been tampered with (integrity).
\item{Message authentication code (MAC):}
A MAC ensures that the message has not been tampered with (integrity).
-Examples:
SHA256, SHA384, SHA
+Examples:
\texttt{SHA256}
\begin{figure}[h]
\makebox[\textwidth]{
\begin{figure}[h]
\makebox[\textwidth]{
-\framebox[1.1\width]{
DHE}--\framebox[1.1\width]{RSA}--\framebox[1.1\width]{AES256}--\framebox[1.1\width]{GCM}--\framebox[1.1\width]{SHA384
} }
+\framebox[1.1\width]{
\texttt{DHE} }--\framebox[1.1\width]{ \texttt{RSA} }--\framebox[1.1\width]{ \texttt{AES256} }--\framebox[1.1\width]{ \texttt{SHA256}
} }
\caption{Composition of a typical cipher string}
\end{figure}
\caption{Composition of a typical cipher string}
\end{figure}