From b3a17812867ad746fb13fbede06e9055fb17c2fb Mon Sep 17 00:00:00 2001 From: Ryuji IWATA Date: Sun, 20 Aug 2017 23:58:59 +0900 Subject: [PATCH] doc/go1.9: fix typo in crypto/x509 of "Minor changes to the library". Change-Id: I79fee40370dc6758ca1869227f076c61d07f21a5 Reviewed-on: https://go-review.googlesource.com/57390 Reviewed-by: Avelino Reviewed-by: Ian Lance Taylor --- 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 2d359bfb06..6eaa8e9e1f 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.50.0