Versions in this module Expand all Collapse all v0 v0.2.9 Jun 21, 2015 Changes in this version + const Good + const Revoked + const ServerFailed + const Unknown + func CreateRequest(cert, issuer *x509.Certificate, opts *RequestOptions) ([]byte, error) + type ParseError string + func (p ParseError) Error() string + type RequestOptions struct + Hash crypto.Hash + type Response struct + Certificate *x509.Certificate + NextUpdate time.Time + ProducedAt time.Time + RevocationReason int + RevokedAt time.Time + SerialNumber *big.Int + Signature []byte + SignatureAlgorithm x509.SignatureAlgorithm + Status int + TBSResponseData []byte + ThisUpdate time.Time + func ParseResponse(bytes []byte, issuer *x509.Certificate) (*Response, error) + func (resp *Response) CheckSignatureFrom(issuer *x509.Certificate) error