This adds module support for the versioned go toolchain. In particular, the following packages are defined as modules: * addrmgr * blockchain * certgen * chaincfg * connmgr * database * dcrjson * dcrutil * gcs * hdkeychain * mempool * mining * peer * rpcclient * txscript * wire It does not update the travis build environment or README since it is experimental at this point. |
||
|---|---|---|
| .. | ||
| certgen_test.go | ||
| certgen.go | ||
| doc.go | ||
| go.mod | ||
| go.modverify | ||
| net_noop.go | ||
| net.go | ||
| README.md | ||
Certgen
Overview
This package currently contains a single function for creating a new TLS certificate key pair, typically used for encrypting RPC and websocket communications.
Installation and Updating
$ go get -u github.com/decred/dcrd/certgen
License
Package certgen is licensed under the copyfree ISC License.