summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2013-06-04 08:25:52 +0200
committerHolger Dengler <dengler@linutronix.de>2015-02-20 16:32:50 +0100
commit2c1e41ae2491fad5cdf700cbdaefa5b27b7ff863 (patch)
tree1f35a0363f22efdf4185098edad1436e0331c347 /security
parent356589a6bba9d9951357731194094f722535076c (diff)
security: crypto: Fix PMS encrypt in SSL handshake
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security')
-rw-r--r--security/crypto/pres_crypto_en.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/crypto/pres_crypto_en.tex b/security/crypto/pres_crypto_en.tex
index 1c0cccd..f2ab286 100644
--- a/security/crypto/pres_crypto_en.tex
+++ b/security/crypto/pres_crypto_en.tex
@@ -231,7 +231,7 @@ RN\subscript {s})
\item Client Certificate (incl. PubK\subscript{c}), checked by Server
\item Hash over all previous messages, signed with PrivK\subscript{c}, checked by Server
\item Client calculate Pre-Master-Secret (PMS)
-\item Encrypted PMS (with PrivK\subscript{c}) to Server
+\item Encrypted PMS (with PubK\subscript{s}) to Server
\item Both sides calculate Master-Secret with RN\subscript{c},
RN\subscript{s} and PMS
\end{itemize}