Skip to content

(WIP) libp11 yml workflow #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

BridgerVoss
Copy link

@BridgerVoss BridgerVoss commented Jun 13, 2025

wolfProvider is failing tests that openssl is not failing.

  • In libp11 version libp11.0.4.12 it fails 3 tests that openssl is passing
  • In libp11 version master it is fails 6 tests that openssl is passing
    Looks like its related to some X.509 cert accessibility issues
    (note: libp11 doesn't officially support the latest versions of openssl but it still runs on them. They also don't officially support openssl's provider framework but they do support openssl's engine framework)
    in version 0.4.12 it hard loads some engine framework at runtime in some of the tests.
    in version master it hard loads some provider framework at runtime in some of the tests.
  • hard loads pkcs11 provider which is necessary and default provider which we can replace with libwolfprov.
  • still links to wolfProvider and uses it but am struggling to modify runtime provider configurations.

needs check-workflow still

@BridgerVoss BridgerVoss changed the title [WIP] libp11 yml workflow (WIP) libp11 yml workflow Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant