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

node-opcua / node-opcua-pki / 23500040793
92%

Build:
DEFAULT BRANCH: master
Ran 24 Mar 2026 04:19PM UTC
Jobs 1
Files 21
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

24 Mar 2026 04:17PM UTC coverage: 92.29% (+0.08%) from 92.211%
23500040793

push

github

erossignon
fix(ca): use `keyid` instead of `keyid:always,issuer:always`
in v3_ca section for OpenSSL 3.5.x compatibility

OpenSSL 3.5.5 (Alpine linux) strictly enforces the `always`
flag in `authorityKeyIdentifier` even during CSR generation
(`openssl req -extensions v3_ca`).  At that stage no issuer
certificate exists yet (root CA bootstrap), so the command
fails with:

  v3_akid.c:156: no issuer certificate

Using plain `keyid` (without `:always`) tells OpenSSL to
include the authority key identifier when the issuer key is
available and skip it gracefully when it is not.

The extension is properly populated during the self-signing
step (`openssl x509 -req`), so the final CA certificate
still contains the correct authorityKeyIdentifier.

The `crl_ext` section retains `keyid:always,issuer:always`
because CRL extensions are only applied when the CA cert
already exists.

Tested with:
  - OpenSSL 3.4.1  (Windows)  — works with both values
  - OpenSSL 3.5.5  (Alpine)   — requires `keyid`

Refs:
  - https://github.com/openssl/openssl/issues/21519
  - OpenSSL man x509v3_config(5) - authorityKeyIdentifier

248 of 344 branches covered (72.09%)

1173 of 1271 relevant lines covered (92.29%)

264.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23500040793.1 24 Mar 2026 04:19PM UTC 21
92.29
GitHub Action Run
Source Files on build 23500040793
  • Tree
  • List 21
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23500040793
  • 72e6f8dc on github
  • Prev Build on master (#23336538638)
  • Next Build on master (#23501554832)
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