summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-examples.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-26 19:18:58 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-27 20:42:08 +0100
commit015780d11567c3421c2f92ab5246c2237d210422 (patch)
treece570e5fd0365593a3f978cb455cebc5a43b5384 /doc/cha-gtls-examples.texi
parentc62c365b893c783ca466912dc830ace1bff87653 (diff)
downloadgnutls-015780d11567c3421c2f92ab5246c2237d210422.tar.gz
Combined ocsp apps to 1 using libcurl.
Diffstat (limited to 'doc/cha-gtls-examples.texi')
-rw-r--r--doc/cha-gtls-examples.texi35
1 files changed, 12 insertions, 23 deletions
diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi
index c08f9cd4ac..8fbf6b8b9f 100644
--- a/doc/cha-gtls-examples.texi
+++ b/doc/cha-gtls-examples.texi
@@ -11,7 +11,7 @@ no error checking.
@menu
* Client examples::
* Server examples::
-* OCSP examples::
+* OCSP example::
* Miscellaneous examples::
@end menu
@@ -210,28 +210,6 @@ used to serve the example client for anonymous authentication.
@verbatiminclude examples/ex-serv-anon.c
-@node OCSP examples
-@section OCSP examples
-
-@menu
-* Generate OCSP request::
-* Verify OCSP response::
-@end menu
-
-@node Generate OCSP request
-@subsection Generate @acronym{OCSP} request
-
-A small tool to generate OCSP requests.
-
-@verbatiminclude examples/ex-ocsp-client.c
-
-@node Verify OCSP response
-@subsection Verify @acronym{OCSP} response
-
-A small tool to verify OCSP responses.
-
-@verbatiminclude examples/ex-ocsp-verify.c
-
@node DTLS echo server with X.509 authentication
@subsection DTLS echo server with @acronym{X.509} authentication
@@ -240,6 +218,17 @@ This example is a very simple echo server using Datagram TLS and
@verbatiminclude examples/ex-serv-dtls.c
+
+@node OCSP example
+@section OCSP example
+
+@anchor{Generate OCSP request}
+@subheading Generate @acronym{OCSP} request
+
+A small tool to generate OCSP requests.
+
+@verbatiminclude examples/ex-ocsp-client.c
+
@node Miscellaneous examples
@section Miscellaneous examples