]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: handle CRLDistributionPoints without FullNames
authorRuss Cox <rsc@golang.org>
Tue, 8 Dec 2015 15:04:10 +0000 (10:04 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 17 Dec 2015 07:17:28 +0000 (07:17 +0000)
commitbe7544be237b279e45be73963e84ab59916b8ac2
tree71bd33bfb29512fc60503990aecaebec7560e06d
parent70cee781fc16c743ec3aa0ab441f1cb0254d4a8a
crypto/x509: handle CRLDistributionPoints without FullNames

Fixes #12910.

Change-Id: If446e5dce236483bbb898cc5959baf8371f05142
Reviewed-on: https://go-review.googlesource.com/17550
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/x509/x509.go