]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/x509: use the RFC 6125 terminology in the VerifyHostname docs
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Thu, 20 Apr 2023 18:08:55 +0000 (18:08 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 21 Apr 2023 13:59:57 +0000 (13:59 +0000)
commit19d5c40618568458d758562375c08f8fd610bda1
tree49bbb14385a1430c8e116fccf66b177664870f35
parent4cba0bd74a9500d86a79f5a49960328181babd77
crypto/x509: use the RFC 6125 terminology in the VerifyHostname docs

RFC6125 uses the "complete left-most label" to describe star and full stop wildcards.

Change-Id: Ib7bcf77288ae7d72fb8664b663de2e52b378aaf6
GitHub-Last-Rev: b48c284c42205483fcc5e02b9d68d7bbd6a1c370
GitHub-Pull-Request: golang/go#59743
Reviewed-on: https://go-review.googlesource.com/c/go/+/487035
Run-TryBot: Roland Shoemaker <roland@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Roland Shoemaker <roland@golang.org>
src/crypto/x509/verify.go