]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: fetch root CA from Windows store
authorMikkel Krautz <mikkel@krautz.dk>
Fri, 14 Oct 2011 02:58:19 +0000 (22:58 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 14 Oct 2011 02:58:19 +0000 (22:58 -0400)
commit3153395ed0d358fd0e4887bbe24c751cf4df32e5
tree901d954ca7186b74fe4a4e8dd33b575845b7c6d5
parent812249fe5e524b2e8a7e6fd1722a05322fced4c0
crypto/tls: fetch root CA from Windows store

R=rsc
CC=golang-dev
https://golang.org/cl/5281044
src/pkg/crypto/tls/Makefile
src/pkg/crypto/tls/root_windows.go [new file with mode: 0644]
src/pkg/syscall/syscall_windows.go
src/pkg/syscall/zsyscall_windows_386.go
src/pkg/syscall/zsyscall_windows_amd64.go
src/pkg/syscall/ztypes_windows.go