summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-10-17 16:00:22 +0200
committerSimon Josefsson <simon@josefsson.org>2007-10-17 16:00:22 +0200
commit07dab325f0841a4114fe468e92b51b1337add106 (patch)
treec57af11ecb6f69cfa2a993961d59d6e5ca21ecf6
parent0f972ff0a5959863bca909c8db3215e4ecf3681a (diff)
downloadgnutls-07dab325f0841a4114fe468e92b51b1337add106.tar.gz
Remove authz sections.
-rw-r--r--doc/gnutls.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 4c453ec47c..d5e8b724c8 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -251,7 +251,6 @@ table.
@item --disable-srp-authentication
@itemx --disable-psk-authentication
@itemx --disable-anon-authentication
-@itemx --disable-tls-authorization
@itemx --disable-extra-pki
@itemx --disable-openpgp-authentication
@itemx --disable-openssl-compatibility
@@ -2147,7 +2146,6 @@ implemented by another example.
* Client with Resume capability example::
* Simple client example with SRP authentication::
* Simple client example with TLS/IA support::
-* Simple client example with authorization support::
* Helper function for TCP connections::
@end menu
@@ -2263,7 +2261,6 @@ servers, using @acronym{GnuTLS}.
* Echo Server with OpenPGP authentication::
* Echo Server with SRP authentication::
* Echo Server with anonymous authentication::
-* Echo Server with authorization support::
@end menu
@node Echo Server with X.509 authentication