-
**Describe the bug**
When configuring openvpn server with pkcs11 a pin is required to access the token. Due to how this pin is requested, openvpn only will satisfy the password from stdin or systemd-…
-
**Describe the issue**
I have a java program that read smart cards under linux. It uses sun.security.pkcs11.SunPKCS11.
I have the following error when using PKCS11:
```
java.lang.UnsatisfiedLinkEr…
mttcr updated
3 years ago
-
When I try to compile cri-o and podman as statically linked binaries, I get the following warnings. Is there a way to avoid using dlopen or disable it?
```bash
root@syx:~/go/cri-o# make BUILDTAGS=…
-
The idea would be to move the logic out of these functions, only the mapping of the input and the output would be done here.
This would be only a developer quality of life change and is purely opti…
-
## Current situation
Systemd does not support PKCS11 URIs.
```
$: sudo systemd-cryptenroll --pkcs11-token-uri=list
PKCS#11 tokens not supported on this build.
```
## Implementation options…
-
In your example, you show how two snaps are connected through the proxy mechanism of p11-kit. Would it also be possible to use this mechanism to connect the the PKCS#11 module running inside a snap wi…
-
I have an issue with key pair generation.
This simplified code:
```c
void runSimplifiedTest(char* lib, char* passwd)
{
PKCS11_CTX* ctx = PKCS11_CTX_new();
PKCS11_CTX_load(ctx, lib);
PKCS11…
-
FR to support importing HMAC key and using it via PKCS11,
eg, with SoftHSM, i'd define something like the [following](https://github.com/tpm2-software/tpm2-tools/issues/1597) to import an external …
-
Hello,
i succesfully compile estclient under Ubuntu (amd64) and Raspbian (armv6l) but seems that i can't compile estclient under Windows; this is the output i get:
C:\Windows\System32>go version…
-
Hello, I compiled and installed all the necessary packages and configured `/etc/pam_pkcs11/subject_mapping` with my smart card's subject data, that I got from `pkcs11_inspect`.
I also added and linke…