]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/x509: improve VerifyOptions and VerifyHostname docs
authorFilippo Valsorda <filippo@golang.org>
Thu, 30 Apr 2020 20:01:02 +0000 (16:01 -0400)
committerFilippo Valsorda <filippo@golang.org>
Wed, 6 May 2020 16:29:51 +0000 (16:29 +0000)
commit7d232ab276fe81c1c8552d4a809af7a593bb294b
tree6801d6c286a082e4c065a8812ddcae45aa101f72
parent21898524f66c075d7cfb64a38f17684140e57675
crypto/x509: improve VerifyOptions and VerifyHostname docs

Before going around making changes, surface the current behavior in the
docs as a starting point. No behavior changes.

Change-Id: If8096cedbba7eda37694dbb7f438046d590c3bcc
Reviewed-on: https://go-review.googlesource.com/c/go/+/231377
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
src/crypto/x509/verify.go