mirror of https://github.com/golang/go.git
doc: note that x509 cert parsing rejects some more certs now
Fixes #23711
This commit is contained in:
parent
c52e27e68d
commit
74b56022a1
|
|
@ -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
|
<a href="/pkg/crypto/x509/#Certificate"><code>Certificate</code></a> fields
|
||||||
<code>URIs</code>, <code>PermittedIPRanges</code>, <code>ExcludedIPRanges</code>,
|
<code>URIs</code>, <code>PermittedIPRanges</code>, <code>ExcludedIPRanges</code>,
|
||||||
<code>PermittedEmailAddresses</code>, <code>ExcludedEmailAddresses</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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue