summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/tls/handshake_client_test.go
Commit message (Expand)AuthorAgeFilesLines
* crypto/tls: add ALPN support.Adam Langley2014-08-051-0/+51
* crypto/tls: Client side support for TLS session resumption.Gautham Thambidorai2014-01-221-0/+84
* crypto/tls: rework reference tests.Adam Langley2013-12-201-2982/+287
* crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake.Adam Langley2013-10-211-141/+141
* crypto/tls: fix TLS 1.2 client certificates.Adam Langley2013-09-161-0/+564
* crypto/tls: Add support for ECDHE-ECDSAJoel Sing2013-07-171-236/+362
* crypto/tls: implement TLS 1.2.Adam Langley2013-07-021-0/+271
* crypto/tls: support TLS 1.1.Adam Langley2013-06-041-0/+175
* crypto/tls: Check all certificates in the path.John Shahid2013-05-291-0/+912
* crypto/tls: fix flakey test.Adam Langley2013-05-161-2/+2
* crypto/tls: ignore empty TLS records.Adam Langley2013-05-151-0/+594
* crypto/tls: use 1/n-1 record splitting to protect against BEASTAnthony Martin2012-11-261-117/+133
* crypto/tls: make closeNotify a warning alert.Adam Langley2012-10-161-50/+50
* crypto/tls: update how we create testing scripts.Adam Langley2012-04-111-19/+199
* all: update 'gotest' to 'go test'Shenghou Ma2012-02-131-1/+1
* crypto/tls: support SSLv3Adam Langley2011-09-141-0/+1
* net: drop laddr from Dial, cname from LookupHost; new functionsRuss Cox2011-03-281-1/+1
* Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.b...Kyle Consalus2011-02-221-1/+1
* crypto/tls: add ECDHE supportAdam Langley2010-12-161-0/+211