embetrix

Results 18 issues of embetrix

fix for https://github.com/hmng/jsonrpc-c/issues/14

running x11vnc in rawfb mode: `x11vnc -rawfb console` is freezing the whole system after few seconds ! I don't know how you achieve that guys but kudos !

bug

any plans to support pkcs11 AES operations ?

enhancement

I have the following python script: ``` #! /usr/bin/env python3 import os import pkcs11 from Crypto.Hash import SHA256 from Crypto.PublicKey import ECC from Crypto.Signature import DSS from pkcs11 import KeyType,...

vendor

Add possibiliy to inject private key password using environment variable KEY_PASS.

hello, is this layer still in maintenance ? any plan to support new yocto releases ?

please create a scarthgap branch

**kas-example.yml**: ``` header: version: 11 machine: qemux86-64 distro: poky target: - core-image-minimal repos: poky: url: "https://git.yoctoproject.org/git/poky" branch: scarthgap path: "layers" layers: meta: meta-poky: meta-yocto-bsp: meta-openembedded: url: "https://github.com/openembedded/meta-openembedded.git" branch: scarthgap path:...

using `pkcs11-tool` encryption is working while decryption is not : ``` export PKCS11_MODULE_PATH=/usr/local/lib/pkcs11/yubihsm_pkcs11.so export YUBIHSM_PKCS11_CONF=./yubihsm_pkcs11.conf export export PIN="0001password" export TOKEN_NAME="MyToken" start-stop-daemon --start --background --exec /usr/local/bin/yubihsm-connector -- -d yubihsm-shell -a reset...