Documentation ¶
Index ¶
- func GenerateEcdsaKey()
- func MainInner(dir, parent, name string)
- func MainLeaf(dir, parent, name string, ips, hosts []string)
- func MakeRoot(dir, name string)
- func SignECDSA(plainText []byte, priFileName string) (rText, sText []byte)
- func VerifyECDSA(plainText, rText, sText []byte, pubFileName string) bool
- func WriteFile(dir, key, cert string, keyPEMBlock, certPEMBlock []byte) (err error)
- func X509SignECDSA(plainText []byte, keyPem []byte) (signature string)
- func X509VerifyECDSA(plainText []byte, signature string, certPem []byte) (ok bool, err error)
- type Cert
- type CertMode
- type Spki
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateEcdsaKey ¶
func GenerateEcdsaKey()
Types ¶
Click to show internal directories.
Click to hide internal directories.