summaryrefslogtreecommitdiffstats
path: root/doc/api/intro.tex
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1995-05-01 01:49:45 +0000
committerEzra Peisach <epeisach@mit.edu>1995-05-01 01:49:45 +0000
commit732009a43e436ffe85955a2220016e88a8ee2a14 (patch)
tree3b00da80c595d274d28498f6e592f8f9a39f3819 /doc/api/intro.tex
parentfb87b571f3f57acf7b0072be7fe97a4469f85e53 (diff)
downloadkrb5-732009a43e436ffe85955a2220016e88a8ee2a14.tar.gz
krb5-732009a43e436ffe85955a2220016e88a8ee2a14.tar.xz
krb5-732009a43e436ffe85955a2220016e88a8ee2a14.zip
Formatting fixes.
Makefile: Include free.tex git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5665 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api/intro.tex')
-rw-r--r--doc/api/intro.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/intro.tex b/doc/api/intro.tex
index 925ad4db7e..370775b026 100644
--- a/doc/api/intro.tex
+++ b/doc/api/intro.tex
@@ -104,10 +104,10 @@ the authenticator in the correct key.
To provide detection of both replay
attacks and message stream modification attacks, the integrity of all
the messages exchanged between principals can also be
-guaranteed\footnote{Using
+guar\-an\-teed\footnote{Using
\funcname{krb5_mk_safe} and \funcname{krb5_rd_safe} to create and
verify KRB5_SAFE messages} by generating and transmitting a
-collision-proof checksum \footnote{aka cryptographic checksum,
+collision-proof checksum\footnote{aka cryptographic checksum,
elsewhere this is called a hash or digest function} of the client's
message, keyed with the session key. Privacy and integrity of the
messages exchanged between principals can be secured\footnote{Using
@@ -295,4 +295,5 @@ A record that helps a client authenticate itself to a server; it contains
the client's identity, a session key, a timestamp, and other
information, all sealed using the server's secret key. It only serves to
authenticate a client when presented along with a fresh Authenticator.
+
\end{description}