~ubuntu-branches/ubuntu/natty/gnutls26/natty-updates

« back to all changes in this revision

Viewing changes to doc/gnutls.texi

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2008-07-01 20:31:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080701203124-6zu0d7gash9604z1
Tags: 2.4.2-1
* New upstream bugfix release.
* Up to date gnutls-cli manpage. Closes: #492775

Show diffs side-by-side

added added

removed removed

Lines of Context:
2260
2260
* Client with Resume capability example::
2261
2261
* Simple client example with SRP authentication::
2262
2262
* Simple client example with TLS/IA support::
2263
 
* Simple client example in @acronym{C++}::
 
2263
* Simple client example in C++::
2264
2264
* Helper function for TCP connections::
2265
2265
@end menu
2266
2266
 
2356
2356
 
2357
2357
@verbatiminclude examples/ex-client-tlsia.c
2358
2358
 
2359
 
@node Simple client example in @acronym{C++}
2360
 
@subsection Simple Client Example using the @acronym{C++} API
 
2359
@node Simple client example in C++
 
2360
@subsection Simple Client Example using the C++ API
2361
2361
 
2362
 
The following client is a simple example of a client
2363
 
client utilizing the GnuTLS @acronym{C++} API. 
 
2362
The following client is a simple example of a client client utilizing
 
2363
the GnuTLS C++ API.
2364
2364
 
2365
2365
@verbatiminclude examples/ex-cxx.cpp
2366
2366