1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

Merge pull request #512 from fundon/feature_support_dsa_key

support dsa key format
This commit is contained in:
无闻
2014-09-29 00:57:49 -04:00

View File

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