aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tkd: Support READCERT command.gniibe/t6364NIIBE Yutaka2023-03-223-36/+91
* Merge branch 'master' into gniibe/t6364NIIBE Yutaka2023-03-2066-495/+1140
|\
| * dirmngr: Add framework to implement a fake CRL feature.Werner Koch2023-03-166-2/+87
| * gpgsm: New option --no-pretty-dnWerner Koch2023-03-164-2/+25
| * gpgtar: Do not allow the use of stdout for --status-fdWerner Koch2023-03-151-2/+6
| * gpgtar: Print a result status with skiupped files.Werner Koch2023-03-153-10/+69
| * gpg: Delete secret key after "keytocard".Werner Koch2023-03-153-9/+48
| * scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-152-6/+34
| * agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-1311-285/+157
| * dirmngr: Add command "GETINFO stats".Werner Koch2023-03-108-35/+59
| * agent: Try to SETREPEATOK if the pinentry supports it.Ben Kibbey2023-03-101-0/+21
| * dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2023-03-098-12/+33
| * keyboxd: Allow import of v0 certificates.Werner Koch2023-03-081-1/+6
| * gpg,gpgsm: New option --log-timeWerner Koch2023-03-084-0/+27
| * dirmngr: Minor code cleanup in the CRL cache.Werner Koch2023-03-081-10/+25
| * gpgsm: Strip trailing zeroes from detached signatures.Werner Koch2023-03-085-7/+120
| * scd: Fix checking memory allocation.NIIBE Yutaka2023-03-081-1/+1
| * doc: Typo fixes and new notes in DETAILSWerner Koch2023-03-032-1/+7
| * gpg: Actually encrypt to ADSKs.Werner Koch2023-03-013-14/+39
| * gpg: Allow adding of Additional Decryption Subkeys.Werner Koch2023-03-0113-78/+280
| * agent: Show "no secret key" instead of "card removed".Werner Koch2023-03-012-4/+20
| * gpgconf: Print some standard envvars with -XWerner Koch2023-02-281-0/+10
| * gpgsm: Improve cert lookup callback from dirmngr.Werner Koch2023-02-263-5/+13
| * sm: Fix dirmngr loadcrl for intermediate certsAndre Heinecke2023-02-241-2/+26
| * doc: Minor comment fixes.Werner Koch2023-02-232-2/+3
| * dirmngr: New debug flag "keeptmp".Werner Koch2023-02-232-1/+4
| * gpg: Prepare to accept shorter OIDs for ed25519 and cv25519.Werner Koch2023-02-211-6/+20
* | agent: Add TKD command support.NIIBE Yutaka2023-03-204-1/+185
* | tkd: Fix PKSIGN.NIIBE Yutaka2023-03-201-6/+2
* | tkd: Add RESTART command.NIIBE Yutaka2023-03-201-0/+20
* | agent: Fix diverting to TKDaemon.NIIBE Yutaka2023-03-176-45/+75
* | tkd: Fix RSA PKSIGN.NIIBE Yutaka2023-03-171-0/+5
* | Fix PKSIGN to get data by EXTRA.NIIBE Yutaka2023-03-172-1/+21
* | tkd: Implement READKEY, returning canon SEXP.NIIBE Yutaka2023-03-171-0/+11
* | tkd: sorted out entities and initialize PKCS#11 on demand.NIIBE Yutaka2023-03-173-89/+135
* | tkd: Fix for rescanning the slot list.NIIBE Yutaka2023-03-163-78/+169
* | tkd: Check CKF_TOKEN_PRESENT, too.NIIBE Yutaka2023-03-151-0/+1
* | tkd: Implement finalizer.NIIBE Yutaka2023-03-153-8/+113
* | agent: Add oTkdaemonProgram.NIIBE Yutaka2023-03-132-2/+7
* | agent: Call TKDaemon READKEY command.NIIBE Yutaka2023-03-106-22/+117
* | agent: Add divert to tkdaemon.NIIBE Yutaka2023-03-094-0/+237
* | Implement READKEY command.NIIBE Yutaka2023-03-083-148/+60
* | Add login feature.NIIBE Yutaka2023-03-061-5/+27
* | Use two-phase sign to match PKCS#11 API.NIIBE Yutaka2023-03-061-37/+73
* | Fix the length of ECDSA.NIIBE Yutaka2023-03-061-1/+14
* | Fix keygrip computation.NIIBE Yutaka2023-03-031-1/+1
* | Fix listing keys.NIIBE Yutaka2023-03-032-55/+89
* | Implement token_keyinfo.NIIBE Yutaka2023-03-033-8/+114
* | Add key->flags member.NIIBE Yutaka2023-03-031-14/+43
* | Fix assuan context things.NIIBE Yutaka2023-03-034-135/+28