solokeys / openpgp

OpenPGP functionality for Solo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenPGP resources

onlykey opened this issue · comments

If you guys are looking to implement CCID interface I thought I would share something I came across that might help. As you probably know GNUK is GPLv3 which is probably not going to work for a device that only allows signed updates (tivoization). However, here is an LGPL implementation I found - https://patchwork.ozlabs.org/patch/61775/

I have been meaning to try and get something like this working with OnlyKey but have not had the time to do it yet.

I hadn't seen that, thanks for letting us know! We'll probably just rewrite CCID since it's starting to look not-so-bad now that we've dug in a bit. But definitely helpful to have more references.