Open pgporada opened 1 year ago
We may be able to use the new x509.OID type instead of making a new one: https://github.com/golang/go/issues/60665
I think we should use both the new x509.OID and the existing asn1.ObjectIdentifier types in our package, since the OIDs we care about fall into both categories (policy identifiers and extension identifiers, respectively).
There are many OIDs spinkled throughout boulder such as the following snippet. We should build a package that defines OIDs by class similar to how pyca/cryptography handles them.