64-bit libunbound libraries for Windows

Hi,

for the development of a Thunderbird (v60+) 64-bit for WIN to validate
DNSSEC it would require a 64-bit libunbound DLL that exposes the
libunbound function calls.

Looked into the unbound package for WIN but could not trace such DLL,
that is except perhaps for System.dll. Is this the libunbound library
for WIN 64-bit systems and would it expose libunbound function calls to
a TB extension?

Hi,

Hi,

for the development of a Thunderbird (v60+) 64-bit for WIN to validate
DNSSEC it would require a 64-bit libunbound DLL that exposes the
libunbound function calls.

Sure, the zip file with unbound.exe in it can also have the DLL files
that have been crosscompiled. They are in the libunbound subdirectory.
The executables are static compiled, by the way, and do not need the
libraries from the libunbound directory to function. I have put an
example of the new zipfile with libunbound directory in
www.nlnetlabs.nl/~wouter/unbound-1.7.4_20180814.zip

Best regards, Wouter

Great! Thank you!