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

yast / yast-rmt / 26746178175
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.3.7
DEFAULT BRANCH: master
Ran 01 Jun 2026 09:19AM UTC
Jobs 1
Files 39
Run time 1min
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

01 Jun 2026 09:16AM UTC coverage: 98.499%. Remained the same
26746178175

Pull #76

github

ngetahun
Fix OpenSSL genpkey parameter formatting for SSL certificate generation

The OpenSSL genpkey command was failing with the error:
'Error setting rsa_keygen_bits: 2048 parameter'

This was caused by incorrect parameter formatting in the -pkeyopt
argument. The parameter 'rsa_keygen_bits: 2048' had a space after
the colon, but OpenSSL expects 'rsa_keygen_bits:2048' (no space).

This issue was introduced in commit 0b73535 when migrating from
genrsa to genpkey for FIPS compatibility.

Changes:
- Fixed the -pkeyopt parameter in certificate_generator.rb
- Updated the corresponding test expectation
- Added changelog entry

Testing:
Verified with OpenSSL command line:
  openssl genpkey -algorithm RSA -pass stdin -aes256 \
    -out /tmp/test.key -pkeyopt rsa_keygen_bits:2048
Successfully generates encrypted key with correct syntax.

Fixes: bsc#1266671
Related: bsc#1235462 (FIPS compatibility)
Pull Request #76: Fix OpenSSL genpkey parameter formatting for SSL certificate generation

1641 of 1666 relevant lines covered (98.5%)

1.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26746178175.1 01 Jun 2026 09:19AM UTC 39
98.5
GitHub Action Run
Source Files on build 26746178175
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #76
  • PR Base - master (#26101267628)
  • Delete
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