aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-12gpg: 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
2013-01-07New function log_clock.Werner Koch1-2/+7
2012-12-27gpg: First patches to support a keybox storage backend.Werner Koch1-8/+5
2012-08-24Fix typos spotted during translationsDavid Prévot1-2/+2
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-36/+36
2012-05-08Add tweaks for the not anymore patented IDEA algorithm.Werner Koch1-5/+0
2012-03-27Print warning for arguments not considered an option.Werner Koch1-2/+12
2012-02-06common: Add a global variable to for the default error source.Werner Koch1-0/+1
2011-11-06Allow creating subkeys using an existing keyWerner Koch1-2/+2
2011-09-28Add a flag parameter to dotlock_create.Werner Koch1-1/+1
2011-09-23Renamed the lock functions.Werner Koch1-2/+2
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-97/+97
2011-02-02Sample ECC keys and message do now work.Werner Koch1-0/+3
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-1/+1
2011-01-18Keyserver search and get basically works again.Werner Koch1-5/+5
2011-01-10Initial code checking for backup - not yet working.Werner Koch1-17/+18