openpgp icon indicating copy to clipboard operation
openpgp copied to clipboard

OpenPGP functionality for Solo

Results 17 openpgp issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to compile this on MacOs and I see that there's a device.h file missing (included on ./src/opgpdevice.h). I wonder where that's been sourced from, because many of...

Hi there, Trying to build on arch, getting: ``` ▶ make g++ -std=c++17 -Os -Wall -g3 -I. -Ipc/ -Isrc/ -Ilibs/mbedtls/ -Ilibs/mbedtls/mbedtls/crypto/include/ -Ilibs/stm32fs/ -Ilibs/bearssl/ -Ilibs/spiffs/ -Ilibs/spiffs/default -Ilibs/spiffs/test -c -o obj/opgpdevice.o ./pc/opgpdevice.cpp...

Apologies for re-raising a type of question that has already been brought up multiple times. I have spent some time trying to build this project, however, even reading the other...

See https://github.com/solokeys/openpgp/issues/23

Are you considering merging the work done here with the Solokey v2? Seems this is python and that is all Rust 😔

After I fixed the bearssl include problem with I get ``` craig@other:~/src/solokeys-openpgp$ make g++ -std=c++17 -Os -Wall -g3 -I. -Ipc/ -Isrc/ -Ilibs/mbedtls/ -Ilibs/mbedtls/mbedtls/crypto/include/ -Ilibs/stm32fs/ -Ilibs/bearssl/ -c -o obj/opgpdevice.o ./pc/opgpdevice.cpp ./pc/opgpdevice.cpp:31:10:...

I' tried running the openpgp app on Linux but I got an issue with importing bearSSL, it couldn't be found. I saw in the post that it should also work...

admin and unblock pins both return 'bad pin' when trying to set. resetting user pin from 123456 to something else returns 'card error' gpg (GnuPG) 2.2.19 libgcrypt 1.8.5

Could not get this to work when following the actual readme.md Turns out the git clone command needed to be `git clone --recurse-submodules https://github.com/solokeys/openpgp.git` to work for me (Ubuntu 18.04)

Gnupg is having some issue with the current openpgp implementation. I suspect it's something small in the "Application Related Data" (006e). Steps to reproduce. 1. Generate a key with gpg2...