From 74b56022a1f834b3edce5c3eca0570323ac90cd7 Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick
Date: Wed, 7 Feb 2018 16:07:34 +0000
Subject: [PATCH] doc: note that x509 cert parsing rejects some more certs now
Fixes #23711
---
doc/go1.10.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/go1.10.html b/doc/go1.10.html
index 5885176f46..569e420d51 100644
--- a/doc/go1.10.html
+++ b/doc/go1.10.html
@@ -785,7 +785,8 @@ Parsed certificates also now report URI names and IP, email, and URI constraints
Certificate
fields
URIs
, PermittedIPRanges
, ExcludedIPRanges
,
PermittedEmailAddresses
, ExcludedEmailAddresses
,
-PermittedURIDomains
, and ExcludedURIDomains
.
+PermittedURIDomains
, and ExcludedURIDomains
. Certificates with
+invalid values for those fields are now rejected.
--
2.48.1