1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-27 06:44:06 +00:00

support dsa key format

This commit is contained in:
fundon 2014-09-29 12:37:34 +08:00
parent 263fc76b87
commit eb1e6f8e3e

View File

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