diff --git a/x509_cert/x509_test_utils.go b/x509_cert/x509_test_utils.go index ea2861c..d2f825f 100644 --- a/x509_cert/x509_test_utils.go +++ b/x509_cert/x509_test_utils.go @@ -231,6 +231,7 @@ func CreateCert(template, parent *x509.Certificate, pub interface{}, parentPriv } // DebugUnmarshall recursively unmarshalls ASN.1 encoded data and prints the structure with parsed values. +// Keep this method for debug purposes in the future. func DebugUnmarshall(data []byte, depth int) error { for len(data) > 0 { var x asn1.RawValue