summaryrefslogtreecommitdiff
path: root/doc/cha-auth.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-20 20:21:18 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-20 20:21:18 +0200
commitb679178e1c1b08286068462c9bbbbb4f303351e5 (patch)
treeb5906f4b3f534e9462cd769e23136b26a7444878 /doc/cha-auth.texi
parent7114ead4d4e0e4159001089f861c60c80f5bb417 (diff)
downloadgnutls-b679178e1c1b08286068462c9bbbbb4f303351e5.tar.gz
Tables were also made floating
Diffstat (limited to 'doc/cha-auth.texi')
-rw-r--r--doc/cha-auth.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/cha-auth.texi b/doc/cha-auth.texi
index 9a9bb38598..edfb36d161 100644
--- a/doc/cha-auth.texi
+++ b/doc/cha-auth.texi
@@ -348,10 +348,9 @@ maintain @acronym{PSK} keys.
In @acronym{GnuTLS} every key exchange method is associated with a
credentials type. So in order to enable to enable a specific method,
the corresponding credentials type should be initialized and set using
-@funcref{gnutls_credentials_set}. A mapping is shown below.
-
-Key exchange algorithms and the corresponding credential types:
+@funcref{gnutls_credentials_set}. A mapping is shown in @ref{tab:key-exchange-cred}.
+@float Table,tab:key-exchange-cred
@multitable @columnfractions .4 .25 .25
@headitem Key exchange @tab Client credentials @tab Server credentials
@@ -384,6 +383,8 @@ Key exchange algorithms and the corresponding credential types:
@tab @code{CRD_PSK}
@end multitable
+@caption{Key exchange algorithms and the corresponding credential types.}
+@end float
@node Parameters stored in credentials
@section Parameters Stored in Credentials