{API 0.604] July 2015 release

This commit is contained in:
Willem Toorop 2015-07-17 18:07:36 +02:00
parent 9daaa1638c
commit 7c83d0f295
3 changed files with 3 additions and 3 deletions

Binary file not shown.

BIN
spec/getdns-0.604.tgz Normal file

Binary file not shown.

View File

@ -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