wolfProvider icon indicating copy to clipboard operation
wolfProvider copied to clipboard

(WIP) libp11 yml workflow

Open BridgerVoss opened this issue 6 months ago • 0 comments

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 avatar Jun 13 '25 19:06 BridgerVoss