aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-17gpg: Add dummy option --with-subkey-fingerprint.Werner Koch1-0/+5
2016-08-09gpg: Avoid publishing the GnuPG version by defaultDaniel Kahn Gillmor1-1/+1
2016-06-28g10: Fix --list-packets.NIIBE Yutaka1-2/+1
2015-12-19gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor1-0/+7
2015-12-19gpg: Reject signatures made with MD5.Werner Koch1-0/+7
2015-12-17gpg: Change default cipher for --symmetric from CAST5 to AES-128.Werner Koch1-5/+1
2015-09-01Obsolete option --no-sig-create-check.Werner Koch1-3/+1
2015-02-27Release 1.4.19.gnupg-1.4.19Werner Koch1-3/+2
2014-10-03gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor1-1/+21
2014-09-29Allow use of --debug-level=LEVEL without '='.Werner Koch1-1/+1
2013-12-10Update config.{guess,sub} and some copyright notices.Werner Koch1-0/+1
2013-11-27gpg: Change armor Version header to emit only the major version.Werner Koch1-2/+3
2013-10-11gpg: Do not require a trustdb with --always-trust.Werner Koch1-5/+3
2013-08-02gpg: No need to create a trustdb when encrypting with --always-trust.Werner Koch1-0/+6
2012-12-15Fix potential heap corruption in "gpg -v --version"Werner Koch1-43/+39
2012-11-08Support the not anymore patented IDEA cipher algorithm.Werner Koch1-50/+8
2012-08-24Fix typos spotted during translationsWerner Koch1-2/+2
2012-01-10Replace file locking by the new portable dotlock code.Werner Koch1-2/+2
2012-01-10Update copyright years.Werner Koch1-1/+1
2011-09-12On VMS use --batch by default if in batch mode.Werner Koch1-0/+12
2011-07-01Add pubkey letters e and E for ECC.Werner Koch1-39/+41
2010-10-29* gpg.c (main): Do not provide a default forDavid Shaw1-6/+1
2010-06-01Ignore some GnuPG-2 only options.Werner Koch1-1/+8
2009-07-31* gpg.c (main): --pgp6 includes --disable-mdc.David Shaw1-0/+1
2009-07-23Parse EXTCAP lines from the card.Werner Koch1-4/+2
2009-07-21First set of changes to backport the new card code from 2.0.Werner Koch1-0/+1
2009-06-05Remove Camellia restriction.David Shaw1-9/+1
2009-05-20Fix bug#1044.Werner Koch1-6/+14
2008-12-21* gpg.c (main): Properly handle UTF8 usernames with --sign-key and --lsign-key.David Shaw1-1/+1
2008-07-17Revert that last stupid setuid detection fix.Werner Koch1-1/+1
2008-02-092008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-44/+66
2007-12-14Fixed a regression in gpg_dermor.gnupg-1.4.8rc2Werner Koch1-0/+3
2007-11-28* gpg.c (print_algo_names): New. (list_config): Use it here for theDavid Shaw1-1/+35
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
2007-10-23* gpg.c (main): Add --require-cross-certification toDavid Shaw1-2/+3
2007-10-23* gpg.c (main): Disable --rfc2440-text and --force-v3-sigs by default.David Shaw1-9/+9
2007-10-17* options.h, gpg.c (main), misc.c (compliance_option_string): AddDavid Shaw1-1/+24
2007-07-19* gpg.c (main): Fix typo. Noted by John Clizbe.David Shaw1-1/+1
2007-07-09Add an extra warning for Camellia.Werner Koch1-0/+8
2007-04-16* gpg.c, pkclist.c: #include <strings.h> for strcasecmp if it isDavid Shaw1-2/+5
2007-03-05Preparing 1.4.7gnupg-1.4.7Werner Koch1-4/+15
2007-02-01* main.h, keygen.c (ask_expire_interval, parse_expire_string): Pass inDavid Shaw1-2/+2
2006-12-13Removed references to removed g10defs.h file.Werner Koch1-1/+0
2006-12-11Removed the use of g10defs.h.Werner Koch1-1/+1
2006-12-03* options.h, gpg.c (main), passphrase.c (passphrase_to_dek): AddDavid Shaw1-0/+4
2006-10-23New command --gpgconf-test.Werner Koch1-0/+6
2006-10-13* parse-packet.c (parse_symkeyenc): Show the unpacked as well as theDavid Shaw1-0/+32
2006-06-27do no use reopen_std under W32.Werner Koch1-2/+2
2006-06-22* options.h, gpg.c (main), keygen.c (keygen_upd_std_prefs,David Shaw1-0/+15
2006-05-23* gpg.c (reopen_std): New function to reopen fd 0, 1, or 2 if we areDavid Shaw1-0/+62