aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg: Disallow the use of v3 keys.disallow-v3-keysWerner Koch2012-06-251-0/+14
| | | | | | | | | | | | | | | | | | | * g10/gpg.c: Add options --allow-v3-keys and --no-allow-v3-keys. (main): Enable --allow-v3-keys in --pgp2 mode. * g10/options.h (opt): Add field allow_v3_keys. * g10/import.c (delete_v3_subkeys): New. (import_one): Skip v3 keys and delete v3 subkeys. (import_print_stats): Print stats on v3 keys and subkeys. * g10/getkey.c (finish_lookup): Skip v3 keys. -- This is a first take on disabling v3 keys. We may need to add some tweaks to make decryption using an existing v3 key easier. There is no need to disallow decryption. Thanks to Georgi Guninski to put some pressure on us to finally do what PGP 2 folks will probably don’t like. See the discussion on gnupg-devel starting 2012-06-22.
* Typo fixes in de.po.Werner Koch2012-03-261-1/+1
| | | | | -- This is bug#1276 and http://bugs.debian.org/594343
* Rewrite dns-cert.c to not use the gpg-only iobuf stuff.Werner Koch2011-11-301-0/+3
| | | | | | | | | | | | | * common/dns-cert.c: Remove iobuf.h. (get_dns_cert): Rename to _get_dns_cert. Remove MAX_SIZE arg. Change iobuf arg to a estream-t. Rewrite function to make use of estream instead of iobuf. Require all parameters. Return an gpg_error_t error instead of the type. Add arg ERRSOURCE. * common/dns-cert.h (get_dns_cert): New macro to pass the error source to _gpg_dns_cert. * common/t-dns-cert.c (main): Adjust for changes in get_dns_cert. * g10/keyserver.c (keyserver_import_cert): Ditto. * doc/gpg.texi (GPG Configuration Options): Remove max-cert-size.
* typo fixesWerner Koch2011-11-021-2/+2
|
* Put more options into the options indexWerner Koch2011-10-121-669/+831
| | | | Also removed the single letter options from the index.
* Clarify documentation of --keyid-format.Werner Koch2011-07-181-1/+2
| | | | Fixes bug#1354.
* Require libgpg-error 1.10Werner Koch2011-05-201-1/+1
| | | | | This allows to remove some error code substitutes. Fixed a typo in gpg.text.
* Move parameter file description to the manual.Werner Koch2011-03-011-15/+268
|
* * gpg.texi (GPG Configuration Options): Clarify that show-photosDavid Shaw2010-10-291-5/+6
| | | | | | doesn't work with --with-colons. --personal-digest-preferences does not have a default any longer.
* More agent support for gpg.Werner Koch2010-10-131-2/+16
|
* Describe %v and %V.Werner Koch2010-10-111-0/+3
|
* Add new option --with-keygripWerner Koch2010-10-081-0/+5
|
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-8/+24
| | | | | | A couple of forward ported changes. Doc updates.
* Clarify that --force-v3-sigs disables (not enables) v4 optionsDavid Shaw2010-09-281-6/+4
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-5/+6
| | | | | Ported gpgtar to W32.
* Add unfinished gpgtar.Werner Koch2010-06-071-1/+2
| | | | | Collected changes and ports of bug fixes from stable.
* Link to the bug tracker in the gpg man page.Werner Koch2010-02-111-2/+6
|
* Various changes to eventually support openpgp keys in pgp-agent.Werner Koch2010-02-021-0/+7
| | | | | | Comment fixes. Minor chnages in preparation of a W32CE port.
* Implement --faked-systrem-time for gpg.Werner Koch2009-12-171-0/+7
| | | | | Typo and comment fixes.
* support numeric debug levels.Werner Koch2009-12-031-0/+28
|
* Add gpgconf related dummy options default_pubkey_algo.Werner Koch2009-11-231-2/+12
| | | | | | Add option --skip-hidden-recipients Comment updates.
* * gpg.texi (GPG Configuration Options): Clarify that ca-cert-file is aDavid Shaw2009-10-201-1/+3
| | | | | | generic store, the details of which depend on the underlying libraries.
* Allow uid sand key election using a '*'.Werner Koch2009-09-041-2/+2
|
* * gpg.text: Suggested new ordering for --edit-key.David Shaw2009-08-241-110/+111
|
* * gpg.texi (OpenPGP Options): Clarify that personal-foo-preferencesDavid Shaw2009-08-171-10/+13
| | | | | overrides recipient preferences (safely).
* * gpg.texi (GPG Configuration Options): Document keyserver optionsDavid Shaw2009-08-141-5/+15
| | | | | check-cert and ca-cert-file.
* * gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn'tDavid Shaw2009-07-311-5/+5
| | | | | exist any longer).
* Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw2009-07-231-2/+3
| | | | | resorting to keys.{domain}.
* Typo fixes. Fixes bug#1093Werner Koch2009-07-221-6/+6
|
* Give hints on files to backup.Werner Koch2009-07-221-14/+33
|
* Fix bug 1090.Werner Koch2009-07-201-1/+1
|
* Allow generation of DSA2 keys without --enable-dsa2.Werner Koch2009-05-201-4/+4
|
* Doc fixes.Werner Koch2009-05-081-2/+2
|
* * gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw2009-03-161-2/+8
| | | | | debug.
* New PIN Callback attributes in gpg-agent.Werner Koch2009-03-051-1/+1
| | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
* Small doc fixes.Werner Koch2008-12-121-1/+1
|
* Align ticker to the full or half second.Werner Koch2008-12-081-15/+20
|
* * gpg.texi (OpenPGP Key Management): Clarify setpref a bit.David Shaw2008-09-231-2/+13
|
* Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch2008-09-231-0/+3
|
* Add a warning nite to --throw-keyds.Werner Koch2008-08-281-6/+9
|
* Add a warning note to --allow-multiple-messages.Werner Koch2008-08-071-5/+9
| | | | | s/Sylpeed-Claws/Claws-Mail/.
* Made --fixed-list-mode obsolete.Werner Koch2008-06-111-0/+4
|
* 2008-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-151-8/+13
| | | | | | * gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
* Updated German translation.Werner Koch2008-05-091-1/+3
| | | | | Fix in gpgconf for W32.
* Add command --locate-key.Werner Koch2008-05-071-0/+18
| | | | | Fix auto-key-locate processing of "nodefault".
* Enhanced --auto-key-locate.Werner Koch2008-04-081-11/+24
|
* Changed the way i18n files are located under Windows. The setting of theWerner Koch2008-03-251-1/+2
| | | | | Registry key is not anymore required. Helpfiles are not properly located.
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-051-2/+1
|
* * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font toDavid Shaw2008-02-051-4/+4
| | | | | add a "claimed" in there.
* Add missing country tag to qualified.txt.Werner Koch2008-01-101-2/+4
| | | | | Typo fixes.