apylchagin
apylchagin
The same for Ubuntu but not sure what is the dependencies on particular version: failed on 16.04, 18.04, 22.04. Some instances build the code fine, some are failing with the...
same here. Also it was fixed on ubuntu by installing those two packages: libudev-dev libusb-1.0-0-dev
Thank you for the quick response. I've got data in AES CBC 128-bit -- I believe this is a function kcapi_cipher_dec_aes_cbc for that algo only -- cbc(aes). right? > The...
Here we go. [crypto.txt.zip -- 18.04](https://github.com/smuellerDD/libkcapi/files/7293555/crypto.txt.zip) [crypto.txt.zip -- 20.04](https://github.com/smuellerDD/libkcapi/files/7293591/crypto_20.04.txt.zip) Just in case I've tried on two ubuntu servers: 1) Ubuntu 18.04.6 LTS -- ```Linux 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21...
Hello Stephan. Thank you for your support. I've spent some time converting my example from bigger project into the dedicated repo https://github.com/apylchagin/kcapi_test. Plz, do not hesitate to use it for...
Sorry about that. I've added googletest and kcapi repos as a git submodules. thus, you need to clone with submodules update or do it explicitly after clone: git submodule update...
Sorry but I don’t get it. Could you please advice what version has a fix for it? The label 1.3.1 cannot be used for OpenSSL encoded content. Or the intent...
@smuellerDD sorry for the long delay. I've update the script in my repo -- now it does git submodules update. Once you run it the build should be done and...
Hello, sorry for a long time not seeing the answer. This is what I do on my setup: ```bash sudo sudo apt install autoconf libtool cd ~ git clone [email protected]:apylchagin/kcapi_test.git...