Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-02-07 | Fix ECDSA 521 bit signing. | Werner Koch | 1 | -1/+3 | |
This fix also allows the creation and use of an 521 bit ECDH key which used to fail while creating the binding signature. | |||||
2011-02-04 | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 1 | -18/+18 | |
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | |||||
2011-01-21 | Make most of the selftests work. | Werner Koch | 1 | -15/+18 | |
Note that there is still a problem with tests/openpgp/sigs.test while using the option --digest-algo SHA256. | |||||
2011-01-13 | Fixed key generation with P-521. Confirmed that signature generation and ↵ | Andrey Jivsov | 1 | -7/+15 | |
verification work. | |||||
2010-10-13 | More agent support for gpg. | Werner Koch | 1 | -2/+0 | |
2010-10-01 | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 1 | -1/+3 | |
A couple of forward ported changes. Doc updates. | |||||
2010-09-01 | s/CACHE_MODE_IMPGEN/CACHE_MODE_NONCE/. | Werner Koch | 1 | -6/+10 | |
Prepare for more use cases of the cache nonce. | |||||
2010-08-31 | Import OpenPGP keys into the agent. | Werner Koch | 1 | -6/+20 | |
2010-04-21 | More changes on the way to remove secring.gpg. | Werner Koch | 1 | -2/+106 | |
2009-05-15 | Fix bug #1053 | Werner Koch | 1 | -4/+7 | |
Add option --qualitybar to command GET_PASSPHRASE. | |||||
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 1 | -1/+1 | |
2008-09-23 | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 1 | -1/+1 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-10-06 | Add TLS hash mode | Werner Koch | 1 | -8/+63 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-07-27 | Removed directories which are only used by the 1.9 branch | Werner Koch | 1 | -185/+0 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -1/+1 | |
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now. | |||||
2005-06-07 | New debugging optionhs, updates to the manual. | Werner Koch | 1 | -9/+9 | |
2004-12-20 | * call-scd.c (init_membuf, put_membuf, get_membuf): Removed. We | Werner Koch | 1 | -5/+3 | |
now use the identical implementation from ../common/membuf.c. * pksign.c (agent_pksign): Changed arg OUTFP to OUTBUF and use membuf functions to return the value. * pkdecrypt.c (agent_pkdecrypt): Ditto. * genkey.c (agent_genkey): Ditto. * command.c (cmd_pksign, cmd_pkdecrypt, cmd_genkey): Replaced assuan_get_data_fp() by a the membuf scheme. (clear_outbuf, write_and_clear_outbuf): New. * membuf.c (put_membuf): Wipe out buffer after a failed realloc. | |||||
2004-09-26 | 2004-09-25 Moritz Schulte <[email protected]> | Moritz Schulte | 1 | -40/+96 | |
* agent.h: Declare: agent_pksign_do. (struct server_control_s): New member: raw_value. * pksign.c (do_encode_md): New argument: raw_value; support generation of raw (non-pkcs1) data objects; adjust callers. (agent_pksign_do): New function, based on code ripped out from agent_pksign. (agent_pksign): Use agent_pksign_do. * command.c (start_command_handler): Set ctrl.digest.raw_value. | |||||
2004-02-18 | * protect-tool.c (main): Setup the used character set. | Werner Koch | 1 | -20/+8 | |
* gpg-agent.c (main): Ditto. * gpg-agent.c (set_debug): New. New option --debug-level. (main): New option --gpgconf-list. | |||||
2004-02-13 | * command.c (cmd_setkeydesc): New. | Werner Koch | 1 | -2/+2 | |
(register_commands): Add command SETKEYDESC. (cmd_pksign, cmd_pkdecrypt): Use the key description. (reset_notify): Reset the description. * findkey.c (unprotect): Add arg DESC_TEXT. (agent_key_from_file): Ditto. * pksign.c (agent_pksign): Ditto. * pkdecrypt.c (agent_pkdecrypt): Ditto. Made CIPHERTEXT an unsigned char*. | |||||
2004-01-16 | * findkey.c (agent_key_from_file): Now return an error code so | Werner Koch | 1 | -4/+3 | |
that we have more detailed error messages in the upper layers. This fixes the handling pinentry's cancel button. * pksign.c (agent_pksign): Changed accordingly. * pkdecrypt.c (agent_pkdecrypt): Ditto. * command.c (cmd_passwd): Ditto. | |||||
2003-11-12 | Mainly changes to adjust for the changed KSBA API. | Werner Koch | 1 | -2/+3 | |
2003-09-02 | * configure.ac (HAVE_LIBUSB): Added a simple test for libusb. | Werner Koch | 1 | -0/+4 | |
* scdaemon.c, scdaemon.h: New option --pcsc-ccid. * ccid-driver.c, ccid-driver.h: New but far from being useful. * Makefile.am: Add above. * apdu.c: Add support for that ccid driver. | |||||
2003-08-20 | 2003-08-20 Timo Schulz <[email protected]> | Timo Schulz | 1 | -2/+2 | |
* pksign.c (do_encode_md): Allocate enough space. Cast md byte to unsigned char to prevent sign extension. | |||||
2003-08-14 | Forgot to remove the unsued variable. | Timo Schulz | 1 | -2/+0 | |
2003-08-14 | 2003-08-14 Timo Schulz <[email protected]> | Timo Schulz | 1 | -47/+22 | |
* pksign.c: do_encode_md: Due to the fact pkcs#1 padding is now in Libgcrypt, use the new interface. | |||||
2003-08-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+185 | |
'GNUPG-1-9-BRANCH'. | |||||
2003-07-28 | Adjusted for use with current libgcrypt (1.1.42). | Werner Koch | 1 | -1/+1 | |
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 1 | -6/+6 | |
2003-06-03 | Make use of libgpg-error | Werner Koch | 1 | -5/+5 | |
2003-01-09 | Updated from latest NewPG project | Werner Koch | 1 | -3/+5 | |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -183/+0 | |
'GNUPG-1-9-BRANCH'. | |||||
2002-08-09 | Minor fixes | Werner Koch | 1 | -2/+2 | |
2002-03-05 | Signing using a PKCS15 smartcard does work. How to create such a card | Werner Koch | 1 | -24/+33 | |
is of course a different thing. Note, that you need to create the shadowed-private-key file manually. | |||||
2002-03-04 | * pksign.c (agent_pksign): Detect whether a Smartcard is to be | Werner Koch | 1 | -1/+1 | |
used and divert the operation in this case. * pkdecrypt.c (agent_pkdecrypt): Likewise * findkey.c (agent_key_from_file): Add optional arg shadow_info and have it return information about a shadowed key. * protect.c (agent_get_shadow_info): New. * protect.c (snext,sskip,smatch): Moved to * sexp-parse.h: new file. * divert-scd.c: New. | |||||
2002-02-28 | Changes needed to support smartcards. Well, only _support_. There is | Werner Koch | 1 | -18/+30 | |
no real code yet. | |||||
2001-12-05 | Added decryption, some code cleanup | Werner Koch | 1 | -79/+35 | |
2001-11-25 | The agent does now work and read the secret keys from the directory | Werner Koch | 1 | -35/+69 | |
~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | |||||
2001-11-25 | As promised a agent which already does some things. Not very useful | Werner Koch | 1 | -3/+136 | |
yet but may be of help for using it in ther contexts. | |||||
2001-11-24 | Friedman is setting up his desk | Werner Koch | 1 | -3/+10 | |
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -59/+0 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -2/+52 | |
check the certification path. | |||||
2001-11-07 | Implemented server main loop and started with import command. | Werner Koch | 1 | -3/+17 | |
2001-11-07 | Assuan server mode is now basically usable | Werner Koch | 1 | -19/+2 | |
2001-11-06 | First chunk of code for the Assuan library | Werner Koch | 1 | -8/+22 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+1 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-03-20 | See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch | Werner Koch | 1 | -0/+1 | |