Imports of package localcert

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
cryptoPackage crypto collects common cryptographic constants.
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/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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/microsoft/go-mssqldb/aecmk
github.com/microsoft/go-mssqldb/internal/github.com/swisscom/mssql-always-encrypted/pkg
golang.org/x/crypto/pkcs12Package pkcs12 implements some of PKCS#12.
golang.org/x/text/encoding/unicodePackage unicode provides Unicode encodings such as UTF-16.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.