caddy/caddytls
shouya 0c626fbc2e tls: Allow client auth configs if CA filenames match (#2648)
* verify client certs

* move client cert compatible checker to an independent function

* unexport client cert compatible checker

* rename functions and add comment

* gofmt code

* add test

* add back the comment
2019-06-19 11:25:56 -06:00
..
config.go tls: Allow client auth configs if CA filenames match (#2648) 2019-06-19 11:25:56 -06:00
config_test.go tls: Allow client auth configs if CA filenames match (#2648) 2019-06-19 11:25:56 -06:00
crypto.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00
crypto_test.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00
handshake.go tls: Update to match CertMagic refactor (#2571) 2019-04-20 12:11:27 -06:00
selfsigned.go Migrate to Go modules - remove vendor folder (#2504) 2019-03-29 20:30:48 -06:00
setup.go fix lint warnings (issue 2541) (#2551) 2019-04-22 10:20:37 -06:00
setup_test.go tls: Allow client auth configs if CA filenames match (#2648) 2019-06-19 11:25:56 -06:00
tls.go Migrate to Go modules - remove vendor folder (#2504) 2019-03-29 20:30:48 -06:00
tls_test.go Extract most of caddytls core code into external CertMagic package 2018-12-10 19:49:29 -07:00