1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-08 23:37:47 +02:00
gnupg/g10
Werner Koch 37228cfa05 Allow generation of card keys up to 4096 bit.
This patch implementes a chunk mode to pass the key parameters from
scdaemon to gpg.  This allows to pass arbitrary long key paremeters;
it is used for keys larger than 3072 bit.

Note: the card key generation in gpg is currently broken.  The keys
are generated but it is not possible to create the self-signature
because at that time the gpg-agent does not yet know about the new
keys and thus can't divert the sign request to the card.  We either
need to run the learn command right after calling agent_scd_genkey or
implement a way to sign using the currently inserted card.  Another
option would be to get rid of agent_scd_genkey and implement the
feature directly in agent_genkey.
2011-06-16 14:27:33 +02:00
..
armor.c Fix faulty gcc warnings 2011-03-03 12:40:54 +01:00
build-packet.c Fix size_t vs int issues. 2011-06-01 21:43:30 +02:00
call-agent.c Allow generation of card keys up to 4096 bit. 2011-06-16 14:27:33 +02:00
call-agent.h Fix usage of SHA-2 algorithm with OpenPGP cards. 2011-03-02 15:35:10 +01:00
call-dirmngr.c Add finger support to dirmngr. 2011-02-08 21:11:19 +01:00
call-dirmngr.h Require libgcrypt 1.5 2011-03-08 12:23:59 +01:00
card-util.c Allow generation of card keys up to 4096 bit. 2011-06-16 14:27:33 +02:00
ChangeLog Allow generation of card keys up to 4096 bit. 2011-06-16 14:27:33 +02:00
cipher.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
comment.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
compress-bz2.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
compress.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
cpr.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
dearmor.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
decrypt-data.c Add a DECRYPTION_INFO status. 2011-02-03 20:59:01 +01:00
decrypt.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
delkey.c Give sensible error messages when trying to delete secret key. 2011-04-29 12:01:52 +02:00
ecdh.c Removed memory leak in the ECDH code. 2011-04-28 10:51:14 +02:00
encrypt.c Compute the fingerprint for ECDH only on demand. 2011-02-02 17:40:32 +01:00
exec.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
exec.h Changed to GPLv3. 2007-07-04 19:49:40 +00:00
export.c Re-indentation of keydb.c and error code changes. 2011-04-29 15:07:11 +02:00
filter.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
free-packet.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
getkey.c Re-indentation of keydb.c and error code changes. 2011-04-29 15:07:11 +02:00
gpg.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
gpg.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
gpgv.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
helptext.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
import.c Fix size_t vs int issues. 2011-06-01 21:43:30 +02:00
kbnode.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
keydb.c Re-indentation of keydb.c and error code changes. 2011-04-29 15:07:11 +02:00
keydb.h Re-indentation of keydb.c and error code changes. 2011-04-29 15:07:11 +02:00
keyedit.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
keygen.c Extend algo selection menu. 2011-02-03 17:40:43 +01:00
keyid.c Minor code cleanups. 2011-03-03 13:01:03 +01:00
keylist.c Re-indentation of keydb.c and error code changes. 2011-04-29 15:07:11 +02:00
keyring.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
keyring.h Decryption and signi via agent is now implemented. 2010-04-23 11:36:59 +00:00
keyserver-internal.h Initial code checking for backup - not yet working. 2011-01-10 14:30:17 +01:00
keyserver.c Re-indentation of keydb.c and error code changes. 2011-04-29 15:07:11 +02:00
main.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
mainproc.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
Makefile.am Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
mdfilter.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
misc.c Minor code cleanups. 2011-03-03 13:01:03 +01:00
openfile.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
OPTIONS See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
options.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
options.skel Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
packet.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
parse-packet.c Fix size_t vs int issues. 2011-06-01 21:43:30 +02:00
passphrase.c Make use of gcry_kdf_derive. 2011-03-10 18:39:34 +01:00
photoid.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
photoid.h Decryption and signi via agent is now implemented. 2010-04-23 11:36:59 +00:00
pkclist.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
pkglue.c Fix for latest fix in Libgcrypt. 2011-06-13 14:54:40 +02:00
pkglue.h Compute the fingerprint for ECDH only on demand. 2011-02-02 17:40:32 +01:00
plaintext.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
progress.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
pubkey-enc.c Finished ECC integration. 2011-02-03 16:35:33 +01:00
pubring.asc See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch 2000-07-31 08:04:16 +00:00
revoke.c Fix regression in gpg's mail address parsing. 2011-04-25 23:59:25 +02:00
rmd160.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
rmd160.h Add missing header file. 2008-12-12 08:54:50 +00:00
seckey-cert.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
server.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
seskey.c Fix size_t vs int issues. 2011-06-01 21:43:30 +02:00
sig-check.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
sign.c Extend algo selection menu. 2011-02-03 17:40:43 +01:00
signal.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
skclist.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
t-rmd160.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
tdbdump.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
tdbio.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
tdbio.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
textfilter.c Started to implement the audit log feature. 2007-11-19 16:03:50 +00:00
trustdb.c Re-indentation of keydb.c and error code changes. 2011-04-29 15:07:11 +02:00
trustdb.h Print verbose instructions in case of a corrupted trustdb. 2009-07-22 09:43:10 +00:00
verify.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00