Versions in this module Expand all Collapse all v1 v1.3.2 May 31, 2019 Changes in this version + var CipherSuites = []uint16 + var DefaultBefore = 24 * time.Hour + var DefaultInterval = 5 * time.Minute + var DefaultMaxDuration = 6 * time.Hour + type Backoff struct + func New(max time.Duration, interval time.Duration) *Backoff + func NewWithoutJitter(max time.Duration, interval time.Duration) *Backoff + func (b *Backoff) Duration() time.Duration + func (b *Backoff) Reset() + func (b *Backoff) SetDecay(decay time.Duration) + type Identity struct + ClientRoots []*Root + Profiles map[string]map[string]string + Request *csr.CertificateRequest + Roots []*Root + type Root struct + Metadata map[string]string + Type string