Ver a proveniência

Fixes log message

kris/server/www.crypto.cloudflare.com
Kris Kwiatkowski há 5 anos
ascendente
cometimento
c362368c5b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      _dev/tris-testclient/client.go

+ 1
- 1
_dev/tris-testclient/client.go Ver ficheiro

@@ -180,7 +180,7 @@ func main() {
for _, ng := range strings.Split(named_groups, ":") {
id, err := getIDByName(namedGroupsToName, ng)
if err != nil {
panic("Wrong TLS version provided")
panic("Wrong group name provided")
}
client.TLS.CurvePreferences = append(client.TLS.CurvePreferences, tls.CurveID(id))
}


Carregando…
Cancelar
Guardar