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

tpm2-software / tpm2-tools / 955
0%

Build:
DEFAULT BRANCH: master
Ran 18 Oct 2017 04:23PM UTC
Jobs 1
Files 699
Run time 35s
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

pending completion
955

push

travis-ci

williamcroberts
conversion: 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:

lib/conversion.c: In function ‘tpm2_convert_pubkey_ssl’:
lib/conversion.c:126:16: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’
     ssl_rsa_key->e = BN_bin2bn((void*)&exponent, sizeof(exponent), NULL);
                ^~
make: *** [Makefile:1842: lib/conversion.o] Error 1

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

3997 of 5796 relevant lines covered (68.96%)

38.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 955.1 18 Oct 2017 04:23PM UTC 0
68.96
Travis Job 955.1
Source Files on build 955
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #955
  • fa9fe7a7 on github
  • Prev Build on master (#950)
  • Next Build on master (#956)
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