• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tpm2-software / tpm2-tools / 943 / 1
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2017 05:04PM UTC
Files 699
Run time 38s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Oct 2017 04:56PM UTC coverage: 68.998% (-0.09%) from 69.084%
943.1

push

travis-ci

williamcroberts
tpm2_import: fix build error with OpenSSL 1.1.x

Since OpenSSL version 1.1.0, the RSA structure (struct rsa_st) is opaque
to programs (https://wiki.openssl.org/index.php/OpenSSL_1.1.0_Changes).

So the structure members can't be accessed directly and instead helpers
functions should be used.

Because the API changes, building tpm2-tools with OpenSSL 1.1.x leads to
the following compile error:

tools/tpm2_import.c:99:11: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’
     if ((r->n == NULL && n == NULL) || (r->e == NULL && e == NULL)) {
           ^~

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>

3995 of 5790 relevant lines covered (69.0%)

36.92 hits per line

Source Files on job 943.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 943
  • Travis Job 943.1
  • 03c54466 on github
  • Prev Job for on master (#942.1)
  • Next Job for on master (#944.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc