mirror of
https://github.com/golang/go
synced 2024-11-11 19:01:37 -07:00
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
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user