ClientAuthType declares the policy the server will follow for TLS Client Authentication.
| 289 | // ClientAuthType declares the policy the server will follow for |
| 290 | // TLS Client Authentication. |
| 291 | type ClientAuthType int |
| 292 | |
| 293 | const ( |
| 294 | // NoClientCert indicates that no client certificate should be requested |