On Thu, Feb 06, 2014 at 04:55:24AM +0000, Viktor Dukhovni wrote:

> All I know is that libresolv (used in Postfix) returns the TTL with
> each RR.  This is only a single data point, so I would not be at all
> shocked to discover that other stub resolvers are different in this
> regard, just very mildly surprised.

OK, I also used the DNS client library in Python once for SRV record
lookups, and this too returned TTLs.

Independently of Mark (who beat me to the punch with a more foreceful
objection), I was also wondering whether perhaps you're misremembering
the issue.  Without DANE, browsers have no need for explicit DNS
lookups, they just lookup network address information via getaddrinfo()
and friends.  So perhaps the issue you had in mind was that
getaddrinfo() returns no TTLs and no validation status.  This is
a well known limitation.

Once applications are doing explicit DNS lookups (SRV, TLSA, ...)
perhaps TTLs are generally available along with the RRDATA.

-- 
        Viktor.
_______________________________________________
dane mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/dane

Reply via email to