]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: fetch root certificates using Mac OS API
authorMikkel Krautz <mikkel@krautz.dk>
Thu, 13 Oct 2011 17:59:13 +0000 (13:59 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 13 Oct 2011 17:59:13 +0000 (13:59 -0400)
commit38fb09b4122ed6f6bfac02f9d0b82723c17988ad
treeb5aa22ff0b35844ec7e74bf9f565398058127de0
parent604bd70085868ad22545ae6b3f7c14cd5f3fd5d3
crypto/tls: fetch root certificates using Mac OS API

Fixes #1009.

R=adg, rsc
CC=golang-dev
https://golang.org/cl/5262041
src/pkg/crypto/tls/Makefile
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_server_test.go
src/pkg/crypto/tls/root_darwin.go [new file with mode: 0644]
src/pkg/crypto/tls/root_stub.go [new file with mode: 0644]
src/pkg/crypto/tls/root_test.go [new file with mode: 0644]
src/pkg/crypto/tls/root_unix.go [new file with mode: 0644]
src/pkg/http/serve_test.go