1
0
mirror of https://github.com/golang/go synced 2024-10-04 20:11:22 -06:00
go/src/pkg/crypto/tls
Adam Langley 6989f6e312 Fix certificate validation.
asn1: add support for T61String because this is the string type which
    several www.google.com certificates are now using for fields like
    CommonName
tls: force a handshake in Dial so that certificates are ready
    afterwards.

Fixes #1114.

R=rsc
CC=golang-dev
https://golang.org/cl/2216043
2010-09-20 10:32:08 -04:00
..
alert.go crypto/tls: simpler implementation of record layer 2010-04-26 22:19:04 -07:00
ca_set.go simplify various code using new map index rule 2010-03-30 10:51:11 -07:00
common.go crypto/tls: client certificate support. 2010-08-16 11:22:22 -04:00
conn.go Fix certificate validation. 2010-09-20 10:32:08 -04:00
generate_cert.go http, crypto/tls: followup fixes from 1684051. 2010-07-02 16:43:48 -04:00
handshake_client.go crypto/hmac: make Sum idempotent 2010-08-26 13:32:29 -04:00
handshake_messages_test.go crypto/tls: client certificate support. 2010-08-16 11:22:22 -04:00
handshake_messages.go crypto/tls: client certificate support. 2010-08-16 11:22:22 -04:00
handshake_server_test.go crypto/tls: add client OCSP stapling support. 2010-07-14 10:40:15 -04:00
handshake_server.go crypto/hmac: make Sum idempotent 2010-08-26 13:32:29 -04:00
Makefile build: no required environment variables 2010-08-18 10:08:49 -04:00
prf_test.go 1) Change default gofmt default settings for 2009-12-15 15:33:31 -08:00
prf.go crypto/hmac: make Sum idempotent 2010-08-26 13:32:29 -04:00
tls.go Fix certificate validation. 2010-09-20 10:32:08 -04:00