Property | Type | Description | |
---|---|---|---|
_ca_cert | Certificate | ||
_revocation_url | string | ||
_revoked_users | |||
_timer | SimpleTimer |
Method | Description | |
---|---|---|
GroupCertificateVerification ( string revocation_url, string cacert_path ) : Brunet | ||
Verify ( Mono.Security.X509.X509Certificate x509, Brunet sender ) : bool |
True upon a non-revoked certificate, an exception otherwise.
|
Method | Description | |
---|---|---|
CheckSAs ( ) : void |
Any listeners to RevocationUpdate will be notified that we have been updated
|
|
DownloadList ( ) : byte[] |
Get the revocation list from the web.
|
|
GroupCertificateVerification ( ) : Brunet | ||
UpdateRl ( byte data ) : void |
Parses web data and updates the revoked users hashtable if successful
|
|
UpdateRl ( object o ) : void |
Retrieves the latest user revocation list from the web and notifies that all SAs should be compared against the new revocation list.
|
protected GroupCertificateVerification ( ) : Brunet | ||
return | Brunet |
public GroupCertificateVerification ( string revocation_url, string cacert_path ) : Brunet | ||
revocation_url | string | |
cacert_path | string | |
return | Brunet |
public Verify ( Mono.Security.X509.X509Certificate x509, Brunet sender ) : bool | ||
x509 | Mono.Security.X509.X509Certificate | |
sender | Brunet | |
return | bool |
protected Hashtable,System.Collections _revoked_users | ||
return |