aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | card: Add readline completion for help argumentsWerner Koch2019-02-071-1/+4
* | scd: Add genkey command to app-piv (rsa-only)Werner Koch2019-02-061-7/+355
* | scd: Make app_genkey and supporting ISO function more flexible.Werner Koch2019-02-066-19/+24
* | scd: Fix parameter name of app_change_key.Werner Koch2019-02-062-7/+10
* | doc: Add basic man page for the gpg-card-tool.Werner Koch2019-02-063-9/+136
* | scd: Implement PIN changing and unblocking for PIV cards.Werner Koch2019-02-062-98/+277
* | scd: Allow standard keyref scheme for app-openpgp.Werner Koch2019-02-056-17/+26
* | card: Implement non-interactive mode.Werner Koch2019-01-313-73/+248
* | card: New command 'authenticate'.Werner Koch2019-01-313-6/+118
* | scd: Add DES authentication for PIV card.Werner Koch2019-01-312-17/+287
* | card: Cache the results from gpg and gpgsm.Werner Koch2019-01-303-3/+90
* | card: Print matching OpenPGP and X.509 data.Werner Koch2019-01-305-10/+605
* | gpg: Emit an ERROR status if no key was found with --list-keys.Werner Koch2019-01-301-0/+1
* | common: Add kludge to allow silencing gnupg_exec_tool_stream.Werner Koch2019-01-301-4/+15
* | gpg: Allow generating Ed25519 key from an existing key.Werner Koch2019-01-301-0/+1
* | common: New function decode_c_string.Werner Koch2019-01-302-0/+77
* | doc: Fix typoWerner Koch2019-01-291-1/+1
* | gpg: Implement searching keys via keygrip.Werner Koch2019-01-295-24/+204
* | common: Provide some convenient OpenPGP related constants.Werner Koch2019-01-292-6/+10