You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some fields of x509.Certificate, like SignatureAlgorithm or PublicKeyAlgorightm already have a String() method. This proposal adds them to the KeyUsage and ExtKeyUsage types, which is mainly useful when printing/logging the certificate.
Some fields of x509.Certificate, like SignatureAlgorithm or PublicKeyAlgorightm already have a String() method. This proposal adds them to the KeyUsage and ExtKeyUsage types, which is mainly useful when printing/logging the certificate.