doc: note that x509 cert parsing rejects some more certs now

Fixes #23711
This commit is contained in:
Brad Fitzpatrick 2018-02-07 16:07:34 +00:00 committed by Andrew Bonventre
parent c52e27e68d
commit 74b56022a1

View file

@ -785,7 +785,8 @@ Parsed certificates also now report URI names and IP, email, and URI constraints
<a href="/pkg/crypto/x509/#Certificate"><code>Certificate</code></a> fields
<code>URIs</code>, <code>PermittedIPRanges</code>, <code>ExcludedIPRanges</code>,
<code>PermittedEmailAddresses</code>, <code>ExcludedEmailAddresses</code>,
<code>PermittedURIDomains</code>, and <code>ExcludedURIDomains</code>.
<code>PermittedURIDomains</code>, and <code>ExcludedURIDomains</code>. Certificates with
invalid values for those fields are now rejected.
</p>
<p>