diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-10 13:09:54 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-10 13:21:49 +0100 |
commit | 7ceac79d4a1b7484efd4b7e8cf217355ba3c6994 (patch) | |
tree | 7eedb2fb3fab153536eae685429b9ff5205d1e0c /doc/cha-gtls-examples.texi | |
parent | ac946390530caea325111c10c2e437ecd5f3cd77 (diff) | |
download | gnutls-7ceac79d4a1b7484efd4b7e8cf217355ba3c6994.tar.gz |
The xssl experimental library was removed.
While the idea of a high level library is nice, there are no resources
to maintain an additional library.
Diffstat (limited to 'doc/cha-gtls-examples.texi')
-rw-r--r-- | doc/cha-gtls-examples.texi | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi index e01c078602..7615f92041 100644 --- a/doc/cha-gtls-examples.texi +++ b/doc/cha-gtls-examples.texi @@ -13,7 +13,6 @@ no error checking. * Server examples:: * OCSP example:: * Miscellaneous examples:: -* XSSL examples:: @end menu @node Client examples @@ -290,29 +289,3 @@ such a structure. @verbatiminclude examples/ex-pkcs12.c -@node XSSL examples -@section XSSL examples - -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. 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:: -* Example client with X.509 certificate authentication and TOFU:: -@end menu - -@node Example client with X.509 certificate authentication -@subsection Example client with X.509 certificate authentication - -@verbatiminclude examples/ex-client-xssl1.c - -@node Example client with X.509 certificate authentication and TOFU -@subsection Example client with X.509 certificate authentication and TOFU - -@verbatiminclude examples/ex-client-xssl2.c - |