-
# Your system information
* Operating system used: Arch Linux
* PyKCS11 version: 1.5.16
* Python version: 3.12.3
* PKCS#11 library used: opensc-pkcs11
# Please describe your issue in as much …
-
Trying to checkout parsec and was following the instructions mentioned in the book to test out the pkcs11-provider, was getting this error after adding the required configs in config.toml
```
~/pa…
-
### Problem Description
I have a brand new D-Trust Card 3.1 that is supposed to be usable for PDF signing (which is the ultimate goal)
I have access to the following two readers:
```
~ » ope…
-
Hi,
First of all, thx for your great project, it's very useful! Not issue, just feature request.
Any plan supporting PKCS11? I'm currently using `ssh -I libykcs11.so user@host` with self-compile…
evi0s updated
3 years ago
-
# 理解
[PKCS11](https://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html) 定义了独立于HSM、HSE等安全模块平台等接口,对于遵循PKCS11标准的安全硬件,都可以使用PKCS11的接口管理和使用这些安全硬件。PKCS11中提出了Slot和Token的概念,这两个概念在使用中非…
-
any plans to support pkcs11 AES operations ?
-
Hi,
Ive got a path to pkcs11 with spaces, how is recommended way to pass this path to? Thank you
```
System.Environment.SetEnvironmentVariable("PKCS11_LOGGER_LIBRARY_PATH", pkcs11LibFixedPath…
pionl updated
2 months ago
-
# The issue
Disconnecting and reconnecting a pluggable PKCS11 token leads to the PKCS11 provider being inaccessible. To reproduce the issue:
- start the Parsec service with the PKCS11 provider a…
-
Hi.
First of all, this is not a bug report.
Is there anyway to use a developer-defined method to sign transactions?
My ultimate goal is to use HSM for transaction signature. for that, private key i…
-
Hello.
I got this error while developing a digital signing application. I downgraded to version `0.6.0` and the error was gone but the signing result was not as I expected.
```python
/home/do/m…