aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Remove an unused variable.Werner Koch2015-02-181-1/+0
* gpg: Print better diagnostics for keyserver operations.Werner Koch2015-02-185-22/+122
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-129-81/+63
* doc: Change remaining http links to gnupg.org to httpsWerner Koch2015-02-122-2/+2
* gpg: Prevent an invalid memory read using a garbled keyring.Werner Koch2015-02-121-3/+21
* gpg: Fix a NULL-deref in export due to invalid packet lengths.Werner Koch2015-02-121-1/+2
* gpg: Fix a NULL-deref due to empty ring trust packets.Werner Koch2015-02-121-3/+5
* gpg: Limit the size of key packets to a sensible value.Werner Koch2015-02-121-3/+18
* gpg: Allow predefined names as answer to the keygen.algo prompt.Werner Koch2015-01-281-10/+12
* gpg: Print a warning if the subkey expiration may not be what you want.Werner Koch2015-01-261-1/+59
* gpg: Fix possible read of unallocated memoryWerner Koch2015-01-131-4/+7
* gpg: release DEK soon after its use.NIIBE Yutaka2014-12-121-1/+1
* gpg: Fix use of uninit.value in listing sig subpkts.Werner Koch2014-11-241-1/+5
* gpg: Fix off-by-one read in the attribute subpacket parser.Werner Koch2014-11-241-0/+8
* gpg: Fix a NULL-deref for invalid input data.Werner Koch2014-11-241-3/+9
* gpg: Make the use of "--verify FILE" for detached sigs harder.Werner Koch2014-11-144-40/+116
* gpg: Add import option "keep-ownertrust".Werner Koch2014-11-122-2/+14
* gpg: Show v3 key fingerprints as all zero.Werner Koch2014-10-111-1/+1
* gpg: Avoid using cached MD5 signature status.Werner Koch2014-10-114-125/+145
* gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor2014-10-033-3/+25
* 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