bool Bind2Backend::getTSIGKey(const string& name, string* algorithm, string* content)
{
+ QType
if(!d_dnssecdb)
return false;
boost::format fmt("select algorithm, secret from tsigkeys where name='%s'");
</note>
<para>
This is a stability and confirmity update to 3.1. It mostly makes our DNSSEC implementation more robust,
- and improves interoperability with various validators.
+ and improves interoperability with various validators. 3.2 has received very extensive testing on a lot
+ of edge cases, verifying output both against common validators and compared against other authoritative servers.
</para>
<para>
DNSSEC changes in 3.2: