<div dir="ltr">Hi all,<div><br></div><div>   We've been using ub_ctx_add_ta() in libunbound to manually include the root trust anchor in Monero (because there's no standard for storing the root trust anchor, and Windows users almost definitely won't have one). This worked for ages, but as of a few months ago the following error occurs:</div><div><br></div><div><div>[1452966957] libunbound[15265:0] info: warning: unsupported algorithm for trust anchor . DNSKEY IN</div><div>[1452966957] libunbound[15265:0] warning: trust anchor . has no supported algorithms, the anchor is ignored (check if you need to upgrade unbound and openssl)</div></div><div><br></div><div>   We figured it would resolve itself with some future version of libunbound, but as of 1.5.8 (git head) from a few weeks ago it is still not working.</div><div><br></div><div>   This is the hard-coded anchor: <a href="https://github.com/monero-project/bitmonero/blob/master/src/common/dns_utils.cpp#L87">https://github.com/monero-project/bitmonero/blob/master/src/common/dns_utils.cpp#L87</a></div><div><br></div><div>   And this is the snippet where we add the anchor using ub_ctx_add_ta(): <a href="https://github.com/monero-project/bitmonero/blob/master/src/common/dns_utils.cpp#L229">https://github.com/monero-project/bitmonero/blob/master/src/common/dns_utils.cpp#L229</a></div><div><br></div><div>   Any suggestions? Is it expecting a different format for that anchor? Thanks!</div><div><br></div><div>Riccardo</div></div>