This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
gogs
mirror of
https://github.com/gogs/gogs.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
support dsa key format
fundon
10 years ago
parent
263fc76b87
commit
eb1e6f8e3e
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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
,
}
)