Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
openssl.690
openssl-app-genrsa-fips.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssl-app-genrsa-fips.patch of Package openssl.690
Index: openssl-1.0.1h/apps/genrsa.c =================================================================== --- openssl-1.0.1h.orig/apps/genrsa.c +++ openssl-1.0.1h/apps/genrsa.c @@ -78,7 +78,12 @@ #include <openssl/pem.h> #include <openssl/rand.h> -#define DEFBITS 1024 +#ifdef OPENSSL_FIPS +#define DEFBITS 2048 +#else +#define DEFBITS 1024 +#endif + #undef PROG #define PROG genrsa_main
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