mirror of https://github.com/getdnsapi/getdns.git
[API 0.397] DNSSEC is not slower!
This commit is contained in:
parent
2f16433532
commit
17c70ca844
Binary file not shown.
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
/* Created at 2014-02-18-14-20-52*/
|
||||
/* Created at 2014-02-18-14-24-15*/
|
||||
#ifndef GETDNS_H
|
||||
#define GETDNS_H
|
||||
|
||||
|
|
|
@ -672,9 +672,9 @@ getdns_dict_destroy(this_extensions);
|
|||
|
||||
<h2>3.1 Extensions for DNSSEC</h2>
|
||||
|
||||
<p>If an application wants the API to do DNSSEC validation for a request, it must set one or more
|
||||
DNSSEC-related extensions. Note that the default is for none of these extensions to be set and
|
||||
the API will not perform DNSSEC, and thus will return results sooner.</p>
|
||||
<p>If an application wants the API to do DNSSEC validation for a request, it must set one or more DNSSEC-related extensions.
|
||||
Note that the default is for none of these extensions to be set and the API will not perform DNSSEC.
|
||||
Note that getting DNSSEC results can take longer in a few circumstances.</p>
|
||||
|
||||
<p>To return the DNSSEC status for each DNS record in the <code>replies_tree</code> list, use the
|
||||
<code>dnssec_return_status</code> extension. The extension's value (an int) is set to
|
||||
|
@ -2428,7 +2428,7 @@ The response dicts inherit the custom memory management functions and the value
|
|||
|
||||
<h1>9. The Generated Files</h1>
|
||||
|
||||
<p>There is <a href="getdns-0.396.tgz">a tarball</a> that includes the .h files,
|
||||
<p>There is <a href="getdns-0.397.tgz">a tarball</a> that includes the .h files,
|
||||
the examples, and so on. The examples all make, even though there is no API implementation, based
|
||||
on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine
|
||||
on the Macintosh and Ubuntu; help is definitely appreciated on making the build process
|
||||
|
|
Loading…
Reference in New Issue