-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implement coalescing of fetch_all #177
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #177 +/- ##
==========================================
+ Coverage 90.36% 90.59% +0.22%
==========================================
Files 31 31
Lines 6644 6792 +148
==========================================
+ Hits 6004 6153 +149
+ Misses 640 639 -1 ☔ View full report in Codecov by Sentry. |
ae66cae
to
b834703
Compare
b834703
to
508ca42
Compare
bb8a6ac
to
84058e0
Compare
While PR #185 works with listing certificates uploaded using p11tool with this patchset I do not see the certificates with certutil. |
Thank you for your feedback. Can you please share your testing approach ? This patch it built on top of #185 and listing works for me. |
So I must have messed up something in earlier testing. Re-testing it and it does show the certificate as expected. My methodology: Build the module + patch and copy resulting shared library to /usr/lib64/pkcs11/nethsm-pkcs11-v1.1.0-x86_64-fedora.39.so (I haven't automated version detection yet). Create /etc/pkcs11/modules/nethsm.conf with contents: Create an NSS database and verify the token is visible:
Run the test upload_certificate.sh (only modification is the path to the shared library).
|
84058e0
to
0a54f42
Compare
Fix #174, built on top of #185