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.