aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-31gpg: Silence trustdb messages with --quiet.Werner Koch1-6/+8
2016-02-12g10: Make sure to have the directory for trustdb.NIIBE Yutaka1-55/+63
2015-10-01gpg: Silence a compiler warning.Werner Koch1-4/+4
2015-09-29gpg: Improve 'General key info' line of --card-status.NIIBE Yutaka1-2/+4
2015-09-08Release 2.0.29.gnupg-2.0.29Werner Koch1-2/+3
2015-09-08gpg: Print a new FAILURE status after most commands.Werner Koch3-14/+88
2015-09-08gpg: Avoid cluttering stdout with trustdb info in verbose mode.Werner Koch1-1/+1
2015-09-01gpg: Obsolete --no-sig-create-check.Werner Koch3-7/+11
2015-08-12g10: fix --card-status creating stub.NIIBE Yutaka1-0/+1
2015-07-16Don't segfault if the first 'auto-key-locate' option is 'clear'.Neal H. Walfield1-0/+3
2015-06-17gpg: Print PGP-2 fingerprint instead of all zeroes.Werner Koch2-1/+9
2015-06-15g10: Fix a race condition initially creating trustdb.NIIBE Yutaka1-65/+56
2015-06-02gpg: Consider that gcry_mpi_get_opaque may return NULL.Werner Koch1-26/+35
2015-06-02gpg: Fix segv due to NULL value stored as opaque MPI (BRANCH 2.0)Daniel Kahn Gillmor2-8/+14
2015-05-19g10: detects public key encryption packet error properly.NIIBE Yutaka1-3/+3
2015-05-19g10: Improve handling of no corresponding public key.NIIBE Yutaka1-0/+12
2015-04-30g10: fix cmp_public_key and cmp_secret_keys.NIIBE Yutaka1-9/+15
2015-04-16gpg: Emit status line NEWSIG before signature verification starts.Werner Koch1-0/+2
2015-04-05gpg: Fix DoS while parsing mangled secret key packets.Werner Koch1-7/+43
2015-03-11gpg: New command --list-gcrypt-config.Werner Koch1-0/+10
2015-02-26gpg: Remove left-over debug message.Werner Koch1-3/+0
2015-02-18gpg: Remove an unused variable.Werner Koch1-1/+0
2015-02-18gpg: Print better diagnostics for keyserver operations.Werner Koch5-22/+122
2015-02-12Use inline functions to convert buffer data to scalars.Werner Koch9-81/+63
2015-02-12doc: Change remaining http links to gnupg.org to httpsWerner Koch2-2/+2
2015-02-12gpg: Prevent an invalid memory read using a garbled keyring.Werner Koch1-3/+21
2015-02-12gpg: Fix a NULL-deref in export due to invalid packet lengths.Werner Koch1-1/+2
2015-02-12gpg: Fix a NULL-deref due to empty ring trust packets.Werner Koch1-3/+5
2015-02-12gpg: Limit the size of key packets to a sensible value.Werner Koch1-3/+18
2015-01-28gpg: Allow predefined names as answer to the keygen.algo prompt.Werner Koch1-10/+12
2015-01-26gpg: Print a warning if the subkey expiration may not be what you want.Werner Koch1-1/+59
2015-01-13gpg: Fix possible read of unallocated memoryWerner Koch1-4/+7
2014-12-12gpg: release DEK soon after its use.NIIBE Yutaka1-1/+1
2014-11-24gpg: Fix use of uninit.value in listing sig subpkts.Werner Koch1-1/+5
2014-11-24gpg: Fix off-by-one read in the attribute subpacket parser.Werner Koch1-0/+8
2014-11-24gpg: Fix a NULL-deref for invalid input data.Werner Koch1-3/+9
2014-11-14gpg: Make the use of "--verify FILE" for detached sigs harder.Werner Koch4-40/+116
2014-11-12gpg: Add import option "keep-ownertrust".Werner Koch2-2/+14
2014-10-11gpg: Show v3 key fingerprints as all zero.Werner Koch1-1/+1
2014-10-11gpg: Avoid using cached MD5 signature status.Werner Koch4-125/+145
2014-10-03gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor3-3/+25
2014-10-02gpg: --compress-sigs and --compress-keys are not no-ops in 2.0Daniel Kahn Gillmor1-2/+0
2014-10-02gpg: Avoid duplicate declaration of {no-,}sk-comments noops.Daniel Kahn Gillmor1-3/+0
2014-09-27gpg: Default to SHA-256 for all signature types on RSA keys.Werner Koch2-2/+2
2014-09-26gpg: Add shortcut for setting key capabilities.Werner Koch1-1/+17
2014-09-25gpg: Warn about (but don't fail) on scdaemon options in gpg.conf.Daniel Kahn Gillmor3-4/+48
2014-09-03gpg: Need to init the trustdb for import.Kristian Fiskerstrand1-0/+2
2014-08-26gpg: Allow for positional parameters in the passphrase prompt.Werner Koch1-23/+12
2014-08-12Remove trailing white space from two files.Werner Koch1-8/+8
2014-08-06gpg: Fix regression due to the keyserver import filter.Werner Koch3-34/+49