aboutsummaryrefslogtreecommitdiffstats
path: root/sm/call-agent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use only one copy of the warn_server_mismatch function.Werner Koch2020-09-011-34/+3
* gpg,gpgsm: Record the creation time of a private key.Werner Koch2020-08-191-3/+11
* Do not use the pinentry's qualitybarWerner Koch2020-07-081-1/+1
* gpgsm: Replace all assert calls by log_assert.Werner Koch2020-07-081-3/+2
* sm: Support creation of EdDSA certificates.Werner Koch2020-05-181-7/+50
* sm: Minor debug output format changes.Werner Koch2020-04-231-1/+1
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-1/+1
* sm: Fix error checking of decryption result.NIIBE Yutaka2019-07-261-7/+8
* gpg,gpgsm: Handle pkdecrypt responses with/without NUL terminators.Daniel Kahn Gillmor2019-07-261-3/+9
* sm: Fix card access.NIIBE Yutaka2019-07-091-5/+5
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-04-031-1/+1
* sm: Show the usage flags when generating a key from a card.Werner Koch2019-04-011-5/+20
* sm: Support generation of card-based ed25519 CSR.Damien Goutte-Gattat via Gnupg-devel2019-02-181-0/+7
* sm: Support generation of card-based ECDSA CSR.Damien Goutte-Gattat via Gnupg-devel2019-02-151-16/+41
* gpg,sm: New option --request-origin.Werner Koch2018-03-231-0/+14
* Explain the "server is older than xxx warning".Werner Koch2017-07-311-0/+7
* gpg,sm: Check compliance of the RNG.Werner Koch2017-07-171-0/+19
* Remove -I option to common.NIIBE Yutaka2017-03-071-4/+4
* sm: Fix agent communication.Justus Winter2016-12-161-0/+3
* gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch2016-11-101-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* common: Improve compare_string_versions.Werner Koch2016-11-021-1/+1
* Fix use cases of snprintf.NIIBE Yutaka2016-10-211-32/+18
* agent, sm: Set CTX after start_agent.NIIBE Yutaka2016-09-271-11/+30
* common: Remove homedir arg from start_new_{dirmngr,gpg_agent}.Werner Koch2016-06-071-1/+0
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-1/+1
* sm: Implement pinentry loopback and reading passphrases from fd.Justus Winter2016-03-071-18/+67
* Print warnings if old daemon versions are used.Werner Koch2016-01-081-1/+41
* common: New put_membuf_cb to replace static membuf_data_cb.Werner Koch2016-01-081-20/+8
* Fix typos found using codespell.Justus Winter2015-11-171-2/+2
* Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2015-04-061-1/+1
* Add option --no-autostart.Werner Koch2014-11-281-2/+12
* Add "gpgconf --kill dirmngr" and avoid useless launch before a kill.Werner Koch2014-11-191-1/+1
* Use has_leading_keyword in the assuan callbacks.Werner Koch2013-02-221-14/+14
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-29/+27
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-1/+2
* Implement export of pkcs#12 objects using a direct agent connection.Werner Koch2010-06-211-3/+58
* Avoid using the protect-tool to import pkcs#12.Werner Koch2010-06-171-1/+136
* Decryption and signi via agent is now implemented.Werner Koch2010-04-231-1/+1
* agent/Marcus Brinkmann2009-11-021-10/+10
* Comment changes.Werner Koch2009-07-301-6/+4
* Reworked passing of envars to Pinentry.Werner Koch2009-07-071-2/+1
* Create a pkcs#10 request directly from a card.Werner Koch2009-07-021-0/+142
* Fixed a trustlist update problem.Werner Koch2009-03-261-3/+7
* Fix keygrip computation for TCOS 3 cards.Werner Koch2009-03-201-1/+23
* New gpg-agent command to list key information.Werner Koch2009-03-061-1/+66
* Help dirmngr to use supplied trust anchors.Werner Koch2008-10-211-10/+24
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+2
* Add gpgsm server command GETINFO agent-check.Werner Koch2008-09-301-1/+19