summaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-03build: Add configure options --disable-{ntb,gnu}tls.Werner Koch1-6/+18
* configure.ac: Add --disable-ntbtls and --disable-gnutls.
2014-10-03gpg: Check gpg-agent version before 2.1 migration.Andre Heinecke3-0/+55
* g10/call-agent.c, g10/call-agent.h (agent_get_version): New. * g10/migrate.c (migrate_secring): Abort migration if agent_get_version returns not at least 2.1.0 -- GnuPG-bug-id: 1718 On the first installation of GnuPG 2.1 it is likely that an old gpg-agent is still running in the environment. In that case the migration would fail. Signed-off-by: Andre Heinecke <aheinecke@intevation.de>
2014-10-03po: Auto update translations.Werner Koch3-104/+199
--
2014-10-03po: Update German translation.Werner Koch1-39/+61
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch15-532/+215
* agent/agent.h (opt): Remove field use_standard_socket. * agent/command.c (cmd_killagent): Always allow killing. * agent/gpg-agent.c (main): Turn --{no,}use-standard-socket and --write-env-file into dummy options. Always return true for --use-standard-socket-p. Do not print the GPG_AGENT_INFO envvar setting or set that envvar. (create_socket_name): Simplify by removing non standard socket support. (check_for_running_agent): Ditto. * common/asshelp.c (start_new_gpg_agent): Remove GPG_AGENT_INFO use. * common/simple-pwquery.c (agent_open): Ditto. * configure.ac (GPG_AGENT_INFO_NAME): Remove. * g10/server.c (gpg_server): Do not print the AgentInfo comment. * g13/server.c (g13_server): Ditto. * sm/server.c (gpgsm_server): Ditto. * tools/gpgconf.c (main): Simplify by removing non standard socket support. -- The indented fix to allow using a different socket than the one in the gnupg home directory is to change Libassuan to check whether the socket files exists as a regualr file with a special keyword to redirect to another socket file name.
2014-10-02gpg: Fix regression removing SHA256.Werner Koch2-5/+1
* g10/misc.c (map_md_openpgp_to_gcry): Always use SHA256. -- Regression due to commit d33246700578cddd1cb8ed8164cfbba50aba4ef3 GnuPG-bug-id: 1733.
2014-10-02First changes for future use of NTBTLS.Werner Koch8-54/+302
* configure.ac (NEED_NTBTLS_ABI, NEED_NTBTLS_VERSION): New. (HTTP_USE_NTBTLS): New. Prefer over GNUTLS. * m4/ntbtls.m4: New. * m4/Makefile.am (EXTRA_DIST): Add new file. * common/http.c: Add conditionals to eventually use NTBTLS. -- This is only the configure stuff. If you have NTBTLS installed GNUTLS will not be used but there won't be any https support either :-(. This patch is used to have a real world test bench for the forthcoming library.
2014-10-02build: Update m4 scriptsWerner Koch3-22/+84
* m4/gpg-error.m4: Update from Libgpg-error git master. * m4/libgcrypt.m4: Update from Libgcrypt git master. * configure.ac: Declare SYSROOT a precious variable. Add extra error message for library configuration mismatches.
2014-09-29doc: Remove GnuPG-1 related parts from gpg.texi.Werner Koch2-178/+20
* doc/Makefile.am (YAT2M_OPTIONS): Add 2.1 to the source info. * doc/gpg.texi: Remove gpg1 related texts.
2014-09-27gpg: Default to SHA-256 for all signature types on RSA keys.Werner Koch3-3/+3
* g10/main.h (DEFAULT_DIGEST_ALGO): Use SHA256 in --gnupg and SHA1 in strict RFC or PGP modes. * g10/sign.c (make_keysig_packet): Use DEFAULT_DIGEST_ALGO also for RSA key signatures. * configure.ac: Do not allow to disable sha256.
2014-09-27gpg: Simplify command --gen-key and add --full-gen-key.Werner Koch5-36/+97
* g10/gpg.c (aFullKeygen): New. (opts): Add command --full-key-gen. (main): Implement it. * g10/keygen.c (DEFAULT_STD_ALGO): Replace wrong GCRY_PK_RSA although the value is identical. (DEFAULT_STD_CURVE): New. (DEFAULT_STD_SUBALGO): New. (DEFAULT_STD_SUBKEYSIZE): New. (DEFAULT_STD_SUBCURVE): New. (quick_generate_keypair): Use new macros here. (generate_keypair): Add arg "full" and fix call callers. Do not ask for keysize in non-full node. (ask_user_id): Add arg "full" and simplify for non-full mode.
2014-09-27doc: Update the file OpenPGPWerner Koch1-11/+10
-- It should actually be completey reworked but for now I added just a few notes.
2014-09-26gpg: Add shortcut for setting key capabilities.Werner Koch2-11/+42
* g10/keygen.c (ask_key_flags): Add shortcut '='. * doc/help.txt (gpg.keygen.flags): New.
2014-09-25gpg: Do not always print dashes in obsolete_option.Werner Koch2-19/+15
* g10/gpg.c (main): Pass option names to obsolete_option without double dash. * g10/misc.c (obsolete_option, obsolete_scdaemon_option): Print double dash only for command line options.
2014-09-25gpg: Warn about (but don't fail) on scdaemon options in gpg.conf.Daniel Kahn Gillmor3-0/+43
* g10/gpg.c: Add config options that should belong in scdaemon.conf * g10/main.h, g10/misc.c (obsolete_scdaemon_option): New. -- In gpg2, the following options are only relevant for scdaemon: reader-port ctapi-driver pcsc-driver disable-ccid but in gpg1, they are options for gpg itself. Some users of gpg1 might have these options in their ~/.gnupg/gpg.conf, which causes gpg2 to fail hard if it reads that config file. gpg2 should not fail hard, though giving a warning (and suggesting a move to scdaemon.conf) seems OK. This patch does *not* reintroduce any documentation for these options in gpg.texi, even to indicate that they are "dummy" options, since scdaemon.texi contains the appropriate documentation. Debian-bug-id: 762844 - Program names factored out from obsolete_scdaemon_option to make reuse without new translations easier. -wk
2014-09-25build: Change urlbase of getswdb.sh.Werner Koch1-1/+3
--
2014-09-24Reformat README and minor gpg.texi improvement.Werner Koch2-155/+168
-- The second thing is to explain the file names below under ~/.gnupg/openpgp-revocs.d/.
2014-09-24Register DCO for Daniel Kahn Gillmor.Werner Koch1-0/+3
--
2014-09-22speedo: Check that wget and gpgv are installed.Werner Koch1-0/+11
* build-aux/getswdb.sh: Check for required tools.
2014-09-22speedo: Autodetect sha1sum tools.Werner Koch2-16/+45
* build-aux/getswdb.sh: Add option --find-sha1sum. * build-aux/speedo.mk (check-tools): New phony target. Not yet used. (SHA1SUM): New var. Use it instead of sha1sum.
2014-09-22gpg: Create default keyring with .kbx suffix.Werner Koch1-11/+33
* g10/keydb.c (maybe_create_keyring_or_box): Rename arg for clarity. (keydb_add_resource): Fix order of args to maybe_create_keyring_or_box and check and create .kbx.
2014-09-22doc: Fix --secret-keyring option for 2.1Werner Koch1-0/+6
--
2014-09-20gpg: --delete-secret-key - check that a secret key exists.Werner Koch1-0/+9
* g10/delkey.c (do_delete_key): Check availibility of a secret key. -- Actually we check that at least one secret subkey exists.
2014-09-20gpg: Make algorithm selection prompt for ECC more clear.Werner Koch1-1/+1
* g10/keygen.c (ask_algo): Change 9 to "ECC and ECC".
2014-09-20Register DCO for Andre Heinecke.Werner Koch1-0/+3
--
2014-09-18Post beta release update.Werner Koch2-1/+5
--
2014-09-18Release 2.1.0-beta834.gnupg-2.1.0-beta834Werner Koch3-1/+28
2014-09-18speedo: Distribute needed files.Werner Koch1-3/+19
* Makefile.am (EXTRA_DIST): Add speedo stuff.
2014-09-18build: Enable gpgtar by default.Werner Koch1-1/+1
2014-09-18common: Do not build maintainer modules in non-maintainer mode.Werner Koch2-1/+9
* common/Makefile.am (module_maint_tests): Use only in maintainer mode. (t_common_cflags): New.
2014-09-18common: Remove superfluous statements.Werner Koch2-12/+3
* common/exechelp-posix.c: Remove weak pragmas. * common/sexputil.c (make_canon_sexp_from_rsa_pk): Remove double const. -- We do not use Pth anymore and thus there is no more need for the weak pragmas.
2014-09-18g13: Avoid segv after pipe creation failure.Werner Koch1-6/+6
* g13/call-gpg.c (gpg_encrypt_blob): Init some vars in case of an early error. (gpg_decrypt_blob): Ditto.
2014-09-18scd: Fix int/short mismatch in format string of app-p15.cWerner Koch1-4/+8
* scd/app-p15.c (parse_certid): Use snprintf and cast value. (send_certinfo): Ditto. (send_keypairinfo): Ditto. (do_getattr): Ditto.
2014-09-18agent: Init a local variable in the error case.Werner Koch1-1/+3
* agent/pksign.c (do_encode_md): Init HASH on error.
2014-09-18agent: Remove left over debug output.Werner Koch1-2/+0
* agent/command-ssh.c (ssh_signature_encoder_eddsa): Remove debug output.
2014-09-18agent: Silence compiler warning for a debug message.Werner Koch1-2/+2
* agent/call-pinentry.c (agent_query_dump_state): Use %p for POPUP_TID.
2014-09-18sm: Silence compiler warnings.Werner Koch2-3/+2
* sm/certreqgen-ui.c (gpgsm_gencertreq_tty): Remove unused var I. * sm/certreqgen.c (proc_parameters): Init PUBLIC to avoid compiler warning.
2014-09-18gpg: Silence a compiler warning.Werner Koch1-5/+4
* g10/parse-packet.c (enum_sig_subpkt): Replace hack.
2014-09-18gpg: Replace a hash algo test function.Werner Koch1-18/+18
* g10/gpg.c (print_mds): Replace openpgp_md_test_algo. -- This is actually not required because as of now the used OpenPGP and Gcrypt hash algorithm numbers are identical. But that might change in the future. This changes the behavior of GnuPG in case it has been build with some algorithms disabled: If those algorithms are available in Libgcrypt, their results will be used printed anyway.
2014-09-18gpg: Re-indent a function.Werner Koch1-78/+89
--
2014-09-18speedo: Various fixesWerner Koch2-18/+35
* build-aux/speedo.mk: Take zlib and bzip2 from ftp.gnupg.org. Minor other fixes.
2014-09-17speedo: Improve speedo Makefile.Werner Koch2-72/+223
-- Building for the native platform is now a mere make -f build-aux/speedo.mk native You may also use "help" as target.
2014-09-17po: Auto-updateWerner Koch4-0/+32
--
2014-09-17gpg: Print a warning if the subkey expiration may not be what you want.Werner Koch1-0/+63
* g10/keyedit.c (subkey_expire_warning): New. (keyedit_menu): Call it when needed. -- GnuPG-bug-id: 1715 The heuristic to detect a problem is not very advanced but it should catch the most common cases.
2014-09-17gpg: Improve passphrase caching.Werner Koch6-9/+81
* agent/cache.c (last_stored_cache_key): New. (agent_get_cache): Allow NULL for KEY. (agent_store_cache_hit): New. * agent/findkey.c (unprotect): Call new function and try to use the last stored key. * g10/revoke.c (create_revocation): Add arg CACHE_NONCE and pass to make_keysig_packet. (gen_standard_revoke): Add arg CACHE_NONCE and pass to create_revocation. * g10/keygen.c (do_generate_keypair): Call gen_standard_revoke with cache nonce. -- This patch adds two features: 1. The key for the last passphrase successfully used for unprotecting a key is stored away. On a cache miss the stored away passphrase is tried as well. This helps for the common GPG use case of having a signing and encryption (sub)key with the same passphrase. See the code for more comments. 2. The now auto-generated revocation certificate does not anymore popup a passphrase prompt. Thus for standard key generation the passphrase needs to be given only once (well, two with the confirmation).
2014-09-12gpg: Use algorithm id 22 for EdDSA.Werner Koch7-10/+72
* common/openpgpdefs.h (PUBKEY_ALGO_EDDSA): Change to 22. * g10/keygen.c (ask_curve): Reword the Curve25519 warning note. -- In the hope that the IETF will eventually assign 22 for EdDSA using the draft-koch-eddsa-for-openpgp-01 specs we start using this number.
2014-09-12build: Require libgpg-error 1.15Werner Koch1-1/+1
-- 1.14 had a problem in its ABI and was thus remove from the FTP Server after 3 days. 1.15 fixes this.
2014-09-12doc: Small grammar fixWerner Koch1-2/+2
--
2014-09-11gpg: Stop early on bogus old style comment packets.Werner Koch1-1/+3
* g10/parse-packet.c (parse_key): Take care of too short packets for old style commet packets. -- GnuPG-bug-id: 1714
2014-09-10dirmngr: Support https for KS_FETCH.Werner Koch4-35/+48
* dirmngr/ks-engine-hkp.c (cert_log_cb): Move to ... * dirmngr/misc.c (cert_log_cb): here. * dirmngr/ks-engine-http.c (ks_http_fetch): Support 307-redirection and https. -- Note that this requires that the root certificates are registered using the --hkp-cacert option. Eventually we may introduce a separate option to allow using different CAs for KS_FETCH and keyserver based requests.