]> Cypherpunks repositories - gostls13.git/commitdiff
doc: note that x509 cert parsing rejects some more certs now
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 7 Feb 2018 16:07:34 +0000 (16:07 +0000)
committerAndrew Bonventre <andybons@golang.org>
Mon, 12 Feb 2018 20:01:02 +0000 (15:01 -0500)
Fixes #23711

doc/go1.10.html

index 5885176f46c01620e53d4e73bf8e060781174266..569e420d51f0a0a8a35d01a78e72caa424414e37 100644 (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>