Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow creating subkeys using an existing key | Werner Koch | 2011-11-06 | 1 | -2/+2 |
| | | | | | | This works by specifying the keygrip instead of an algorithm (section number 13) and requires that the option -expert has been used. It will be easy to extend this to the primary key. | ||||
* | Add a flag parameter to dotlock_create. | Werner Koch | 2011-09-28 | 1 | -1/+1 |
| | | | | This allows us to extend this function in the future. | ||||
* | Renamed the lock functions. | Werner Koch | 2011-09-23 | 1 | -2/+2 |
| | | | | Also cleaned up the dotlock code for easier readability. | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -97/+97 |
| | | | | | | | | 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. | ||||
* | Sample ECC keys and message do now work. | Werner Koch | 2011-02-02 | 1 | -0/+3 |
| | | | | | | | | Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed. | ||||
* | Merge branch 'master' into ECC-INTEGRATION-2-1 | Werner Koch | 2011-01-24 | 1 | -22/+23 |
|\ | |||||
| * | Keyserver search and get basically works again. | Werner Koch | 2011-01-18 | 1 | -5/+5 |
| | | |||||
| * | Initial code checking for backup - not yet working. | Werner Koch | 2011-01-10 | 1 | -17/+18 |
| | | |||||
* | | Editorial changes and allow building with old libgcrypts. | Werner Koch | 2011-01-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed order of some conditional to make to put the special case into the true branch. Indentation changes. Minor other changes to make the ECC code more similar to the rest of our code. It builds but many sefltests still fail. Need to fix that before using it with an ECDH enabled libgcrypt. [/] 2011-01-21 Werner Koch <wk@g10code.com> * configure.ac: Need Libgcrypt 1.4.6 due to AESWRAP. (HAVE_GCRY_PK_ECDH): Add new test. [agent/] 2011-01-21 Werner Koch <wk@g10code.com> * cvt-openpgp.c (GCRY_PK_ECDH) [!HAVE_GCRY_PK_ECDH]: New. [include/] 2011-01-21 Werner Koch <wk@g10code.com> * cipher.h (GCRY_PK_USAGE_CERT): Remove compatibility macros because we now require libgcrypt 1.4.6. (GCRY_PK_ECDH): Add replacement. | ||||
* | | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 2011-01-06 | 1 | -2/+2 |
|/ | | | | | | | | | | The following works: gpg2 --gen-key (ECC) gpg2 --list-keys gpg2 --list-packets ~/.gnupg/pubring.gpg gpg2 --list-packets <private key from http://sites.google.com/site/brainhub/pgpecckeys> ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring. | ||||
* | Smartcard related updates | Werner Koch | 2010-11-17 | 1 | -2/+2 |
| | |||||
* | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -0/+10 |
| | |||||
* | Add new option --with-keygrip | Werner Koch | 2010-10-08 | 1 | -0/+6 |
| | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -40/+38 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Import OpenPGP keys into the agent. | Werner Koch | 2010-08-31 | 1 | -25/+26 |
| | |||||
* | Fix regression in logging. | Werner Koch | 2010-08-18 | 1 | -81/+84 |
| | | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream. | ||||
* | Avoid using the protect-tool to import pkcs#12. | Werner Koch | 2010-06-17 | 1 | -4/+0 |
| | |||||
* | Decryption and signi via agent is now implemented. | Werner Koch | 2010-04-23 | 1 | -16/+7 |
| | |||||
* | ./autogen.sh --build-w32ce does now succeed. | Werner Koch | 2010-04-14 | 1 | -5/+9 |
| | |||||
* | Use gpg_err_set_errno to assign values to ERRNO. | Werner Koch | 2010-04-01 | 1 | -4/+4 |
| | |||||
* | More chnages to use estream. Add a way to replace the standard | Werner Koch | 2010-03-22 | 1 | -1/+1 |
| | | | | | descriptors. | ||||
* | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 2010-03-15 | 1 | -12/+14 |
| | | | | | stdio. | ||||
* | Use a custom log handler for libassuan. | Werner Koch | 2010-03-11 | 1 | -1/+2 |
| | |||||
* | Add dummu option --passwd for gpg. | Werner Koch | 2010-01-08 | 1 | -44/+35 |
| | | | | | Collected changes. | ||||
* | Implement --faked-systrem-time for gpg. | Werner Koch | 2009-12-17 | 1 | -0/+22 |
| | | | | | Typo and comment fixes. | ||||
* | allow for default algorithms in a gpg parameter file | Werner Koch | 2009-12-04 | 1 | -2/+2 |
| | |||||
* | support numeric debug levels. | Werner Koch | 2009-12-03 | 1 | -6/+33 |
| | |||||
* | Add gpgconf related dummy options default_pubkey_algo. | Werner Koch | 2009-11-23 | 1 | -0/+13 |
| | | | | | | Add option --skip-hidden-recipients Comment updates. | ||||
* | Implement the server comamnd DECRYPT. | Werner Koch | 2009-10-02 | 1 | -4/+2 |
| | | | | | | | Use int instead of gnupg_fd_t in the server. Comment fixes. Rename encr-data.c -> decrypt-data.c | ||||
* | Some changes to suport g13. | Werner Koch | 2009-09-30 | 1 | -5/+4 |
| | |||||
* | Rename encode.c to encrypt.c. | Werner Koch | 2009-09-28 | 1 | -6/+6 |
| | | | | | | Rename function in a simlar way. Re-indent encrypt.c | ||||
* | 2009-09-23 Marcus Brinkmann <marcus@g10code.de> | Marcus Brinkmann | 2009-09-23 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (NEED_LIBASSUAN_API, NEED_LIBASSUAN_VERSION): Update to new API (2, 1.1.0). agent/ 2009-09-23 Marcus Brinkmann <marcus@g10code.de> * gpg-agent.c (parse_rereadable_options): Don't set global assuan log file (there ain't one anymore). (main): Update to new API. (check_own_socket_pid_cb): Return gpg_error_t instead of int. (check_own_socket_thread, check_for_running_agent): Create assuan context before connecting to server. * command.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (write_and_clear_outbuf): Use gpg_error_t instead of assuan_error_t. (cmd_geteventcounter, cmd_istrusted, cmd_listtrusted) (cmd_marktrusted, cmd_havekey, cmd_sigkey, cmd_setkeydesc) (cmd_sethash, cmd_pksign, cmd_pkdecrypt, cmd_genkey, cmd_readkey) (cmd_keyinfo, cmd_get_passphrase, cmd_clear_passphrase) (cmd_get_confirmation, cmd_learn, cmd_passwd) (cmd_preset_passphrase, cmd_scd, cmd_getval, cmd_putval) (cmd_updatestartuptty, cmd_killagent, cmd_reloadagent) (cmd_getinfo, option_handler): Return gpg_error_t instead of int. (post_cmd_notify): Change type of ERR to gpg_error_t from int. (io_monitor): Add hook argument. Use symbols for constants. (register_commands): Change return type of HANDLER to gpg_error_t. (start_command_handler): Allocate assuan context before starting server. * call-pinentry.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (unlock_pinentry): Call assuan_release instead of assuan_disconnect. (getinfo_pid_cb, getpin_cb): Return gpg_error_t instead of int. (start_pinentry): Allocate assuan context before connecting to server. * call-scd.c (membuf_data_cb, learn_status_cb, get_serialno_cb) (membuf_data_cb, inq_needpin, card_getattr_cb, pass_status_thru) (pass_data_thru): Change return type to gpg_error_t. (start_scd): Allocate assuan context before connecting to server. common/ 2009-09-23 Marcus Brinkmann <marcus@g10code.de> * asshelp.c (start_new_gpg_agent): Allocate assuan context before starting server. g10/ 2009-09-23 Marcus Brinkmann <marcus@g10code.de> * call-agent.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (learn_status_cb, dummy_data_cb, get_serialno_cb, default_inq_cb) (learn_status_cb, inq_writecert_parms, inq_writekey_parms) (scd_genkey_cb, membuf_data_cb): Return gpg_error_t instead of int. * gpg.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (main): Update to new Assuan API. * server.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (option_handler, cmd_recipient, cmd_signer, cmd_encrypt) (cmd_decrypt, cmd_verify, cmd_sign, cmd_import, cmd_export) (cmd_delkeys, cmd_message, do_listkeys, cmd_listkeys) (cmd_listsecretkeys, cmd_genkey, cmd_getinfo): Return gpg_error_t instead of int. (register_commands): Allocate assuan context before starting server. (gpg_server): Allocate assuan_context before starting server. scd/ 2009-09-23 Marcus Brinkmann <marcus@g10code.de> * command.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (option_handler, open_card, cmd_serialno, cmd_lean, cmd_readcert) (cmd_readkey, cmd_setdata, cmd_pksign, cmd_pkauth, cmd_pkdecrypt) (cmd_getattr, cmd_setattr, cmd_writecert, cmd_writekey) (cmd_genkey, cmd_random, cmd_passwd, cmd_checkpin, cmd_lock) (cmd_unlock, cmd_getinfo, cmd_restart, cmd_disconnect, cmd_apdu) (cmd_killscd): Return gpg_error_t instead of int. (scd_command_handler): Allocate assuan context before starting server. * scdaemon.c (main): Update to new Assuan API. sm/ 2009-09-23 Marcus Brinkmann <marcus@g10code.de> * gpgsm.c (main): Update to new assuan API. * server.c: Include "gpgsm.h" before <assuan.h> due to check for GPG_ERR_SOURCE_DEFAULT and assuan.h now including gpg-error.h. (option_handler, cmd_recipient, cmd_signer, cmd_encrypt) (cmd_decrypt, cmd_verify, cmd_sign, cmd_import, cmd_export) (cmd_delkeys, cmd_message, cmd_listkeys, cmd_dumpkeys) (cmd_listsecretkeys, cmd_dumpsecretkeys, cmd_genkey) (cmd_getauditlog, cmd_getinfo): Return gpg_error_t instead of int. (register_commands): Same for member HANDLER in table. (gpgsm_server): Allocate assuan context before starting server. * sm/call-dirmngr.c: * call-dirmngr.c (prepare_dirmngr): Check for CTX and error before setting LDAPSERVER. (start_dirmngr_ext): Allocate assuan context before starting server. (inq_certificate, isvalid_status_cb, lookup_cb, lookup_status_cb) (run_command_cb, run_command_inq_cb, run_command_status_cb): Return gpg_error_t instead of int. tools/ 2009-09-23 Marcus Brinkmann <marcus@g10code.de> * gpg-connect-agent.c (getinfo_pid_cb, read_and_print_response) (main): Update to new Assuan API. | ||||
* | Ask for the keysize when generating a new card key. | Werner Koch | 2009-08-05 | 1 | -0/+1 |
| | |||||
* | * gpg.c (main): --pgp6 includes --disable-mdc. | David Shaw | 2009-07-31 | 1 | -0/+1 |
| | |||||
* | Print verbose instructions in case of a corrupted trustdb. | Werner Koch | 2009-07-22 | 1 | -4/+2 |
| | |||||
* | Make bug reporting address easier changeable. | Werner Koch | 2009-07-21 | 1 | -3/+1 |
| | |||||
* | Changed default hash algorithm preferences | Werner Koch | 2009-07-09 | 1 | -5/+0 |
| | |||||
* | Reworked passing of envars to Pinentry. | Werner Koch | 2009-07-07 | 1 | -4/+30 |
| | |||||
* | Add full Camellia support. | David Shaw | 2009-06-05 | 1 | -11/+1 |
| | | | | | | | | | | | | | | | | | | * configure.ac: Remove Camellia restriction. * gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia restriction. * misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and openpgp_cipher_get_algo_blklen to wrap around the corresponding gcry_* functions, but pass the algorithm number through map_cipher_openpgp_to_gcry. This is needed in case the gcry algorithm number doesn't match the OpenPGP number (c.f. Camellia). * encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c, seskey.c, passphrase.c, seckey-cert.c: Use new openpgp_cipher_* macros here. | ||||
* | Fixed bug#1044. Use of --fingerprint with --with-fingerprint. | Werner Koch | 2009-05-20 | 1 | -6/+14 |
| | |||||
* | 2009-05-15 Marcus Brinkmann <marcus@g10code.de> | Marcus Brinkmann | 2009-05-15 | 1 | -1/+0 |
| | | | | | | * gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now). | ||||
* | Ported changes from 1.4. | Werner Koch | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | Move password repetition from gpg to gpg-agent. | Werner Koch | 2009-03-17 | 1 | -3/+3 |
| | |||||
* | * gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv). | David Shaw | 2009-03-15 | 1 | -3/+3 |
| | | | | | * gpgv.c (my_strusage): Same. | ||||
* | Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt. | Werner Koch | 2008-12-11 | 1 | -2/+4 |
| | | | | | Fix SIG_ID computation. | ||||
* | Minor bug fix. | Werner Koch | 2008-12-09 | 1 | -4/+4 |
| | |||||
* | Minor fixes. | Werner Koch | 2008-12-09 | 1 | -11/+17 |
| | |||||
* | Print library versions according to GNU standards. | Werner Koch | 2008-11-18 | 1 | -51/+30 |
| | |||||
* | Cleaned up unused gpgsm and gpg options. | Werner Koch | 2008-11-13 | 1 | -7/+8 |
| |