summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-examples.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-29 22:59:05 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-01-29 22:59:35 +0100
commit2d3306fb9c812a249e306c59a15fc369ac099cfd (patch)
tree90752e29e87ab9b3ecd37951578ef574260a6056 /doc/cha-gtls-examples.texi
parentd81a08f640335801a00fd0c7310adc7cdb7d7281 (diff)
downloadgnutls-2d3306fb9c812a249e306c59a15fc369ac099cfd.tar.gz
doc update
Diffstat (limited to 'doc/cha-gtls-examples.texi')
-rw-r--r--doc/cha-gtls-examples.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi
index 81c512e762..7233cc004c 100644
--- a/doc/cha-gtls-examples.texi
+++ b/doc/cha-gtls-examples.texi
@@ -286,7 +286,11 @@ priority string.
XSSL is an experimental API available in the @code{gnutls-xssl} library
and in @code{gnutls/xssl.h} header. It is intended to be a very simple
-to use API avoid the GnuTLS API.
+to use API avoid the GnuTLS API. The API however has the following limitations
+@itemize
+@item It is applicable to blocking sockets only.
+@item The server verification is based on its DNS name.
+@end itemize
@menu
* Example client with X.509 certificate authentication::