aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-10gpg: Change --print-pka-records into an option.Werner Koch1-14/+3
2015-03-10gpg: Add --list-gcrypt-config and "curve" item for --list-config.Werner Koch1-16/+38
2015-02-24gpg: Add command --print-pka-records.Werner Koch1-0/+14
2015-02-23gpg: Add option to print fingerprints in ICAO spelling.Werner Koch1-0/+5
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-22/+20
2015-01-28gpg: Fix buffering problem in --list-config.Werner Koch1-1/+2
2015-01-28Add a hook to be called right after main.Werner Koch1-0/+1
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-21/+22
2015-01-05gpg: Remove unused args from a function.Werner Koch1-4/+2
2014-12-08gpg: Obsolete some keyserver helper options.Werner Koch1-7/+4
2014-12-03gpg: Remove option aliases --[no-]throw-keyid and --notation-data.Werner Koch1-5/+2
2014-11-28Add option --no-autostart.Werner Koch1-0/+5
2014-11-13gpg: Remove PGP-2 related cruft.Werner Koch1-3/+0
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-3/+2
2014-10-31gpg: Remove superfluous check for Libgcrypt >= 1.4.0.Werner Koch1-9/+0
2014-10-17gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch1-16/+9
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-7/+7
2014-10-10gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor1-1/+21
2014-09-27gpg: Simplify command --gen-key and add --full-gen-key.Werner Koch1-4/+25
2014-09-25gpg: Do not always print dashes in obsolete_option.Werner Koch1-15/+10
2014-09-25gpg: Warn about (but don't fail) on scdaemon options in gpg.conf.Daniel Kahn Gillmor1-0/+27
2014-09-18gpg: Replace a hash algo test function.Werner Koch1-18/+18
2014-09-18gpg: Re-indent a function.Werner Koch1-78/+89
2014-08-28gpg: Do not show "MD5" and triplicated "RSA" in --version.Werner Koch1-0/+11
2014-08-28gpg: Do not show "MD5" and triplicated "RSA" in --version.Werner Koch1-0/+11
2014-08-18gpg: Change default cipher for --symmetric from CAST5 to AES-128.Werner Koch1-1/+1
2014-08-14gpg: Remove options --pgp2 and --rfc1991.Werner Koch1-84/+3
2014-08-14gpg: Remove --compress-keys and --compress-sigs feature.Werner Koch1-13/+6
2014-08-13gpg: Add list-option "show-usage".Werner Koch1-0/+2
2014-07-23gpg: Add command --quick-gen-keyWerner Koch1-0/+13
2014-07-03gpg: Make show-uid-validity the default.Werner Koch1-1/+3
2014-06-26gpg,gpgsm: Simplify wrong_args function.Werner Koch1-4/+2
2014-06-05gpg: Auto-migrate existing secring.gpg.Werner Koch1-0/+37
2014-06-03Add new option --with-secret.Werner Koch1-0/+6
2014-05-08Make more use of *_NAME macros.Werner Koch1-1/+2
2014-03-27gpg: Add commands --quick-sign-key and --quick-lsign-key.Werner Koch1-0/+25
2014-03-17gpg: Reject signatures made with MD5.Werner Koch1-0/+7
2014-03-12gpg: Add option --dirmngr-program.Werner Koch1-0/+4
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-1/+4
2014-03-07gpg: Do not require a trustdb with --always-trust.Werner Koch1-5/+1
2014-02-10gpg: Allow building without any trust model support.Werner Koch1-4/+35
2014-02-07gpg: Change --print-mds to output enabled OpenPGP algos.Werner Koch1-15/+19
2014-02-05gpg: Change format for the key size in --list-key and --edit-key.Werner Koch1-0/+3
2014-01-31gpg: Improve --version algo info output.Werner Koch1-13/+64
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2013-11-27gpg: Change armor Version header to emit only the major version.Werner Koch1-2/+3
2013-11-18Make use of the *_NAME etc macros.Werner Koch1-9/+9
2013-08-02gpg: No need to create a trustdb when encrypting with --always-trust.Werner Koch1-7/+20
2013-04-22Fix potential heap corruption in "gpg -v --version".Werner Koch1-43/+40
2013-02-07gpg: Add pinentry-mode feature.Werner Koch1-1/+13