]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: add example of using a custom root list.
authorAdam Langley <agl@golang.org>
Wed, 19 Feb 2014 16:18:35 +0000 (11:18 -0500)
committerAdam Langley <agl@golang.org>
Wed, 19 Feb 2014 16:18:35 +0000 (11:18 -0500)
commitd4d77052b4d615d72a485fece53879c7c66f5a2a
tree14ef13b630019259dbfaf06d88df87c6c38cad3c
parent80692a3f81f6367e9c61b652bf3dff30f4cc6624
crypto/x509: add example of using a custom root list.

Fixes #6267.

LGTM=r, josharian
R=golang-codereviews, josharian, r
CC=golang-codereviews
https://golang.org/cl/61020043
src/pkg/crypto/tls/example_test.go [new file with mode: 0644]
src/pkg/crypto/x509/example_test.go [new file with mode: 0644]