Versions in this module Expand all Collapse all v0 v0.0.3 Sep 22, 2022 Changes in this version + type Certificate struct + AltNames []string + FingerPrint []byte + Issuer Issuer + NotAfter string + NotBefore string + PublicKey PublicKey + SignatureAlgorithm string + Subject Subject + type Issuer struct + CommonName string + Country string + LocalityName string + Names []RDN + OrganizationName string + StateOrProvinceName string + type PublicKey struct + Algorithm string + Key interface{} + type RDN struct + Type string + Value string + type RootModule struct + func New() *RootModule + func (*RootModule) NewModuleInstance(vu modules.VU) modules.Instance + type Subject struct + CommonName string + Country string + LocalityName string + Names []RDN + OrganizationName string + OrganizationalUnitName []string + PostalCode string + StateOrProvinceName string + StreetAddress string + type X509 struct + func (mi *X509) Exports() modules.Exports