aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-20Update manuals from masterWerner Koch3-25/+24
* doc/Makefile.am (update-source): Copy from Git master. (update-source-from-gnupg-2): Remove. * doc/gpg.texi: Fix minor typos and grammar bugs. * doc/yat2m.c: Change diagnostics to updated coding standards.
2012-11-30Fix mksamplekeys awk to not leave out the whitespace altogetherDavid Shaw2-3/+9
2012-11-30Refresh sample keysDavid Shaw2-452/+444
* mksamplekeys: Tweak awk script to not add trailing whitespace to blank lines (makes git pre-commit hook unhappy). * samplekeys.asc: Refresh.
2012-11-08Support the not anymore patented IDEA cipher algorithm.Werner Koch1-18/+16
* cipher/idea.c: New. Take from Libgcrypt master and adjust for direct use in GnuPG. * cipher/idea-stub.c: Remove. * cipher/Makefile.am: Add idea.c and remove idea-stub.c rules. * configure.ac: Remove idea-stub code. * g10/gpg.c (check_permissions): Remove code path for ITEM==2. (main): Make --load-extension a dummy option. * g10/keygen.c (keygen_set_std_prefs): Include IDEA only in PGP2 compatibility mode. * g10/misc.c (idea_cipher_warn): Remove. Also remove all callers. * g10/seckey-cert.c (do_check): Remove emitting of STATUS_RSA_OR_IDEA. * g10/status.c (get_status_string): Remove STATUS_RSA_OR_IDEA. * g10/status.h (STATUS_RSA_OR_IDEA): Remove. -- To keep the number of actually used algorithms low, we support IDEA only in a basically read-only way (unless --pgp2 is used during key generation). It does not make sense to suggest the use of this old 64 bit blocksize algorithm. However, there is old data available where it might be helpful to have IDEA available.
2012-01-30Update sample keys.Werner Koch2-417/+844
--
2012-01-30Update documentation.Werner Koch3-707/+1163
* doc/gpg.texi, doc/specify-user-id.texi, doc/yat2m.c: Update from current GnuPG master (commit bdde44a).
2012-01-24Fix typos in comments.Werner Koch1-3/+2
-- Fixes provided by Gilles Espinasse.
2012-01-16Automate W32 installer building.Werner Koch1-12/+21
* doc/README.W32: Document new installer build procedure. * scripts/autogen.sh: Pass all args to the installer (regression fix). * scripts/conf-w32/README: Remove from repo. * scripts/conf-w32/bzip2-1.diff: Remove from repo. * scripts/mk-w32-dist: Rewrite. * scripts/w32installer.nsi [WITH_PATCHES]: Use constant patch file name.
2012-01-10Refresh sample keysDavid Shaw1-432/+411
2011-12-02Generate the ChangeLog from commit logs.Werner Koch1-33/+33
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog.
2011-12-02Rename all ChangeLog files to ChangeLog-2011.Werner Koch4-12/+29
* ChangeLog: New file.
2011-02-23Update gpg-zip.1 (bug#1317)Werner Koch2-74/+110
2010-10-18Prepare for 1.4.11Werner Koch1-29/+124
2010-10-05Remove FAQ stuffWerner Koch4-1367/+22
2010-09-23Preparing a release candidateWerner Koch1-1/+1
2010-06-01Fix bug 1231.Werner Koch1-1/+2
Minor doc improvement.
2010-02-11Fix bug reporting address.Werner Koch2-3/+9
2010-01-29Fix bug#1183Werner Koch2-1/+5
2009-09-02Preparing 1.4.10.Werner Koch2-119/+124
2009-08-18Update doc. This time also the included files.Werner Koch5-19/+53
2009-08-13Preparing for a release candidateWerner Koch3-96/+197
2008-07-17Revert that last stupid setuid detection fix.Werner Koch1-5/+5
2008-04-30* gpg-zip.1: Add man page thanks to Colin Tuckley and Daniel Leidert.David Shaw3-2/+109
2008-04-02Yet another minor yat2m fix.Werner Koch3-7/+8
2008-04-02Fix rendering of @samp.Werner Koch2-1/+6
2008-03-22Improved AES performance.Werner Koch2-2/+9
2007-12-12Type fixes and @samp{} fix. From gnupg-2.Werner Koch4-14/+23
2007-12-03Comment typ fixes.Werner Koch1-1/+1
Workaround for bad translations of the capability menu.
2007-11-12 * status.c (do_get_from_fd, do_shm_get): s/bool/getbool/ toWerner Koch1-0/+1
overcome problems with Mac OS 10.5 which seems to include stdbool.h silently.
2007-10-27* gpg.texi: Update from gnupg-2.David Shaw2-18/+26
2007-10-23Switched to GPLv3.Werner Koch9-362/+719
Updated gettext.
2007-03-05Preparing 1.4.7gnupg-1.4.7Werner Koch2-20/+50
2006-12-06Preparing a releasegnupg-1.4.6Werner Koch10-12/+3640
2006-12-04Changing the way man pages are build.Werner Koch7-5957/+1366
2006-09-26Allow to build w/o curl.Werner Koch1-0/+3
2006-06-25About to do a new releaseWerner Koch1-21/+49
2006-06-23* gpg.sgml: Document --enable-dsa2, --disable-dsa2, andDavid Shaw3-0/+27
--default-keyserver-url. * DETAILS: Note "Keyserver:"
2006-06-22* gpg.sgml: Note that --pgp8 does not include SHA224. Clarify thatDavid Shaw2-2/+12
clearsigned messages are not reversible.
2006-05-25Added backsig to my keyWerner Koch1-432/+437
2006-05-23* mksamplekeys: Incorporate new package signature key and minimize keysDavid Shaw2-2/+7
when generating samplekeys.asc.
2006-05-17Updated keysWerner Koch2-1880/+368
2006-04-19* gpg.sgml: Reminders that --cipher-algo, --digest-algo, andDavid Shaw2-6/+20
--compress-algo should be avoided.
2006-04-12use minimal posix sed Werner Koch2-7/+13
2006-04-09* gpg.sgml: Some typo fixes. This is Debian 361324.David Shaw2-6/+10
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch3-107/+197
2006-03-11* samplekeys.asc: Update 99242560 to have a signing subkey backsig.David Shaw2-1840/+1873
2006-03-09* gpg.sgml: Clarify new notation delete feature.David Shaw2-2/+8
2006-03-09keep on walking towards rc3Werner Koch2-0/+442
2006-03-09* gpg.sgml: Document "notation".David Shaw2-6/+17
2006-03-07* gpg.sgml: Rename backsigs to cross-certification (backsigs is justDavid Shaw2-17/+28
shorthand). Document max-cert-size.