Imports of package transport

PathSynopsis
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
github.com/cloudflare/backoffPackage backoff contains an implementation of an intelligent backoff strategy.
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/revokePackage revoke provides functionality for checking the validity of a cert.
github.com/cloudflare/cfssl/transport/caPackage ca provides the CertificateAuthority interface for the transport package, which provides an interface to get a CSR signed by some certificate authority.
github.com/cloudflare/cfssl/transport/corePackage core contains core definitions for the transport package, the most salient of which is likely the Identity type.
github.com/cloudflare/cfssl/transport/kpPackage kp describes transport key providers and provides a reference implementation.
github.com/cloudflare/cfssl/transport/rootsPackage roots includes support for loading trusted roots from various sources.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.