Imports of package x509util

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/dsaPackage dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3.
crypto/ecdsaPackage ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in [FIPS 186-5].
crypto/ellipticPackage elliptic implements the standard NIST P-224, P-256, P-384, and P-521 elliptic curves over prime fields.
crypto/rsaPackage rsa implements RSA encryption as specified in PKCS #1 and RFC 8017.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
encoding/pemPackage pem implements the PEM data encoding, which originated in Privacy Enhanced Mail.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/certificate-transparency-go/asn1Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690.
github.com/google/certificate-transparency-go/x509Package x509 parses X.509-encoded keys and certificates.
github.com/google/certificate-transparency-go/x509/pkixPackage pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP.
strconvPackage strconv implements conversions to and from string representations of basic data types.