Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1383992

Summary: openwsman-2.6.2-7.fc26 FTBFS: dereferencing pointer to incomplete type 'X509_STORE_CTX {aka struct x509_store_ctx_st}'
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: openwsmanAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: praveen_paladugu, srinivas_g_gowda, vcrhonek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://apps.fedoraproject.org/koschei/package/openwsman
Whiteboard:
Fixed In Version: openwsman-2.6.2-9.fc26 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-03 13:54:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1383740, 1409770    

Description Jitka Plesnikova 2016-10-12 10:27:06 UTC
Description of problem:
Package openwsman fails to build from source in Fedora Rawhide.

/builddir/build/BUILD/openwsman-2.6.2/src/lib/wsman-curl-client-transport.c: In function 'ssl_certificate_thumbprint_verify_callback':
/builddir/build/BUILD/openwsman-2.6.2/src/lib/wsman-curl-client-transport.c:242:18: error: dereferencing pointer to incomplete type 'X509_STORE_CTX {aka struct x509_store_ctx_st}'
  X509 *cert = ctx->cert;
                  ^~
This is caused by upgrading openssl from 1:1.0.2j-1.fc26 to 1:1.1.0b-1.fc26.

Additional info:
This package is tracked by Koschei. See:
http://apps.fedoraproject.org/koschei/package/openwsman

Comment 1 Vitezslav Crhonek 2016-10-18 08:11:49 UTC
I'm able to make openwsman to compile, but not to run correctly with openssl 1.1.0 yet.

I've opened upstream issue for tracking it with short recapitulation of the problems:
https://github.com/Openwsman/openwsman/issues/98

Comment 2 Vitezslav Crhonek 2017-01-03 13:54:59 UTC
Fixed FTBFS and the server functionality with openssl 1.1.0. Seems to work as expected. It's not possible to disable particular SSL protocols through the openwsman's config file though, this still needs to be adjusted.