Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * configure.ac: Require libksba 0.9.7. | Werner Koch | 2004-06-06 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | * certreqgen.c (get_parameter_uint, create_request): Create an extension for key usage when requested. * gpgsm.c (main): Install emergency_cleanup also as an atexit handler. * verify.c (gpgsm_verify): Removed the separate error code handling for KSBA. We use shared error codes anyway. * export.c (export_p12): Removed debugging code. * encrypt.c (gpgsm_encrypt): Put the session key in to secure memory. | |||||
* | * gpgsm.h (opt): Add member CONFIG_FILENAME. | Werner Koch | 2004-05-11 | 1 | -5/+0 | |
| | | | | | | | * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode. | |||||
* | * call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt) | Werner Koch | 2004-04-26 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | (gpgsm_agent_genkey, gpgsm_agent_istrusted) (gpgsm_agent_marktrusted, gpgsm_agent_havekey) (gpgsm_agent_passwd): Add new arg CTRL and changed all callers. (start_agent): New arg CTRL. Send progress item when starting a new agent. * sign.c (gpgsm_get_default_cert, get_default_signer): New arg CTRL to be passed down to the agent function. * decrypt.c (prepare_decryption): Ditto. * certreqgen.c (proc_parameters, read_parameters): Ditto. * certcheck.c (gpgsm_create_cms_signature): Ditto. | |||||
* | The keybox gets now compressed after 3 hours and ephemeral | Werner Koch | 2004-04-26 | 1 | -1/+0 | |
| | | | | | stored certificates are deleted after about a day. | |||||
* | * configure.ac (NEED_GPG_ERROR_VERSION): Set to 0.7. | Werner Koch | 2004-03-16 | 1 | -2/+0 | |
| | ||||||
* | New option --disable-threads to inhibit | Werner Koch | 2004-02-25 | 1 | -0/+5 | |
| | | | | | unintentional builds without Pth. | |||||
* | * gpgsm.c (main): New option --debug-ignore-expiration. | Werner Koch | 2004-02-20 | 1 | -20/+4 | |
| | | | | | | | * certchain.c (gpgsm_validate_chain): Use it here. * certlist.c (cert_usage_p): Apply extKeyUsage. | |||||
* | Require libksba 0.9.4 and libgcrypt 1.1.92. | Werner Koch | 2004-02-13 | 1 | -2/+1 | |
| | ||||||
* | Fixed a build bug (straw letter in sm/import.c) and updated the documentation. | Werner Koch | 2004-02-04 | 1 | -0/+1 | |
| | ||||||
* | * README: Updated. | Werner Koch | 2004-01-29 | 1 | -0/+3 | |
| | ||||||
* | add a few notes. | Werner Koch | 2004-01-28 | 1 | -0/+10 | |
| | ||||||
* | Some minor bug fixes, new test utilities and started support for other | Werner Koch | 2004-01-27 | 1 | -0/+1 | |
| | | | | | smartcard applications. | |||||
* | * findkey.c (agent_key_from_file): Now return an error code so | Werner Koch | 2004-01-16 | 1 | -1/+2 | |
| | | | | | | | | | 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. | |||||
* | Enable the tests directory. | Werner Koch | 2003-12-23 | 1 | -6/+12 | |
| | ||||||
* | Preparing for 1.9.2 release.V1-9-2 | Werner Koch | 2003-11-17 | 1 | -1/+8 | |
| | ||||||
* | * call-agent.c (agent_scd_getattr): Don't clear the passed info | Werner Koch | 2003-10-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | structure, so that it can indeed be updated. * card-util.c (fpr_is_zero): New. (generate_card_keys): New. (card_edit): New command "generate". * keygen.c (generate_keypair): New arg CARD_SERIALNO, removed call to check_smartcard. (check_smartcard,show_smartcard): Removed. (show_sha1_fpr,fpr_is_zero): Removed. * app-openpgp.c (do_getattr): Support SERIALNO and AID. | |||||
* | *** empty log message *** | Werner Koch | 2003-09-30 | 1 | -0/+5 | |
| | ||||||
* | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 2003-09-23 | 1 | -0/+2 | |
| | ||||||
* | * configure.ac (HAVE_LIBUSB): Added a simple test for libusb. | Werner Koch | 2003-09-02 | 1 | -0/+3 | |
| | | | | | | | | * 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. | |||||
* | Cleanups, fixes and PC/SC support | Werner Koch | 2003-08-05 | 1 | -0/+3 | |
| | ||||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -14/+0 | |
| | | | | | | | | | | | to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works. | |||||
* | Make use of libgpg-error | Werner Koch | 2003-06-03 | 1 | -1/+1 | |
| | ||||||
* | * configure.ac (ALL_LINUGAS): Removed. | Werner Koch | 2003-04-29 | 1 | -0/+15 | |
| | | | | | | * Makefile.am (ACLOCAL_AMFLAGS): New. * configure.ac (AM_GNU_GETTEXT_VERSION): New. Set to 0.11.5. | |||||
* | Updated from latest NewPG project | Werner Koch | 2003-01-09 | 1 | -3/+0 | |
| | ||||||
* | Merged Top directory of NewPG with GnuPG. | Werner Koch | 2002-10-19 | 1 | -85/+42 | |
| | ||||||
* | * configure.ac: Changed version number comments. | Werner Koch | 2002-10-18 | 1 | -1/+3 | |
| | | | | | | | (ALL_LINGUAS): Removed all except for de. During development it might not be a good idea to keep all of them - they get outdated too soon and diff files will be far too large. | |||||
* | Florian Weimer reminded me about that | Werner Koch | 2002-10-17 | 1 | -0/+4 | |
| | ||||||
* | Moved some items from TODO to NEWS. | Werner Koch | 2002-09-02 | 1 | -6/+1 | |
| | ||||||
* | * configure.ac (random_modules): Reworked the code to select the | Werner Koch | 2002-08-30 | 1 | -21/+0 | |
| | | | | | random module. Define USE_ALL_RANDOM_MODULES for value all. | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -54/+95 | |
| | ||||||
* | Add features packet and fixes MIPS3. | Werner Koch | 2000-10-11 | 1 | -1/+7 | |
| | ||||||
* | See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch | Werner Koch | 2000-10-04 | 1 | -7/+0 | |
| | ||||||
* | See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner Koch | Werner Koch | 2000-07-25 | 1 | -2/+6 | |
| | ||||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -0/+18 | |
| | ||||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -5/+5 | |
| | ||||||
* | See ChangeLog: Fri Sep 17 12:56:42 CEST 1999 Werner KochV1-0-1 | Werner Koch | 1999-09-17 | 1 | -1/+5 | |
| | ||||||
* | See ChangeLog: Wed Sep 15 17:57:13 CEST 1999 Werner Koch | Werner Koch | 1999-09-15 | 1 | -0/+3 | |
| | ||||||
* | See ChangeLog: Tue Sep 7 17:08:10 CEST 1999 Werner Koch | Werner Koch | 1999-09-07 | 1 | -4/+0 | |
| | ||||||
* | See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner Koch | Werner Koch | 1999-09-06 | 1 | -0/+4 | |
| | ||||||
* | See ChangeLog: Thu Sep 2 16:40:55 CEST 1999 Werner Koch | Werner Koch | 1999-09-02 | 1 | -7/+8 | |
| | ||||||
* | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1999-08-31 | 1 | -11/+6 | |
| | ||||||
* | See ChangeLog: Mon Aug 30 20:38:33 CEST 1999 Werner Koch | Werner Koch | 1999-08-30 | 1 | -0/+8 | |
| | ||||||
* | See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10 | Werner Koch | 1999-08-04 | 1 | -1/+1 | |
| | ||||||
* | See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9 | Werner Koch | 1999-07-23 | 1 | -3/+8 | |
| | ||||||
* | See ChangeLog: Thu Jul 22 20:03:03 CEST 1999 Werner Koch | Werner Koch | 1999-07-22 | 1 | -11/+12 | |
| | ||||||
* | See ChangeLog: Thu Jul 15 10:15:35 CEST 1999 Werner Koch | Werner Koch | 1999-07-15 | 1 | -1/+1 | |
| | ||||||
* | See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner Koch | Werner Koch | 1999-07-13 | 1 | -0/+2 | |
| | ||||||
* | See ChangeLog: Mon Jul 12 18:45:57 CEST 1999 Werner Koch | Werner Koch | 1999-07-12 | 1 | -0/+1 | |
| | ||||||
* | See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner Koch | Werner Koch | 1999-07-12 | 1 | -9/+1 | |
| | ||||||
* | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch | Werner Koch | 1999-07-07 | 1 | -2/+0 | |
| |