This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#1519
from haoyixin/develop
Modify minimumKeySize of RSA to 1024 for old keys.
for-closed-social
无闻
9 years ago
parent
461f715ae4
5f25553b0d
commit
0b97290c07
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/publickey.go
+ 1
- 1
models/publickey.go
View File
@ -123,7 +123,7 @@ var minimumKeySizes = map[string]int{
"(NTRU)"
:
1087
,
"(NTRU)"
:
1087
,
"(MCE)"
:
1702
,
"(MCE)"
:
1702
,
"(McE)"
:
1702
,
"(McE)"
:
1702
,
"(RSA)"
:
2048
,
"(RSA)"
:
1024
,
"(DSA)"
:
1024
,
"(DSA)"
:
1024
,
}
}
Write
Preview
Loading…
Cancel
Save