Skip to content

Commit

Permalink
doc/1.9: add CL 36696 for crypto/x509 to the release notes
Browse files Browse the repository at this point in the history
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/53030
Reviewed-by: Ian Lance Taylor <iant@golang.org>
  • Loading branch information
dmitris authored and ianlancetaylor committed Aug 3, 2017
1 parent cc402c2 commit ac0ccf3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/go1.9.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,15 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
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>
Expand Down

0 comments on commit ac0ccf3

Please sign in to comment.