Joerg-Christian Boehme

Results 24 comments of Joerg-Christian Boehme

I also have an interest to get neopg runing with my [NitroKey](http://nitrokey.com/) The link to OpenSC means, we should use this library in neopg? Unfortunately it has dependencies to openssl...

I compiled OpenSC and did a deeper look. My assumption about OpenSSL is wrong, sorry. OpenSSL is optional for OpenSC. Here my quick summary about OpenSC: OpenSC has some implementation...

Hi @alex-nitrokey ... nice to have you here :+1: ... help is always welcome :-) My question is, how can I "use" / call / link against the [OpenSC/src/libopensc/card-openpgp.c](https://github.com/OpenSC/OpenSC/blob/master/src/libopensc/card-openpgp.c) and...

Interesting, I read this here: [Now, however, the OpenSC project now supports the OpenPGP card as a PKCS#11 and PKCS#15 card,](https://changelog.complete.org/archives/9381-detailed-smart-card-cryptographic-token-security-guide) Hm I will try ... :-)

@alex-nitrokey Ok, I will try to use opensc-pkcs11.so ... @jans23 Ah great :+1: there is an example, how to use `opensc-pkcs11.so` for OpenPGP cards. Thanks for the hint! For a...

[I create a POC version](https://github.com/Bjoe/pkcs11-botan-poc) with `opensc-pkcs11.so`. The good news is, that `botan` has a good API to handle the `PKCS11` commands. Here the result: * encryption (export public key...

> I expect that conan.cmake read all need toolchain information from CMAKE_* (CMAKE_C_COMPILER, CMAKE_C_LINKER, CMAKE_CXX_COMPILER, CMAKE_CXX_LINKER) variables and create proper profile even for cross-compilation use-case I was also expecting this,...

> @uyha: It seems to work, thanks! I updated the [repository](https://github.com/lukasberbuer/cmake-conan-crossbuild) with your recommended solution. > > The arch variable needs to be specified in the CMake toolchain file: >...

Hm, I updated to the newest boost version 1.70 and unfortunately I get the same error if I pack shared boost libs on android as in 1.67 .... I saw...

@mclow Hi. Last year (2019) I was in the "boost meeting" on the Meeting C++ and pointing to this PR and if we can merge this. I was recommended to...