Imports of package generator

PathSynopsis
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cloudflare/cfssl/apiPackage api implements an HTTP-based API and server for CFSSL.
github.com/cloudflare/cfssl/bundlerPackage bundler implements certificate bundling functionality for CFSSL.
github.com/cloudflare/cfssl/configPackage config contains the configuration logic for CFSSL.
github.com/cloudflare/cfssl/csrPackage csr implements certificate requests for CFSSL.
github.com/cloudflare/cfssl/errorsPackage errors provides error types returned in CF SSL.
github.com/cloudflare/cfssl/logPackage log implements a wrapper around the Go standard library's logging package.
github.com/cloudflare/cfssl/signerPackage signer implements certificate signature functionality for CFSSL.
github.com/cloudflare/cfssl/signer/universalPackage universal implements a signer that can do remote or local
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.