1
1
mirror of https://github.com/go-gitea/gitea synced 2024-10-01 08:44:04 +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
commit ce6931a046

View File

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