From b9332ed31aa4c2b73134a1b968761fc4c259ccac Mon Sep 17 00:00:00 2001
From: Russ Cox ClientAuthType
now implement fmt.Stringer
.
The ConnectionState
fields OCSPResponse
and SignedCertificateTimestamps
@@ -569,7 +569,13 @@ Do not send CLs removing the interior tags from such phrases.
- TODO: https://golang.org/cl/203417: fix reserved namespace check to be case-insensitive
+ The encoder has always taken care to avoid using namespace prefixes beginning with
+ xml
,
+ which are reserved by the XML specification.
+ Now, following the specification more closely,
+ that check is case-insensitive, so that prefixes beginning with
+ XML
, XmL
,
+ and so on are also avoided.