]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: better document Verify's behaviour.
authorAdam Langley <agl@golang.org>
Wed, 10 Jan 2018 22:26:33 +0000 (14:26 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 18 Jan 2018 14:43:29 +0000 (14:43 +0000)
commit4dc1c491b04e90a502ce041f0fd757c91915bff4
tree692c35a2e9e0b99a2579c4aa65e6c0e4397ce8df
parent67fdf587dc5c3ac9f6891c9502d5cfdd1234a37e
crypto/x509: better document Verify's behaviour.

This change expands the documentation for Verify to mention the name
constraints and EKU behaviour.

Change-Id: Ifc80faa6077c26fcc1d2a261ad1d14c00fd13b23
Reviewed-on: https://go-review.googlesource.com/87300
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/x509/verify.go