This website works better with JavaScript.
Explore
Help
Sign In
playground
/
gogs
mirror of
https://github.com/gogits/gogs.git
Watch
1
Star
0
Fork
You've already forked gogs
0
Code
Issues
Releases
Activity
Browse Source
support dsa key format
pull/512/head
fundon
11 years ago
parent
263fc76b87
commit
eb1e6f8e3e
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
models/publickey.go
1
models/publickey.go
Unescape
Escape
View File
@ -101,6 +101,7 @@ var (
"(MCE)"
:
1702
,
"(McE)"
:
1702
,
"(RSA)"
:
2048
,
"(DSA)"
:
1024
,
}
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
playground/gogs
Title
Body
Create Issue