Re: libbind client resolver

2018-02-20 Thread Christos Zoulas
In article ,
SIMON BABY   wrote:
>-=-=-=-=-=-
>
>Hi,
>
>I am planning to implement the validation resolver as part of my client
>application code. Can you please suggest if my client can send the query
>directly to any of the root servers and validate the signature, instead of
>sending to a public name server?
>
>It would be great if someone can send a sample code for this.

What does "validation resolver" mean? You mean "validating resolver", like
one that performs DNSSEC validation? What's wrong with using any of the
existing DNS resolving libraries that already do that?

christos



libbind client resolver

2018-02-20 Thread SIMON BABY
Hi,

I am planning to implement the validation resolver as part of my client
application code. Can you please suggest if my client can send the query
directly to any of the root servers and validate the signature, instead of
sending to a public name server?

It would be great if someone can send a sample code for this.


Rgds
Simon