mirror of https://github.com/getdnsapi/getdns.git
{API 0.604] July 2015 release
This commit is contained in:
parent
9daaa1638c
commit
7c83d0f295
Binary file not shown.
Binary file not shown.
|
@ -2022,13 +2022,13 @@ getdns_convert_alabel_to_ulabel(
|
|||
can use the <code>getdns_validate_dnssec()</code> helper function.</p>
|
||||
<div class=forh>getdns_return_t
|
||||
getdns_validate_dnssec(
|
||||
getdns_list *record_to_validate,
|
||||
getdns_list *to_validate,
|
||||
getdns_list *bundle_of_support_records,
|
||||
getdns_list *trust_anchor_records
|
||||
);
|
||||
</div>
|
||||
<p class=cont>
|
||||
The <code>record_to_validate</code> is the resource record being validated together with the associated signatures.
|
||||
The <code>to_validate</code> is a list of resource records being validated together with the associated signatures.
|
||||
The API will use the resource records in <code>bundle_of_support_records</code> to construct the validation chain and the DNSKEY or DS records in <code>trust_anchor_records</code> as trust anchors.
|
||||
The function returns one of <code>GETDNS_DNSSEC_SECURE</code>, <code>GETDNS_DNSSEC_BOGUS</code>, <code>GETDNS_DNSSEC_INDETERMINATE</code>, or <code>GETDNS_DNSSEC_INSECURE</code>.
|
||||
</p>
|
||||
|
@ -2491,7 +2491,7 @@ getdns_pretty_print_dict() for debugging.</li>
|
|||
|
||||
<h1>9. The Generated Files</h1>
|
||||
|
||||
<p>There is <a href="getdns-0.602.tgz">a tarball</a> that includes the .h files,
|
||||
<p>There is <a href="getdns-0.604.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