tls: Client authentication

This commit is contained in:
Matthew Holt
2015-06-01 23:22:11 -06:00
parent 9ce0e8e17c
commit c78eb50eb8
4 changed files with 78 additions and 1 deletions

View File

@ -64,4 +64,5 @@ type TLSConfig struct {
ProtocolMinVersion uint16
ProtocolMaxVersion uint16
PreferServerCipherSuites bool
ClientCerts []string
}