This website works better with JavaScript
Home
Explore
Register
Sign In
Endevir
/
git-server
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
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,
}
)