ykneo-openpgp icon indicating copy to clipboard operation
ykneo-openpgp copied to clipboard

OpenPGP applet for the YubiKey NEO

Results 18 ykneo-openpgp issues
Sort by recently updated
recently updated
newest added

When I test this applet on J2A040 with T=0 protocol, I found invalid data in APDU buffer. By adding apdu.setIncomingAndReceive() call before data access on case 3/4 APDU, the problem...

Hi! I have made an openpgp card. I toggled the main key and using keytocard to send key. Some detail information about the card can be seen after gpg --card-status,...

I never use my OpenPGP applet over NFC and, given that the OpenPGP password protocol is very weak (plaintext-equivalent AFAICT instead of using some secure challenge-response protocol or PAKE), I'd...

Dear Yubico, I'm really glad to see the latest [release](https://www.yubico.com/2018/09/introducing-the-yubikey-5-series-with-new-nfc-and-fido2-passwordless-features/) of Yubikey 5, I ordered two of them in a heartbeat. But I've also noticed that it's still shipping with...

I saw that the max buffer size and cert length were increased to: ``` private static short BUFFER_MAX_LENGTH = 1221; private static short CERT_MAX_LENGTH = 1216; ``` It turns out...

I was debugging an [OpenSC feature to cope with multiple applets on a single token](https://github.com/OpenSC/OpenSC/pull/1243). Unfortunately the card (i.e. token) hangs while pcscd is expecting a response from `InterruptRead` during...

The openpgp applet today is not compatible with opensc, it would probably be a good idea to be compatible even if opensc requires the atr to be listed to recognize...

I attempted to install the CAP file (from Yubico's website and also compile from the source in this repository for version 1.0.11) and failed to get it to install onto...