ClientAuthType declares the policy the server will follow for TLS Client Authentication.
| 328 | // ClientAuthType declares the policy the server will follow for |
| 329 | // TLS Client Authentication. |
| 330 | type ClientAuthType int |
| 331 | |
| 332 | const ( |
| 333 | // NoClientCert indicates that no client certificate should be requested |