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 - openwsman-2.6.2-7.fc26 FTBFS: dereferencing pointer to incomplete type 'X509_STORE_CTX {aka struct x509_store_ctx_st}'
Summary: openwsman-2.6.2-7.fc26 FTBFS: dereferencing pointer to incomplete type 'X509_...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: openwsman
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Vitezslav Crhonek
QA Contact: Fedora Extras Quality Assurance
URL: http://apps.fedoraproject.org/koschei...
Whiteboard:
Depends On:
Blocks: 1383740 1409770
TreeView+ depends on / blocked
 
Reported: 2016-10-12 10:27 UTC by Jitka Plesnikova
Modified: 2017-01-03 13:54 UTC (History)
3 users (show)

Fixed In Version: openwsman-2.6.2-9.fc26
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-01-03 13:54:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.