Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rings:1-MinimalX
gpg2
gnupg-allow-large-rsa.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnupg-allow-large-rsa.patch of Package gpg2
Index: gnupg-2.4.0/g10/keygen.c =================================================================== --- gnupg-2.4.0.orig/g10/keygen.c +++ gnupg-2.4.0/g10/keygen.c @@ -2461,7 +2461,7 @@ get_keysize_range (int algo, unsigned in default: *min = opt.compliance == CO_DE_VS ? 2048: 1024; - *max = 4096; + *max = opt.flags.large_rsa == 1 ? 8192 : 4096; def = 3072; break; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor