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

open-quantum-safe / liboqs / 28458811147
82%

Build:
DEFAULT BRANCH: main
Ran 30 Jun 2026 04:51PM UTC
Jobs 3
Files 2928
Run time 10min
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.295% (-0.005%) from 82.3%
28458811147

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%)

25 existing lines in 16 files now uncovered.

210183 of 255401 relevant lines covered (82.3%)

8143699.72 hits per line

Uncovered Changes

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

Coverage Regressions

Lines Coverage ∆ File
5
94.44
-4.63% src/kem/kyber/pqcrystals-kyber_kyber768_ref/indcpa.c
3
96.25
-0.26% src/sig/falcon/pqclean_falcon-padded-1024_clean/keygen.c
2
96.72
-3.28% src/kem/classic_mceliece/pqclean_mceliece460896f_clean/encrypt.c
2
75.22
-1.77% src/kem/hqc/pqc-hqc_hqc-1_ref/vector.c
2
95.73
-0.18% src/sig/falcon/pqclean_falcon-padded-512_aarch64/keygen.c
1
96.72
-1.64% src/kem/classic_mceliece/pqclean_mceliece348864f_clean/encrypt.c
1
95.92
-2.04% src/kem/classic_mceliece/pqclean_mceliece460896_avx2/encrypt.c
1
97.96
-2.04% src/kem/classic_mceliece/pqclean_mceliece460896f_avx2/encrypt.c
1
52.24
-1.49% src/sig/falcon/pqclean_falcon-padded-512_aarch64/vrfy.c
1
33.33
-4.17% src/sig/ml_dsa/mldsa-native_ml-dsa-65_aarch64/mldsa/src/rounding.h
1
98.53
-1.47% src/sig/ml_dsa/mldsa-native_ml-dsa-65_x86_64/mldsa/src/packing.c
1
60.04
-0.22% src/sig/ml_dsa/mldsa-native_ml-dsa-65_x86_64/mldsa/src/sign.c
1
98.53
-1.47% src/sig/ml_dsa/mldsa-native_ml-dsa-87_aarch64/mldsa/src/packing.c
1
60.13
0.22% src/sig/ml_dsa/mldsa-native_ml-dsa-87_aarch64/mldsa/src/sign.c
1
33.33
-4.17% src/sig/ml_dsa/mldsa-native_ml-dsa-87_x86_64/mldsa/src/rounding.h
1
93.55
-1.61% src/sig/uov/pqov_ov_Is_pkc_skc_ref/ov.c
Jobs
ID Job ID Ran Files Coverage
1 arm64-distbuild - 28458811147.1 30 Jun 2026 04:51PM UTC 1837
60.79
GitHub Action Run
2 x64-generic - 28458811147.2 30 Jun 2026 05:28PM UTC 1301
85.49
GitHub Action Run
3 x64-distbuild - 28458811147.3 30 Jun 2026 05:29PM UTC 2391
56.92
GitHub Action Run
Source Files on build 28458811147
  • Tree
  • List 2928
  • Changed 29
  • Source Changed 1
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28458811147
  • b5df1810 on github
  • Prev Build on main (#28032807983)
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