aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: --compress-sigs and --compress-keys are not no-ops in 2.0Daniel Kahn Gillmor2014-10-021-2/+0
* gpg: Avoid duplicate declaration of {no-,}sk-comments noops.Daniel Kahn Gillmor2014-10-021-3/+0
* gpg: Default to SHA-256 for all signature types on RSA keys.Werner Koch2014-09-272-2/+2
* gpg: Add shortcut for setting key capabilities.Werner Koch2014-09-261-1/+17
* gpg: Warn about (but don't fail) on scdaemon options in gpg.conf.Daniel Kahn Gillmor2014-09-253-4/+48
* gpg: Need to init the trustdb for import.Kristian Fiskerstrand2014-09-031-0/+2
* gpg: Allow for positional parameters in the passphrase prompt.Werner Koch2014-08-261-23/+12
* Remove trailing white space from two files.Werner Koch2014-08-121-8/+8
* gpg: Fix regression due to the keyserver import filter.Werner Koch2014-08-063-34/+49
* gpg: Add kbnode_t for easier backporting.Werner Koch2014-08-061-0/+1
* Add OpenPGP card manufacturer Yubico (6).Simon Josefsson2014-07-211-0/+1
* gpg: Cap size of attribute packets at 16MB.Werner Koch2014-07-211-1/+12
* gpg: Limit keysize for unattended key generation to useful values.Werner Koch2014-06-271-2/+12
* gpg: Make screening of keyserver result work with multi-key commands.Werner Koch2014-06-251-23/+45
* gpg: Fix a couple of spelling errorsKristian Fiskerstrand2014-06-241-2/+2
* gpg: Do not link gpgv against libassuan.Werner Koch2014-06-241-1/+1
* Improve configure option --with-libgpg-error-prefixWerner Koch2014-06-241-1/+1
* gpg: Use more specific reason codes for INV_RECP.Werner Koch2014-06-241-5/+13
* gpg: Make show-uid-validity the default.Werner Koch2014-06-241-0/+2
* gpg: Screen keyserver responses.Stefan Tomanek2014-06-243-80/+164
* gpg: Allow key-to-card upload for cert-only keysWerner Koch2014-06-241-47/+47
* gpg: Avoid infinite loop in uncompressing garbled packets.Werner Koch2014-06-201-8/+11
* gpg: New %U expando for the photo viewer.Werner Koch2014-06-033-5/+24
* gpg: Reject signatures made with MD5.Werner Koch2014-06-033-0/+24
* gpg: Remove useless diagnostic in MDC verification.Werner Koch2014-06-031-8/+4
* gpg: Fix glitch entering a full expiration time.Werner Koch2014-06-031-1/+2
* gpg: Graceful skip reading of corrupt MPIs.Werner Koch2014-06-021-5/+17
* gpg: Simplify default key listing.Werner Koch2014-06-021-84/+49
* gpg: Fix bug parsing a zero length user id.Werner Koch2014-06-021-20/+28
* gpg: Print a warning if GKR has hijacked gpg-agent.Werner Koch2014-04-221-34/+91
* gpg: Fix use of deprecated RSA_E and RSA_E with newer libgcrypts.Werner Koch2014-04-161-1/+15
* gpg: Change --show-session-key to print the session key earlier.Werner Koch2013-12-114-48/+80
* gpg: Change armor Version header to emit only the major version.Werner Koch2013-11-273-20/+40
* gpg: Do not require a trustdb with --always-trust.Werner Koch2013-10-114-101/+135
* gpg: Fix --version output and explicitly disable ECC.Werner Koch2013-10-1110-75/+105
* gpg: Print a "not found" message for an unknown key in --key-edit.Werner Koch2013-10-041-0/+4
* gpg: Kludge not to bail out on ECC if build with Libgcrypt 1.6.Werner Koch2013-10-041-7/+36
* gpg: Protect against rogue keyservers sending secret keys.Werner Koch2013-10-043-10/+22
* gpg: Allow setting of all zero key flagsDaniel Kahn Gillmor2013-10-041-3/+0
* gpg: Distinguish between missing and cleared key flags.Werner Koch2013-10-041-1/+7
* Remove trailing white space from some files.Daniel Kahn Gillmor2013-10-042-216/+216
* gpg: Limit the nesting level of I/O filters.Werner Koch2013-10-041-30/+48
* gpg: Fix bug with deeply nested compressed packets.Werner Koch2013-10-021-9/+43
* gpg: Use 2048 as the default keysize in batch mode.Werner Koch2013-08-301-7/+7
* gpgv: Init Libgcrypt to avoid syslog warning.Werner Koch2013-08-191-4/+13
* gpg: Remove legacy keyserver examples from the template conf file.Werner Koch2013-08-061-9/+2
* gpg: No need to create a trustdb when encrypting with --always-trust.Werner Koch2013-08-021-7/+20
* w32: Add icons and version information.Ian Abbott2013-05-072-3/+56
* Fix a typo and a wrong code indentation.Jedi2013-04-251-2/+2
* w32: Almost everywhere include winsock2.h before windows.h.Werner Koch2013-04-234-106/+118