diff options
author | Valtteri Vuorikoski <vuori@notcom.org> | 2021-03-11 14:06:51 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-03-11 14:06:51 +0100 |
commit | 8cad11d13b15b0ef672545b06450dfbea1fef18e (patch) | |
tree | dc54d269c0b39472d0724a0f5bbf7200a4f4ef9f /doc | |
parent | doc: Add a sending patches section to HACKING. (diff) | |
download | gnupg2-8cad11d13b15b0ef672545b06450dfbea1fef18e.tar.xz gnupg2-8cad11d13b15b0ef672545b06450dfbea1fef18e.zip |
scd:piv: Improve APT parser compatibility.
* scd/app-piv.c (app_select_piv): Allow for full AID.
--
It appears that SP-800-73-x is not too clear about the format of these
objects. Many current cards (such as the Yubikey 5 series) apparently
have only the PIX in DO 0x4F and only the RID in object 0x79/0x4F.
However, other cards as well as the PivApplet Javacard applet have the
full AID in 0x4F (which actually seems closer to what the standard
says). PivApplet also has the full AID in 0x79/0x4F, but this is
probably incorrect. (Here is a long discussion of the matter from an
OpenSC author:
https://github.com/arekinath/PivApplet/issues/43#issuecomment-772649709)
[Taken from a mail to gnupg-devel date 2021-02-03.]
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING index b3f9bbfab..f9b43e235 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -3,6 +3,7 @@ #+TEXT: Some notes on GnuPG internals #+STARTUP: showall #+OPTIONS: ^:{} +# Note: This might be a copy; the original lives in gnupg/doc/HACKING. * How to contribute |