This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Integrating BIND 8.2


On 31 Mar, Zack Weinberg wrote:
> 
> I've looked at the code more closely, and it does not implement
> cryptographic verification of ordinary DNS lookups (res_query).  This
> means we could get away with leaving out the crypto, if we really
> needed to.
> 
> zw

An argument could be made that the client doesn't need crypto.  If you
want crypto verification, you point the resolver library at a nameserver
(probably on localhost) that does the crypto for you.

That could be your "plugin".
-- 
					-bwb

					Brent Baccala
					baccala@freesoft.org

-------------------------------------------------------------------------
To receive periodic news about what's happening at freesoft.org, send
email to "announce@freesoft.org", with "SUBSCRIBE" as the message, i.e:
		echo SUBSCRIBE | mail announce@freesoft.org
-------------------------------------------------------------------------



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]