Versions in this module Expand all Collapse all v1 v1.4.0 Dec 6, 2019 Changes in this version + const F_Cert + const F_GenKey + const F_ParseCert + const F_PublicKey + func ExtKeyUsages(usages []x509.ExtKeyUsage) []string + func KeyUsages(usages x509.KeyUsage) []string + func NodeIPList(list []net.IP, binding Binding) yaml.Node + func NodeStringList(list []string, binding Binding) yaml.Node + func ParseCertificate(data string) (*x509.Certificate, error) + func ParsePrivateKey(data string) (interface{}, error) + func ParsePublicKey(data string) (interface{}, error) + func PublicKeyPEM(key interface{}) (string, error) + func ValCA(value interface{}, binding dynaml.Binding, args ...interface{}) (bool, string, error, bool) + func ValCertificate(value interface{}, binding dynaml.Binding, args ...interface{}) (bool, string, error, bool) + func ValPrivateKey(value interface{}, binding dynaml.Binding, args ...interface{}) (bool, string, error, bool) + func ValPublicKey(value interface{}, binding dynaml.Binding, args ...interface{}) (bool, string, error, bool) + type KeyUsage interface + AddTo func(*x509.Certificate) + String func() string + func ParseKeyUsage(name string) KeyUsage