Peter Huewe
Peter Huewe
If libengine-pkcs11-openssl1.1 is not installed, make check fails with the following error messages: ``` invalid engine "pkcs11" 3070078992:error:25066067:DSO support routines:dlfcn_load:could not load the shared library:../crypto/dso/dso_dlfcn.c:118:filename(/usr/lib/arm-linux-gnueabihf/engines-1.1/pkcs11.so): /usr/lib/arm-linux-gnueabihf/engines-1.1/pkcs11.so: cannot open shared object...
When I try to run make check on my rasbian system, I get the following error (for all tests) ``` engine "pkcs11" set. p11_pkey.c:528 pkcs11_try_pkey_ec_sign() not implemented engine "pkcs11" set....
The OpenSC Project has a pkcs11 specific testsuite which can run against all kind of pkcs11 providers. See https://github.com/OpenSC/OpenSC/tree/master/src/tests/p11test for Details. Integration should be quite easy ``` git clone https://github.com/OpenSC/OpenSC.git...
Hi, when I try to cross compile a kernel using `CROSS_COMPILE=arm-bcm2708-linux-gnueabi- ./mkroot.sh -n TARGET="armv7l" kernel` I get the following error message: ``` linux-4.16/virt/lib/irqbypass.c make: getconf: Command not found make: getconf:...
When using the diagram view, the graphs jump and scale depending on the values currently shown. e.g. if I lost 1kg over one week the diagram shows values between e.g....
If I try to login, I always get an exception, due to humblebundle return Error 405 Traceback (most recent call last): File "hb-downloader.py", line 41, in hapi.login(ConfigData.username, ConfigData.password, ConfigData.authy_token) File...
Hi, thanks for the publication of psa-api. Unfortunately, the mentioned example section is still empty.
As the project gains more attention, people are asking for release schedules for the different sub projects. While these might not be 100% fixed dates, a rough schedule would be...
The dependency matrix proves to be quite helpful as it gives a clear indication which software components work with each other: https://github.com/tpm2-software/tpm2-tools/wiki/Dependency-Matrix Unfortunately it is currently buried in the wiki...
The test unfortunately does not compile anymore since 4.0. It should only be removing the IRQF_DISABLED flag, but in any case I have problems to get it running on my...