bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto | Package crypto collects common cryptographic constants. |
crypto/ecdsa | Package ecdsa implements the Elliptic Curve Digital Signature Algorithm, as defined in [FIPS 186-5]. |
crypto/elliptic | Package elliptic implements the standard NIST P-224, P-256, P-384, and P-521 elliptic curves over prime fields. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
crypto/x509/pkix | Package pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/spiffe/go-spiffe/v2/bundle/jwtbundle | Package jwtbundle provides JWT bundle related functionality. |
github.com/spiffe/go-spiffe/v2/bundle/spiffebundle | Package spiffebundle provides SPIFFE bundle related functionality. |
github.com/spiffe/go-spiffe/v2/bundle/x509bundle | Package x509bundle provides X.509 bundle related functionality. |
github.com/spiffe/go-spiffe/v2/internal/x509util | |
github.com/spiffe/go-spiffe/v2/spiffeid | |
github.com/spiffe/go-spiffe/v2/svid/jwtsvid | |
github.com/spiffe/go-spiffe/v2/svid/x509svid | |
github.com/stretchr/testify/require | Package require implements the same assertions as the `assert` package but stops test execution when a test fails. |
gopkg.in/square/go-jose.v2 | |
gopkg.in/square/go-jose.v2/cryptosigner | |
gopkg.in/square/go-jose.v2/jwt | |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/url | Package url parses URLs and implements query escaping. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |