mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Implement decryption for TCOS 3 cards.
This commit is contained in:
parent
990585ad7d
commit
98e1a75e20
13 changed files with 277 additions and 121 deletions
|
@ -298,10 +298,12 @@ agent_handle_learn (ctrl_t ctrl, void *assuan_context)
|
|||
char *p;
|
||||
int i;
|
||||
static int certtype_list[] = {
|
||||
111, /* Root CA */
|
||||
101, /* trusted */
|
||||
102, /* useful */
|
||||
100, /* regular */
|
||||
/* We don't include 110 here because gpgsm can't handle it. */
|
||||
/* We don't include 110 here because gpgsm can't handle that
|
||||
special root CA format. */
|
||||
-1 /* end of list */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue