1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-26 21:54:19 -04: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,
}
)