aboutsummaryrefslogtreecommitdiff
path: root/plugin/tls/tls_test.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-05-31make sure client CA and auth type are set if CA is explicitly specified. (#2825)Gravatar JINMEI Tatuya 1-0/+42
* make sure client CA and auth type are set if CA is explicitly specified. added some simple tests to confirm the effect. * test certificates (forgot to add them in the previous commit) * made client auth policy configurable with new client_auth option. README has been updated accordingly. * fix editorial in README
2018-05-16golinter fix (#1807)Gravatar Yong Tang 1-2/+2
This fix fixes golinter warning: ``` plugin/tls/tls_test.go:1::warning: file is not goimported (goimports) ``` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-05-04gofmt some stuff (#1769)Gravatar John Belamaric 1-2/+2
2018-04-19Update all plugins to use plugin/pkg/log (#1694)Gravatar Miek Gieben 1-6/+2
* Update all plugins to use plugin/pkg/log I wish this could have been done with sed. Alas manually changed all callers to use the new plugin/pkg/log package. * Error -> Info * Add docs to debug plugin as well
2018-02-22Fix with gofmt -s -w for plugin/tls/tls_test.go (#1552)Gravatar Yong Tang 1-2/+2
to make goreportcard happy Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-02-18go 1.10: update travis and gofmt (#1541)Gravatar Miek Gieben 1-2/+2
* go 1.10: update travis and gofmt fmt now complains about on file tls_test.go, fix that. Also remove gofmt, as goimports also checks, so this was done twice. Put go 1.9 and 1.10 in travis for the time being. * goimports optional
2017-09-14Remove the word middleware (#1067)Gravatar Miek Gieben 1-0/+44
* Rename middleware to plugin first pass; mostly used 'sed', few spots where I manually changed text. This still builds a coredns binary. * fmt error * Rename AddMiddleware to AddPlugin * Readd AddMiddleware to remain backwards compat