Skip to content

Add logging to the PKCS11 backend functions#1

Draft
pmeulen wants to merge 1 commit into
mainfrom
feature/add-p11-backend-logging
Draft

Add logging to the PKCS11 backend functions#1
pmeulen wants to merge 1 commit into
mainfrom
feature/add-p11-backend-logging

Conversation

@pmeulen

@pmeulen pmeulen commented Apr 15, 2026

Copy link
Copy Markdown
Member

Goal is to trace PKCS11 module, session and object caching / reuse. Not intended for production.

To monitor behaviour:

docker compose logs -f app 2>&1 | grep -e "SIGN" -e "DECRYPT" -e "SESSION" -e "OBJECT" -e "MODULE"

Then test with:

./tools/perf-test.sh -c 1 -d 5s sign

Goal is to trace PKCS11 module, session and object caching / reuse. Not intended for production.
@pmeulen
pmeulen requested a review from mroest April 15, 2026 10:31
@pmeulen
pmeulen marked this pull request as draft April 15, 2026 10:31
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