diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-26 13:00:46 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-26 13:03:31 +0200 |
commit | 8bc0caafd6a73fa56dbcdba9d8a11155fe1a975d (patch) | |
tree | 2d15c0622efd56c88f871fd120b2b5abea54453d /doc | |
parent | 7cc4a5e189d48f4566d330ade6437931ab3987fe (diff) | |
download | gnutls-8bc0caafd6a73fa56dbcdba9d8a11155fe1a975d.tar.gz |
doc: added clarifications on documentation for dane_state_t
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 995abdff60..8ec6b6adad 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -1562,7 +1562,9 @@ The high level functionality provided by the DANE library is shown below. Note that the @code{dane_state_t} structure that is accepted by both verification functions is optional. It is required when many queries -are performed to facilitate caching. +are performed to optimize against multiple re-initializations of the +resolving back-end and loading of DNSSEC keys. + The following flags are returned by the verify functions to indicate the status of the verification. |