1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-18 00:49:50 +02:00
gnupg/agent
NIIBE Yutaka cfbe6ba9cf agent: RSA signature verification by gpg-agent.
* g10/sign.c (do_sign): Let verify signature by gpg-agent.
* agent/pksign.c (agent_pksign_do): Call gcry_pk_verify for RSA.

--

RSA signature verification should be done to prevent attacks against
RSA CRT implementations and not to return invalid signature to
adversary.  Newer libgcrypt does so.  For older libgcrypt and
smartcards, gpg-agent does signature verification.
2015-09-29 09:49:44 +09:00
..
agent.h agent: New option --pinentry-invisible-char. 2015-09-16 21:24:14 +02:00
cache.c gpg: Improve passphrase caching. 2014-09-17 15:12:08 +02:00
call-pinentry.c agent: New option --pinentry-invisible-char. 2015-09-16 21:24:14 +02:00
call-scd.c Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG. 2015-04-06 13:42:17 +02:00
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
command-ssh.c agent: Fix registering SSH Key of Ed25519. 2015-09-16 10:37:38 +09:00
command.c Fix pinentry loopback and passphrase contraints. 2015-08-16 16:12:46 -04:00
cvt-openpgp.c agent: Fix importing ECC key. 2015-09-19 17:45:17 +09:00
cvt-openpgp.h Implement unattended OpenPGP secret key import. 2013-05-22 10:14:57 +02:00
divert-scd.c agent: Use different translation func for Pinentry strings. 2015-06-30 21:58:45 +02:00
findkey.c agent: Raise the maximum password length. Don't hard code it. 2015-08-24 16:14:38 +02:00
genkey.c agent: Raise the maximum password length. Don't hard code it. 2015-08-24 16:14:38 +02:00
gpg-agent-w32info.rc w32: Add icons and version information. 2013-05-07 21:35:48 +02:00
gpg-agent.c agent: New option --pinentry-invisible-char. 2015-09-16 21:24:14 +02:00
keyformat.txt gpg: Finish experimental support for Ed25519. 2014-05-07 13:27:43 +02:00
learncard.c agent: Add --force option for LEARN. 2015-04-03 17:33:11 +09:00
Makefile.am Remove obsolete directories from AM_CPPFLAGS. 2015-04-10 13:11:59 +02:00
pkdecrypt.c agent: Replace some sprintf. 2014-12-02 14:13:53 +01:00
pksign.c agent: RSA signature verification by gpg-agent. 2015-09-29 09:49:44 +09:00
preset-passphrase.c common: Remove two JNLIB_ macros (jnlib merge). 2015-04-24 16:10:15 +02:00
protect-tool.c common: Remove two JNLIB_ macros (jnlib merge). 2015-04-24 16:10:15 +02:00
protect.c agent: Fix use of imported but unprotected openpgp keys. 2015-01-29 16:26:07 +01:00
t-protect.c Implement unattended OpenPGP secret key import. 2013-05-22 10:14:57 +02:00
trans.c Changed to GPLv3. 2007-07-04 19:49:40 +00:00
trustlist.c agent: Use different translation func for Pinentry strings. 2015-06-30 21:58:45 +02:00
w32main.c Make use of the *_NAME etc macros. 2013-11-18 14:09:47 +01:00
w32main.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00