diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-04-08 17:28:09 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-04-08 17:34:38 +0200 |
commit | 8ea64ed94225a2abc12fbb133b379728858a57c4 (patch) | |
tree | e43bb69dbbd5913d201a93f5ff0754fdb3d34c23 /doc/cha-gtls-examples.texi | |
parent | 8bdb8d53aa5b4c5d04255b6c9b5f2dac8b23d51b (diff) | |
download | gnutls-8ea64ed94225a2abc12fbb133b379728858a57c4.tar.gz |
doc updates
Diffstat (limited to 'doc/cha-gtls-examples.texi')
-rw-r--r-- | doc/cha-gtls-examples.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi index 7233cc004c..23a488e2fd 100644 --- a/doc/cha-gtls-examples.texi +++ b/doc/cha-gtls-examples.texi @@ -253,6 +253,7 @@ A small tool to generate OCSP requests. * Checking for an alert:: * X.509 certificate parsing example:: * Listing the ciphersuites in a priority string:: +* PKCS #12 structure generation example:: @end menu @node Checking for an alert @@ -281,6 +282,14 @@ priority string. @verbatiminclude examples/print-ciphersuites.c +@node PKCS #12 structure generation example +@subsection PKCS #12 structure generation example + +This small program demonstrates the usage of the PKCS #12 API, by generating +such a structure. + +@verbatiminclude examples/ex-pkcs12.c + @node XSSL examples @section XSSL examples |