summaryrefslogtreecommitdiff
path: root/doc/cha-functions.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-06 04:26:05 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-10-06 14:57:19 +0200
commit3b58c338b2af492c2fc986458c837ebaf73007b5 (patch)
tree8f47fb6929ec86aff14655d871976a276cffbe10 /doc/cha-functions.texi
parentb2e95a9acc2045d283857f4727d78cced11eadac (diff)
downloadgnutls-3b58c338b2af492c2fc986458c837ebaf73007b5.tar.gz
Added a DANE library.
Diffstat (limited to 'doc/cha-functions.texi')
-rw-r--r--doc/cha-functions.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/cha-functions.texi b/doc/cha-functions.texi
index 786c2503e9..549767c84b 100644
--- a/doc/cha-functions.texi
+++ b/doc/cha-functions.texi
@@ -12,6 +12,7 @@
* PKCS 11 API::
* TPM API::
* Abstract key API::
+* DANE API::
* Cryptographic API::
* Compatibility API::
@end menu
@@ -92,6 +93,15 @@ Their prototypes lie in @file{gnutls/abstract.h}.
@include abstract-api.texi
+@node DANE API
+@section DANE API
+
+The following functions are to be used for DANE certificate verification.
+Their prototypes lie in @file{gnutls/dane.h}. Note that you need to link
+with the @code{libdane} library to use them.
+
+@include dane-api.texi
+
@node Cryptographic API
@section Cryptographic API