]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 25 Jan 2003 12:07:35 +0000 (12:07 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 25 Jan 2003 12:07:35 +0000 (12:07 +0000)
doc/tex/certificate.tex
doc/tex/compression.tex

index 1519a5c063974a0035ac708cdc15ee77bb56a3d1..4800e9623f98137f88840694593521cf40770aba 100644 (file)
@@ -43,7 +43,7 @@ of the certificate authentication methods, but is limited to a session. See the
 \printfunc{gnutls_certificate_verify_peers}{gnutls\_certificate\_verify\_peers}
 function. The above functions verify if the given certificate path leads
 to a trusted CA certificate. You should also verify if the certificate's
-owner is the one you expect. See \ref{ex:rfc2818} on page \pageref{ex:rfc2818},
+owner is the one you expect. See section \ref{ex:rfc2818} on page \pageref{ex:rfc2818},
 for an example.
 
 \par
@@ -96,7 +96,7 @@ Kevin, for some reason. A reason could be that Bob is lazy enough, and
 signs other people's keys without being sure that they belong to the 
 actual owner.
 
-\par
+\subsection{Verifying an OpenPGP key}
 First we've to differentiate between ownertrust and validity. Sometimes trust
 and validity is used as a synonym but this is not correct.
 \par
@@ -115,12 +115,11 @@ the signature he made. There are different ownertrust levels:
 For example we need three marginally trusted signature to make a key
 valid or one full trusted signature. The ultimate trust is only used
 when we are the owner of a key and we also have the secret key.
-\par
 In the case we don't trust the owner, those signatures are skipped
 for the web of trust calculation.
 \par
 All checks in GnuTLS are done in \printfunc{gnutls_openpgp_verify_key}{gnutls\_openpgp\_verify\_key}. 
-If a trustdb is available, this is the file which contains all information about the
+If a trust database is available, this is the file which contains all information about the
 key owner (ownertrust), additional checks are performed.
 \\
 First we get the trustdb entry to see if the key is not disabled because
@@ -138,5 +137,3 @@ it was created by the key itself.
 Validity means if the signatures on the key are valid and the key was not 
 changed by somebody or corrupted during transport.
 
-
-
index 330c7434f90c91d820cbbaa4a6a638ccd437e979..dc7f0e55b70a7500a79445de2ed39b0a07602ad9 100644 (file)
@@ -1,7 +1,7 @@
 \subsection{Compression algorithms used in the record layer}
 \index{Compression algorithms}
 The TLS' record layer also supports compression. The algorithms
-implemented in \gnutls{} can found in figure \ref{fig:compression}.
+implemented in \gnutls{} can be found in figure \ref{fig:compression}.
 All the algorithms except for the ones referenced in \cite{TLSCOMP}, should be 
 considered as \gnutls' extensions\footnote{You should use \printfunc{gnutls_handshake_set_private_extensions}{gnutls\_handshake\_set\_private\_extensions}
 to enable private extensions.}, and