1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Print a 'f' for validated non-root certificates in gpgsm colon style listing.

Doc fixes.
This commit is contained in:
Werner Koch 2008-08-13 15:41:48 +00:00
parent ac5c3fab30
commit 7b81a6b074
5 changed files with 17 additions and 2 deletions

View file

@ -4,7 +4,7 @@
(reset_rapdu_reader, open_rapdu_reader): Allow ATRs of up to 33
bytes. Provide maximum size of ATR buffer using DIM. Such long
ATR are never seen in reality but the PC/SC library of MAC OS X is
just too buggy. Reported by Ludovic Rousseau. Fixes bug #948.
just too buggy. Reported by Ludovic Rousseau. Fixes bug #948.
2008-07-30 Werner Koch <wk@g10code.com>