Commit ac0ccf3c authored by Dmitry Savintsev's avatar Dmitry Savintsev Committed by Ian Lance Taylor

doc/1.9: add CL 36696 for crypto/x509 to the release notes

add https://go-review.googlesource.com/c/36696
"crypto/x509: ignore CN if SAN extension present"
to the release notes.

Fixes #21289

Change-Id: Ifa184d3816806a8da3c67b68476c923329acf13e
Reviewed-on: https://go-review.googlesource.com/53030Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent cc402c2c
......@@ -473,6 +473,15 @@ version of gccgo.
populated.
</p>
<p><!-- CL 36696 -->
If any SAN extension, including with no DSN names, is present
in the certificate, then the Common Name from
<a href="#pkg/crypto/x509/#Certificate.Subject"><code>Subject</code>code></a> is ignored.
In previous releases, the code tested only whether DNS-name SANs were
present in a certificate.
</p>
</dl><!-- crypto/x509 -->
<dl id="database/sql"><dt><a href="/pkg/database/sql/">database/sql</a></dt>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment