It's been noted before that crypto/x509 is aimed towards only supporting the Web PKI. (See: #16858 (comment) and #24151 (comment)) However the documentation doesn't clearly state that.
This means it's a bit unclear what to expect from this package.
- Is it valid for
SystemCertPool() to return certificates for email signing?
- How forgiving should parsing / validation be?
- What level of extensibility (re: OID's) should be supported?
Explaining non-goals would also be helpful.
It's been noted before that
crypto/x509is aimed towards only supporting the Web PKI. (See: #16858 (comment) and #24151 (comment)) However the documentation doesn't clearly state that.This means it's a bit unclear what to expect from this package.
SystemCertPool()to return certificates for email signing?Explaining non-goals would also be helpful.