Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
SUSE:SLE-12-SP1:GA
bind.736
bind-fix-fips.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bind-fix-fips.patch of Package bind.736
Index: bind-9.9.5-P1/lib/dns/opensslgost_link.c =================================================================== --- bind-9.9.5-P1.orig/lib/dns/opensslgost_link.c +++ bind-9.9.5-P1/lib/dns/opensslgost_link.c @@ -411,9 +411,15 @@ dst__opensslgost_init(dst_func_t **funcp /* check if the gost engine works properly */ e = ENGINE_by_id("gost"); - if (e == NULL) + if (e == NULL) { + /* In FIPS mode we cannot get the gost engine, even if + * openssl and bind was originally built with it. */ +#if 0 return (dst__openssl_toresult2("ENGINE_by_id", DST_R_OPENSSLFAILURE)); +#endif + return (ISC_R_SUCCESS); + } if (ENGINE_init(e) <= 0) { ENGINE_free(e); e = NULL;
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