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
The original CTFE implementation contained forks of Go's x509 and asn1 packages, at the time this was necessary in order to make them more permissive in what they'd accept. This has become considerably less important now that tools like cablint have been adopted by the industry.
Maintaining these forks comes with a) significant work to keep them up-to-date, or b) risk that not updating them leaves them vulnerable to known issues, and/or they otherwise rot.
We should use this opportunity to switch [back] to Go's stdlib x509 and asn1 packages.
The text was updated successfully, but these errors were encountered:
The original CTFE implementation contained forks of Go's
x509
andasn1
packages, at the time this was necessary in order to make them more permissive in what they'd accept. This has become considerably less important now that tools like cablint have been adopted by the industry.Maintaining these forks comes with a) significant work to keep them up-to-date, or b) risk that not updating them leaves them vulnerable to known issues, and/or they otherwise rot.
We should use this opportunity to switch [back] to Go's stdlib
x509
andasn1
packages.The text was updated successfully, but these errors were encountered: