blob: 4526747e30f4c9d055e493ad8f82c67094312e8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
@node Other included programs
@chapter Other included programs
Included with @acronym{GnuTLS} are also a few command line tools that
let you use the library for common tasks without writing an
application. The applications are discussed in this chapter.
@menu
* gnutls-cli Invocation:: Invoking gnutls-cli
* gnutls-serv Invocation:: Invoking gnutls-serv
* gnutls-cli-debug Invocation:: Invoking gnutls-cli-debug
@end menu
@c @include invoke-gnutls-cli.menu
@c @include invoke-gnutls-serv.menu
@c @include invoke-gnutls-cli-debug.menu
@include invoke-gnutls-cli.texi
@include invoke-gnutls-serv.texi
@include invoke-gnutls-cli-debug.texi
|