aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.texi (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-12doc: Change remaining http links to gnupg.org to httpsWerner Koch1-1/+1
-- GnuPG-bug-id: 1830
2014-11-12gpg: Add import option "keep-ownertrust".Werner Koch1-0/+9
* g10/options.h (IMPORT_KEEP_OWNERTTRUST): New. * g10/import.c (parse_import_options): Add "keep-ownertrust". (import_one): Act upon new option. -- This option is in particular useful to convert from a pubring.gpg to the new pubring.kbx in GnuPG 2.1 or vice versa: gpg1 --export | gpg2 --import-options keep-ownertrust --import (cherry-picked from commit ffc2307843ce6c4ac3c8d99ba8c70ffa1ae28e39)
2014-10-03gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor1-0/+9
* configure.ac: Added --enable-large-secmem option. * g10/options.h: Add opt.flags.large_rsa. * g10/gpg.c: Contingent on configure option: adjust secmem size, add gpg --enable-large-rsa, bound to opt.flags.large_rsa. * g10/keygen.c: Adjust max RSA size based on opt.flags.large_rsa * doc/gpg.texi: Document --enable-large-rsa. -- This is a cherry-pick of 534e2876acc05f9f8d9b54c18511fe768d77dfb5 from STABLE-BRANCH-1-4 against STABLE-BRANCH-2-0 Some older implementations built and used RSA keys up to 16Kib, but the larger secret keys now fail when used by more recent GnuPG, due to secure memory limitations. Building with ./configure --enable-large-secmem will make gpg capable of working with those secret keys, as well as permitting the use of a new gpg option --enable-large-rsa, which let gpg generate RSA keys up to 8Kib when used with --batch --gen-key. Debian-bug-id: 739424 Minor edits by wk. GnuPG-bug-id: 1732
2014-06-24Release 2.0.24gnupg-2.0.24Werner Koch1-4/+9
2014-06-24doc: Update from master.Werner Koch1-19/+62
--
2014-06-03doc: Update from masterWerner Koch1-3/+68
--
2014-06-03gpg: New %U expando for the photo viewer.Werner Koch1-1/+1
* g10/photoid.c (show_photos): Set namehash. * g10/misc.c (pct_expando): Add "%U" expando. -- This makes is possible to extract all photos ids from a key to different files. (cherry picked from commit e184a11f94e2d41cd9266484542631bec23628b5) Resolved conflicts: g10/photoid.c - whitespaces
2014-06-03gpg: Reject signatures made with MD5.Werner Koch1-3/+11
* g10/gpg.c: Add option --allow-weak-digest-algos. (main): Set option also in PGP2 mode. * g10/options.h (struct opt): Add flags.allow_weak_digest_algos. * g10/sig-check.c (do_check): Reject MD5 signatures. * tests/openpgp/gpg.conf.tmpl: Add allow_weak_digest_algos. -- (cherry picked from commit f90cfe6b66269de0154d810c5cee1fe9a5af475c) Resolved conflicts: g10/gpg.c - adjust. tests/openpgp/defs.inc - no changes
2013-11-27gpg: Change armor Version header to emit only the major version.Werner Koch1-2/+6
* g10/options.h (opt): Rename field no_version to emit_version. * g10/gpg.c (main): Init opt.emit_vesion to 1. Change --emit-version to bump up opt.emit_version. * g10/armor.c (armor_filter): Implement different --emit-version values. -- GnuPG-bug-id: 1572 Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit e951782e937ce290be0d89d83e84b3daea997587) Resolved conflicts: NEWS g10/armor.c g10/gpg.c
2013-10-04doc: Update from masterWerner Koch1-0/+8
2013-05-07doc: fix some Texinfo warnings.Ian Abbott1-4/+8
* doc/gpg.texi: Fix syntax and add missing menu entries. * doc/gpgsm.texi: Fix subsectioning. -- These five patches fix some warnings from Texinfo 5 by adding some missing nodes and changing some sections to subsections, and moving an '@end ifset' to the start of a line. I also noticed the 'Deprecated options' subsection didn't appear in the GPG options menu, so I added it. (Texinfo never warned about it because it was after the last node in the menu.) 1) doc/gpg.texi: move '@end ifset' to start of line 2) doc/gpg.texi: Add missing node for 'Compliance options' section. 3) doc/gpg.texi: add node for 'Deprecated options' subsection. 4) doc/gpg.texi: make 'Unattended key generation' a subsection 5) doc/gpgsm.texi: fix subsectioning for Unattended Usage (all 5 merged into one patch by wk)
2013-04-22Update docs from master.Werner Koch1-17/+37
* doc/gpg-agent.texi: Update from master. * doc/gpg.texi: Ditto. * doc/gpgsm.texi: Ditto. * doc/gpl.texi: Ditto. * doc/yat2m.c: Ditto. -- (updated from commit d6798d261cbe6519ef5b3ebb474e2ad348442c0c)
2012-03-27Update texinfo source from master.Werner Koch1-672/+837
* doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi * doc/scdaemon.texi, doc/tools.texi: Update. * doc/yat2m.c: Update.
2011-08-04Prepare for the 2.0.18 release.gnupg-2.0.18Werner Koch1-17/+271
Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations.
2011-01-13Finished preparations for 2.0.17gnupg-2.0.17Werner Koch1-15/+44
2010-11-11Fix a bug where scdaemon kills a non-daemon gpg-agent.Werner Koch1-12/+28
Fix a passphrase cache annoyance.
2010-06-17Make CAST5 the default s2k algo tomatch the doc and gpg 1.4.Werner Koch1-1/+2
2010-03-05Minor changeWerner Koch1-1/+1
2010-02-11Minor changes.Werner Koch1-7/+22
2010-01-11Implement command --passwd for GPG.Werner Koch1-0/+8
2009-12-03Allow for numerical debug levels.Werner Koch1-0/+28
2009-09-04Allow uid sand key election using a '*'.Werner Koch1-2/+2
2009-08-24* gpg.text: Suggested new ordering for --edit-key.David Shaw1-110/+111
2009-08-17* gpg.texi (OpenPGP Options): Clarify that personal-foo-preferencesDavid Shaw1-10/+13
overrides recipient preferences (safely).
2009-08-14* gpg.texi (GPG Configuration Options): Document keyserver optionsDavid Shaw1-5/+15
check-cert and ca-cert-file.
2009-07-31* gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn'tDavid Shaw1-5/+5
exist any longer).
2009-07-23Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw1-2/+3
resorting to keys.{domain}.
2009-07-22Typo fixes. Fixes bug#1093Werner Koch1-6/+6
2009-07-22Give hints on files to backup.Werner Koch1-14/+33
2009-07-20Fix bug 1090.Werner Koch1-1/+1
2009-05-20Allow generation of DSA2 keys without --enable-dsa2.Werner Koch1-4/+4
2009-05-08Doc fixes.Werner Koch1-2/+2
2009-03-16* gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw1-2/+8
debug.
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-1/+1
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
2008-12-12Small doc fixes.Werner Koch1-1/+1
2008-12-08Align ticker to the full or half second.Werner Koch1-15/+20
2008-09-23* gpg.texi (OpenPGP Key Management): Clarify setpref a bit.David Shaw1-2/+13
2008-09-23Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch1-0/+3
2008-08-28Add a warning nite to --throw-keyds.Werner Koch1-6/+9
2008-08-07Add a warning note to --allow-multiple-messages.Werner Koch1-5/+9
s/Sylpeed-Claws/Claws-Mail/.
2008-06-11Made --fixed-list-mode obsolete.Werner Koch1-0/+4
2008-05-152008-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-8/+13
* gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
2008-05-09Updated German translation.Werner Koch1-1/+3
Fix in gpgconf for W32.
2008-05-07Add command --locate-key.Werner Koch1-0/+18
Fix auto-key-locate processing of "nodefault".
2008-04-08Enhanced --auto-key-locate.Werner Koch1-11/+24
2008-03-25Changed the way i18n files are located under Windows. The setting of theWerner Koch1-1/+2
Registry key is not anymore required. Helpfiles are not properly located.
2008-03-05Add IF command and new variable functions to gpg-connect-agent.Werner Koch1-2/+1
2008-02-05* gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font toDavid Shaw1-4/+4
add a "claimed" in there.
2008-01-10Add missing country tag to qualified.txt.Werner Koch1-2/+4
Typo fixes.
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch1-6/+6