summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/tls/ca_set.go
AgeCommit message (Collapse)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-89/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-14/+36
2010-03-30simplify various code using new map index ruleRuss Cox1-10/+2
R=r CC=golang-dev http://codereview.appspot.com/833044
2010-02-05crypto/tls: typo fixAdam Langley1-1/+1
R=rsc CC=golang-dev http://codereview.appspot.com/201047
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-12/+12
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 1st set of files. R=rsc CC=agl, golang-dev, iant, ken2, r http://codereview.appspot.com/180047
2009-11-21crypto/tls: add initial client implementation.Adam Langley1-0/+75
R=rsc, agl CC=golang-dev http://codereview.appspot.com/157076