aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into key-storage-workkey-storage-workWerner Koch2013-03-2026-259/+482
|\
| * gpg: Print indicator for unknown key capability.Werner Koch2013-03-192-0/+4
| * gpg: Allow setting of all zero key flagsDaniel Kahn Gillmor2013-03-191-3/+0
| * gpg: Distinguish between missing and cleared key flags.Werner Koch2013-03-192-2/+13
| * scd: ccid-driver supporting larger APDU.NIIBE Yutaka2013-03-141-1/+1
| * scd: fix missing close paren.NIIBE Yutaka2013-03-141-1/+1
| * scd: support ECDSA signing.NIIBE Yutaka2013-03-091-7/+24
| * scd: support ECDSA public key.NIIBE Yutaka2013-03-081-94/+254
| * Update RFC references to RFC 4880Daniel Kahn Gillmor2013-03-051-2/+2
| * Require libgpg-error 1.11.Werner Koch2013-03-052-11/+1
| * agent: pksign result conversion to sexp to upper layer.NIIBE Yutaka2013-02-284-36/+98
| * Use has_leading_keyword in the assuan callbacks.Werner Koch2013-02-226-80/+61
| * Remove some unused variables.Werner Koch2013-02-223-15/+11
| * gpg: Fix a memory leak in batch key generationWerner Koch2013-02-222-26/+40
| * gpg: Handle the agent's NEW_PASSPHRASE inquiry.Werner Koch2013-02-221-2/+3
| * common: Add func has_leading_keyword.Werner Koch2013-02-222-0/+25
| * Remove build hacks for FreeBSD.Werner Koch2013-02-221-6/+0
| * agent: fix two bugs.NIIBE Yutaka2013-02-222-1/+2
| * gpg: fix keytocard and support ECC card for key attribute.NIIBE Yutaka2013-02-222-4/+10
| * Update .gitignore for non-VPATH builds.Werner Koch2013-02-121-9/+19
* | Add code to allow for late memory cleanup.Werner Koch2013-03-203-18/+90
* | kbx: Remove unused macro.Werner Koch2013-03-201-6/+0
* | po: Autoupdates for de and fr. Update gitignore.Werner Koch2013-03-203-92/+158
* | gpg: Fix a memory leak in batch key generationWerner Koch2013-02-212-26/+40
* | gpg: Handle the agent's NEW_PASSPHRASE inquiry.Werner Koch2013-02-211-2/+3
* | common: Add func has_leading_keyword.Werner Koch2013-02-212-0/+25
* | Remove build hacks for FreeBSD.Werner Koch2013-02-201-6/+0
* | Update .gitignore for non-VPATH builds.Werner Koch2013-02-121-9/+19
* | Merge branch 'master' into key-storage-workWerner Koch2013-02-1243-5016/+6184
|\|
| * gpg: Implement card_store_subkey again.NIIBE Yutaka2013-02-123-147/+123
| * agent: Add KEYTOCARD command.NIIBE Yutaka2013-02-124-0/+197
| * Japanese: update po and doc.NIIBE Yutaka2013-02-122-517/+388
| * scd: Rename 'keypad' to 'pinpad'.NIIBE Yutaka2013-02-0817-130/+146
| * gpg: Add pinentry-mode feature.Werner Koch2013-02-0710-81/+301
| * doc: Fix description for NEED_PASSPHRASE status.Werner Koch2013-02-071-1/+1
| * agent: Move a typedef to common and provide parse_pinentry_mode.Werner Koch2013-02-065-24/+128
| * agent: Return a better error code if no passphrase was given.Werner Koch2013-02-061-1/+5
| * scd: Fix check_keypad_request.NIIBE Yutaka2013-02-051-1/+1
| * SCD: Add vendor specific initalization.NIIBE Yutaka2013-02-051-0/+28
| * SCD: Support P=N format for login data.NIIBE Yutaka2013-02-051-24/+24
| * SCD: Better interoperability.NIIBE Yutaka2013-02-051-2/+2
| * SCD: Defaults to use pinpad if the reader has the capability.NIIBE Yutaka2013-02-051-25/+25
| * SCD: handle keypad request on the card.NIIBE Yutaka2013-02-051-6/+104
| * SCD: Minor fix of ccid-driver.NIIBE Yutaka2013-02-051-1/+1
| * SCD: Add support of Covadis VEGA_ALPHA reader.NIIBE Yutaka2013-02-051-93/+96
| * SCD: Support fixed length PIN input for keypad (PC/SC).NIIBE Yutaka2013-02-052-23/+19
| * SCD: Support fixed length PIN input for keypad.NIIBE Yutaka2013-02-056-21/+52
| * SCD: API cleanup for keypad handling.NIIBE Yutaka2013-02-0513-107/+84
| * SCD: Clean up. Remove PADLEN for keypad input.NIIBE Yutaka2013-02-056-48/+18
| * SCD: Add option enable-keypad-varlen and support for GEMPC_PINPAD.NIIBE Yutaka2013-02-053-0/+16