issues Search Results · repo:pyauth/python-pkcs11 language:Python
Filter by
134 results
(90 ms)134 results
inpyauth/python-pkcs11 (press backspace or delete to remove)I have the impression that the documentation for this library on readthedocs.io is not updating. This isn t a massive
deal right now since the examples in there are still more or less accurate (at least ...
MatthiasValvekens
- 1
- Opened 12 days ago
- #211
Hi all, as mentioned in the comments of #202, I have some thoughts about how to manage this project s release flow, with
the ultimate goal being to get this project back on track in terms of release pace. ...
MatthiasValvekens
- 12
- Opened on Jun 15
- #203
Hello, I am trying to build python-pkcs11 from sources to solve the installation problem on windows (11) and new
versions of python (3.10-3.13). When I run: python setup.py build I get an error message: ...
gilweis
- 2
- Opened on Apr 13
- #199
Hello python-pkcs11 team,
I was wondering if there are any plans to add PQ algorithm support for this wrapper.
It appears IBM already has something out using ML-DSA.
1. https://github.com/IBM-Cloud/hpcs-pkcs11/blob/master/samples/pkcs11-dilithium.c ...
krypt0k1
- 1
- Opened on Apr 9
- #198
Hello! I am trying to use python-pkcs11 in this project: https://github.com/sigstore/model-transparency/
Unfortunately there are linker issues on Windows (Mac and Linux work fine) when python = 3.12 is ...
stefanberger
- 2
- Opened on Apr 4
- #197
In the documentation, I see that mechanism AES_GCM is not supported.
OpenCryptoki added support for CKM_AES_GCM a few days ago.
If I try to use that feature, python-pkcs11 raises pkcs11.exceptions.MechanismParamInvalid: ...
andreastedile
- 1
- Opened on Mar 31
- #196
I m trying to use the pkcs11 library to decrypt emails using a private key kept on my smart card. I can do this
successfully with openssl with the following command:
openssl smime -decrypt -inform der ...
jat255
- 1
- Opened on Mar 21
- #195
I got this when forced to use different interface libraries(PyKCS11 and python-pkcs11) to PKCS11 library:
Traceback (most recent call last): File pkcs11/_errors.pyx , line 89, in pkcs11._pkcs11.assertRV ...
msetina
- 1
- Opened on Feb 19
- #194
def lib(so):
Wrap the main library call coming from Cython with a preemptive
dynamic loading.
global _lib
global _so
if _lib:
if _so != so:
raise ...
msetina
- 3
- Opened on Feb 13
- #193
Using this code on version 0.7.0:
pk_query_params = {
pkcs11.Attribute.CLASS: pkcs11.ObjectClass.PRIVATE_KEY
}
q = session.get_objects(pk_query_params)
results ...
msetina
- 2
- Opened on Feb 2
- #192

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.