Skip to content

Commit 74b5602

Browse files
bradfitzandybons
authored andcommitted
doc: note that x509 cert parsing rejects some more certs now
Fixes #23711
1 parent c52e27e commit 74b5602

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/go1.10.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,8 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
785785
<a href="/pkg/crypto/x509/#Certificate"><code>Certificate</code></a> fields
786786
<code>URIs</code>, <code>PermittedIPRanges</code>, <code>ExcludedIPRanges</code>,
787787
<code>PermittedEmailAddresses</code>, <code>ExcludedEmailAddresses</code>,
788-
<code>PermittedURIDomains</code>, and <code>ExcludedURIDomains</code>.
788+
<code>PermittedURIDomains</code>, and <code>ExcludedURIDomains</code>. Certificates with
789+
invalid values for those fields are now rejected.
789790
</p>
790791

791792
<p>

0 commit comments

Comments
 (0)