aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpgv: Improve documentation for keyring choicesdkg/gpgv-doc-improvementDaniel Kahn Gillmor2019-03-031-7/+8
* sm: Print Yubikey attestation extensions with --dump-cert.Werner Koch2019-03-011-3/+37
* scd:piv: Add feature to read Yubikey attestation certificates.Werner Koch2019-03-011-2/+28
* scd:piv: Allow writecert to only write matching certs.Werner Koch2019-03-011-22/+55
* card: Remove the "admin" command.Werner Koch2019-03-011-114/+67
* sm: Don't mark a cert as de-vs compliant if it leads to SHA-1 sigs.Werner Koch2019-02-281-4/+9
* agent: PKSIGN should return signature in same format for card.NIIBE Yutaka2019-02-271-46/+36
* scd: Simplify the app_readkey parameters.Werner Koch2019-02-267-117/+93
* conf: New option --show-socket.Werner Koch2019-02-263-29/+48
* libdns: Avoid using compound literals (8).NIIBE Yutaka2019-02-261-20/+0
* libdns: Avoid using compound literals (7).NIIBE Yutaka2019-02-263-12/+16
* libdns: Avoid using compound literals (6).NIIBE Yutaka2019-02-263-33/+51
* libdns: Avoid using compound literals (5).NIIBE Yutaka2019-02-262-2/+3
* libdns: Avoid using compound literals (4).NIIBE Yutaka2019-02-262-7/+6
* libdns: Avoid using compound literals (3).NIIBE Yutaka2019-02-262-12/+18
* libdns: Avoid using compound literals (2).NIIBE Yutaka2019-02-262-19/+12
* libdns: Avoid using compound literals.NIIBE Yutaka2019-02-261-5/+10
* scd: PIV: Always require a PIN for signing with 9C.Werner Koch2019-02-251-8/+20
* card: Rename gpg-card-tool to gpg-card.Werner Koch2019-02-2512-55/+62
* agent: Fix for suggested Libgcrypt use.Werner Koch2019-02-251-1/+16
* gpgscm: Build well even if NDEBUG defined.NIIBE Yutaka2019-02-251-1/+3
* scd: internal driver: Submit SET_INTERFACE control transfer.NIIBE Yutaka2019-02-221-8/+6
* sm: Fix certificate creation with key on card.Werner Koch2019-02-211-1/+1
* card: Print usage info for each key.Werner Koch2019-02-213-11/+60
* scd: Extend KEYPAIRINFO by key usage info.Werner Koch2019-02-213-46/+95
* card: Print the keyref in the listing.Werner Koch2019-02-212-1/+2
* scd: Don't let the "undefined" app cause a conflict error.Werner Koch2019-02-211-0/+3
* sm: Prepare algo mapping to handle values > 255.Werner Koch2019-02-211-10/+13
* scd: Clear CHV status on timeout error.NIIBE Yutaka2019-02-211-34/+45
* scd: Handle ack button timeout as GPG_ERR_TIMEOUT.NIIBE Yutaka2019-02-212-0/+2
* tests: Add "disable-scdaemon" in gpg-agent.conf.NIIBE Yutaka2019-02-215-10/+5
* agent: Terminate pinentry process gracefully, by watching socket.NIIBE Yutaka2019-02-191-4/+81
* agent: Minor change for pinentry status handling.NIIBE Yutaka2019-02-191-11/+7
* agent: Factor out the getpin interaction.NIIBE Yutaka2019-02-191-42/+37
* sm: Support generation of card-based ed25519 CSR.Damien Goutte-Gattat via Gnupg-devel2019-02-183-4/+19
* sm: Support generation of card-based ECDSA CSR.Damien Goutte-Gattat via Gnupg-devel2019-02-152-34/+98
* po: Correct a simple typo in the Norwegian translationIngvar Hagelund2019-02-141-1/+1
* card: New command "yubikey".Werner Koch2019-02-136-50/+580
* scd: Implement decryption for PIV cards.Werner Koch2019-02-111-1/+146
* scd: For PIV cards used NO_AUTH instead of BAD_PIN.Werner Koch2019-02-112-2/+18
* scd: Implement RSA signing for PIV cards.Werner Koch2019-02-081-99/+299
* sm: In --gen-key with "key from card" show also the algorithm.Werner Koch2019-02-081-1/+21
* common: Provide function to get public key algo names in our format.Werner Koch2019-02-084-60/+59
* card: Make "generate" work for PIV cards.Werner Koch2019-02-083-25/+141
* scd: Allow generating ECC curves on PIV cards.Werner Koch2019-02-082-16/+79
* common: New functions get_option_value and ascii_strupr.Werner Koch2019-02-084-1/+71
* card: Print the used algorithm of all keys.Werner Koch2019-02-074-0/+108
* card: Fix a NULL-ptr deref in key listings.Werner Koch2019-02-072-5/+8
* scd: Store a new PIV public key in the certificate DO.Werner Koch2019-02-072-107/+181
* card: Support reading and writing PIV certificatesWerner Koch2019-02-072-40/+235