von / PerProxy

A python-based proxy that uses Perspectives to detect and thwart SSL MITM attacks.
7 stars 2 forks source link

Query of Notaries should stop when policy fulfilled #33

Open von opened 13 years ago

von commented 13 years ago

When a policy (quorum) has been fulfilled, we can stop querying notaries (potentially avoiding being in a timeout/hang situation). This implies a method to cancel an outstanding query.

If one is mixing queries to Perspective notaries and Google Certificate Catalog (see Issue #1) one would want an aysnc interface to both so that any policy evaluation could be done across both services.

von commented 13 years ago

Copied to pyPerspectives: https://github.com/von/pyPerspectives/issues/4

von commented 13 years ago

Marking important because when a Notary is down, this could really speed things up.