X509 certificate parse error with IoT device

We found a “fix”. Wenn adding the handling of value 0x1 as true by adding

	case 1:
		*out = true

in go/asn1.go at master · golang/go · GitHub the certificate would be accepted.

Is this something can could be considered to be added? How could I approach that?

1 Like