Versions in this module Expand all Collapse all v2 v2.11.4 Mar 7, 2021 v2.11.3 Mar 7, 2021 Changes in this version + var ErrInvalidRequest = errors.New("strategy/x509: Invalid request, missing TLS parameters") + var ErrMissingCN = errors.New("strategies/x509: Certificate subject CN missing") + func New(vopt x509.VerifyOptions, opts ...auth.Option) auth.Strategy + func SetAllowEmptyCN() auth.Option + func SetAllowedCN(cns ...string) auth.Option + func SetAllowedCNRegex(str string) auth.Option + func SetInfoBuilder(ib InfoBuilder) auth.Option + type InfoBuilder func(chain [][]*x509.Certificate) (auth.Info, error)