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

jplomas / liboqs / 28849168772
82%

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2026 08:25AM UTC
Jobs 3
Files 2928
Run time 5min
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

30 Jun 2026 04:10PM UTC coverage: 82.308% (+0.006%) from 82.302%
28849168772

push

github

web-flow
Route ERR_clear_error through dlsym wrapper in DLOPEN builds (#2484)

The EVP_DigestSqueeze probe added in #2433 calls ERR_clear_error()
directly instead of through the OSSL_FUNC() dlsym wrapper, and
ERR_clear_error was never added to ossl_functions.h. In a build with
OQS_DLOPEN_OPENSSL=ON, liboqs is not linked against libcrypto, so this
leaves an undefined ERR_clear_error symbol in liboqs.so. With BIND_NOW
(the default on most modern Linux distros) the symbol is resolved at
dlopen() time, so loading the library fails:

  OSError: liboqs.so.9: undefined symbol: ERR_clear_error

Add ERR_clear_error to the dlsym function table and call it via
OSSL_FUNC() like every other OpenSSL function.

Fixes open-quantum-safe/liboqs-python#122

Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

0 of 1 new or added line in 1 file covered. (0.0%)

16 existing lines in 13 files now uncovered.

210216 of 255401 relevant lines covered (82.31%)

8130035.13 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
54.63
0.0% src/common/ossl_helpers.c

Coverage Regressions

Lines Coverage ∆ File
2
90.88
-0.63% src/sig/mayo/pqmayo_mayo-1_avx2/mayo.c
2
59.82
-0.45% src/sig/ml_dsa/mldsa-native_ml-dsa-65_x86_64/mldsa/src/sign.c
2
59.91
-0.45% src/sig/ml_dsa/mldsa-native_ml-dsa-87_x86_64/mldsa/src/sign.c
1
95.92
-2.04% src/kem/classic_mceliece/pqclean_mceliece460896_avx2/encrypt.c
1
98.36
-1.64% src/kem/classic_mceliece/pqclean_mceliece460896f_clean/encrypt.c
1
98.72
-1.28% src/kem/classic_mceliece/pqclean_mceliece6960119_clean/pk_gen.c
1
76.99
-0.88% src/kem/hqc/pqc-hqc_hqc-5_ref/vector.c
1
95.53
-0.09% src/sig/falcon/pqclean_falcon-512_avx2/keygen.c
1
97.87
-2.13% src/sig/mayo/pqmayo_mayo-1_avx2/arithmetic.c
1
98.53
-1.47% src/sig/ml_dsa/mldsa-native_ml-dsa-87_ref/mldsa/src/packing.c
1
95.83
-4.17% src/sig/ml_dsa/mldsa-native_ml-dsa-87_ref/mldsa/src/rounding.h
1
71.71
-0.22% src/sig/ml_dsa/mldsa-native_ml-dsa-87_ref/mldsa/src/sign.c
1
33.33
-4.17% src/sig/ml_dsa/mldsa-native_ml-dsa-87_x86_64/mldsa/src/rounding.h
Jobs
ID Job ID Ran Files Coverage
1 x64-distbuild - 28849168772.1 07 Jul 2026 08:45AM UTC 2391
56.92
GitHub Action Run
2 x64-generic - 28849168772.2 07 Jul 2026 08:43AM UTC 1301
85.49
GitHub Action Run
3 arm64-distbuild - 28849168772.3 07 Jul 2026 08:24AM UTC 1837
60.82
GitHub Action Run
Source Files on build 28849168772
  • Tree
  • List 2928
  • Changed 25
  • Source Changed 1
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28849168772
  • b5df1810 on github
  • Prev Build on main (#28164922888)
  • Next Build on main (#29415874739)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc