Imports of package mitm

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
crypto/x509/pkixPackage pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP.
errorsPackage errors implements functions to manipulate errors.
github.com/google/martian/v3/h2Package h2 contains basic HTTP/2 handling for Martian.
github.com/google/martian/v3/logPackage log provides a universal logger for martian packages.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.