From ff38035a62a9cf9e8222016ae15ee52a7ce260dc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 20 Aug 2017 21:29:18 -0700 Subject: [PATCH] [release-branch.go1.9] doc/go1.9: fix typo in crypto/x509 of "Minor changes to the library". Backport of https://golang.org/cl/57390 to 1.9 release branch. Change-Id: Ieea5a048732db7ee5dc5cf13f06e11ca4f5313cc Reviewed-on: https://go-review.googlesource.com/57450 Reviewed-by: Keith Randall --- doc/go1.9.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.9.html b/doc/go1.9.html index 7cee379c45..3f8d20760e 100644 --- a/doc/go1.9.html +++ b/doc/go1.9.html @@ -490,7 +490,7 @@ version of gccgo.

- If any SAN extension, including with no DSN names, is present + If any SAN extension, including with no DNS names, is present in the certificate, then the Common Name from Subject is ignored. In previous releases, the code tested only whether DNS-name SANs were -- 2.48.1