tls: Use IANA-standard cipher suite names

This commit is contained in:
Matthew Holt
2019-07-18 09:52:43 -06:00
parent dd6aa91d72
commit 28df6cedfe
3 changed files with 34 additions and 27 deletions

View File

@@ -86,7 +86,7 @@ func GetModules(scope string) []Module {
// handle the special case of an empty scope, which
// should match only the top-level modules
if len(scopeParts) == 1 && scopeParts[0] == "" {
if scope == "" {
scopeParts = []string{}
}