os3sec / Extended-DNSSEC-Validator

Firefox add-on for verification of x509 certificates using DNSSEC as bootstrap mechanism
http://os3sec.org
15 stars 9 forks source link

Caching per Firefox session instead of per window #5

Closed plange closed 12 years ago

plange commented 13 years ago

We currently use the caching engine from dnssec-validator.cz but it is not sufficient for our purposes (caches per window only slow things down too much with synchronous lookups).

dannygroenewegen commented 12 years ago

I'm not aware of a nice way to implement this in Firefox, sticking with per window caching. Also, asynchronous lookups are rather nice for responsiveness. (addon runs in same thread as gui)