summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorValtteri Vuorikoski <vuori@notcom.org>2021-03-11 14:06:51 +0100
committerWerner Koch <wk@gnupg.org>2021-03-11 14:06:51 +0100
commit8cad11d13b15b0ef672545b06450dfbea1fef18e (patch)
treedc54d269c0b39472d0724a0f5bbf7200a4f4ef9f /doc
parentdoc: Add a sending patches section to HACKING. (diff)
downloadgnupg2-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/HACKING1
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