-
Notifications
You must be signed in to change notification settings - Fork 803
Various improvements for the p11test #2991
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
Conversation
|
Rebased on top of master (squashing some of the style warnings) and added also a p11test as part of the CI run together with the PKCS11SPY to catch issues such as #2988 earlier. |
6cc1009 to
f15be8a
Compare
|
Hopefully last slight changes of the pipeline to pass. |
|
Now, we should see only failure in the valgrind as we are getting uninitialized memory from softhsm. Not sure what to do about that, but I think that can be handled later. |
63d8424 to
2c3beb9
Compare
|
I think this should be final now. |
… different version
…ith distinct label
we skip the mechanism and interface test when comparing the output because: * softhsm is using uninitialized memory when providing mechanism list causing random flags to appear or disappear randomly * the softhsm does not support interfaces, while pkcs11 spy does
|
Merging. Thanks for reviews! |
This fixes various issues in the p11test found mostly while testing over last months.
Checklist