Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:Update
openssl.9335
openssl-fips_cavs_helpers_run_in_fips_mode.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssl-fips_cavs_helpers_run_in_fips_mode.patch of Package openssl.9335
Index: openssl-1.0.2j/crypto/fips/fips_aesavs.c =================================================================== --- openssl-1.0.2j.orig/crypto/fips/fips_aesavs.c 2017-04-07 12:01:35.335422766 +0200 +++ openssl-1.0.2j/crypto/fips/fips_aesavs.c 2017-04-07 12:11:35.876483996 +0200 @@ -870,7 +870,11 @@ int main(int argc, char **argv) FILE *fp = NULL; char fn[250] = "", rfn[256] = ""; int d_opt = 1; - fips_algtest_init(); + fips_algtest_init_nofips(); + if(!FIPS_mode_set(1)) { + fprintf(stderr, "Can't set FIPS mode\n"); + exit(1); + } if (argc > 1) {
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