]> Cypherpunks repositories - gostls13.git/commit
http: check https certificate against host name
authorRuss Cox <rsc@golang.org>
Sun, 12 Sep 2010 03:41:12 +0000 (23:41 -0400)
committerRuss Cox <rsc@golang.org>
Sun, 12 Sep 2010 03:41:12 +0000 (23:41 -0400)
commita4514c42ddda3d101fead04c0783182e2fd49cd0
tree819cf57f4fe322d0376eb1185b4a00887e3860f4
parenteddddf042dcdc211658589dd294040ac5b585794
http: check https certificate against host name

Fixes #1093.

R=agl, agl1
CC=golang-dev
https://golang.org/cl/2115045
src/pkg/crypto/tls/conn.go
src/pkg/crypto/x509/x509.go
src/pkg/crypto/x509/x509_test.go
src/pkg/http/client.go