-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support tracing in logs #58
Comments
JeremyRand
added a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Mar 9, 2022
JeremyRand
added a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Mar 9, 2022
JeremyRand
added a commit
that referenced
this issue
Mar 9, 2022
JeremyRand
added a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Mar 9, 2022
JeremyRand
added a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Mar 9, 2022
Merged
JeremyRand
added a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Mar 9, 2022
JeremyRand
added a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Mar 9, 2022
JeremyRand
added a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Mar 9, 2022
JeremyRand
added a commit
that referenced
this issue
Mar 9, 2022
2100eb7 pkcs11mod: Trace fromTemplate (Jeremy Rand) 367cf36 p11mod: Trace GetAttributeValue (Jeremy Rand) 9905eaa pkcs11mod: Trace GetAttributeValue (Jeremy Rand) Pull request description: Refs #58 Top commit has no ACKs. Tree-SHA512: d789dc58cf1b38b5c7ce72e3d5e4dba9008c46add94090ebb7a505a868be117d82293b3a617c534008557e1c4d339fe5804f25f1279c21ab7cc5d9f2ffbe2bf7
JeremyRand
pushed a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Aug 9, 2022
JeremyRand
pushed a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Aug 9, 2022
JeremyRand
pushed a commit
to JeremyRand/pkcs11mod
that referenced
this issue
Aug 9, 2022
JeremyRand
pushed a commit
that referenced
this issue
Aug 10, 2022
5dc5898 Trace FindObjectsInit (Jeremy Rand) 7dc4b42 p11mod: Friendly trace for GetAttributeValue query (Jeremy Rand) Pull request description: Refs #58 Top commit has no ACKs. Tree-SHA512: 74a083216a68d6cb56736e7b7d892add4359ae5762246ff13c6582dff16021b0be1978c3573b434a1c1ed349d1b20eff5fce7eef09f9936ef00726212ecc5193
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be helpful for debugging purposes if pkcs11mod and p11mod could log traces of which functions are being called, with what arguments. This could be enabled via an environment variable. Such functionality is a privacy risk (e.g. it could be used to investigate which
.bit
domains were accessed in ncp11), so it should come with a warning.The text was updated successfully, but these errors were encountered: