Browse Source

Merge pull request #512 from fundon/feature_support_dsa_key

support dsa key format
tags/v1.2.0-rc1
无闻 10 years ago
parent
commit
ce6931a046
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/publickey.go

+ 1
- 0
models/publickey.go View File

@@ -101,6 +101,7 @@ var (
"(MCE)": 1702,
"(McE)": 1702,
"(RSA)": 2048,
"(DSA)": 1024,
}
)



Loading…
Cancel
Save