Module edcert::revoker [] [src]

This module provides a revoker, which can be used to check if a certificate has been revoked.

Structs

NoRevoker

Use this in a Validator to NOT check Certificates whether they have been revoked. This is not recommended though. If a private key has been disclosed, the Certificate MUST be revoked and invalidated, or else the whole system is endangered.

Enums

RevokeError

A type which indicates failure while checking for revokation.

Traits

Revokable

This trait must be implemented for types, which can be revoked.

Revoker

This trait is used by a Validator to check, if a Certificate has been revoked.