aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10: Fix regexp sanitization.NIIBE Yutaka2017-12-041-1/+5
* gpg: Fix export porting of zero length user ID packets.Werner Koch2017-03-301-2/+7
* gpg: Avoid publishing the GnuPG version by defaultDaniel Kahn Gillmor2016-08-091-1/+1
* g10: Fix checking key for signature validation.NIIBE Yutaka2016-08-041-2/+2
* gpgv: Tweak default options for extra security.NIIBE Yutaka2016-07-091-0/+2
* g10: Fix keysize with --expert.NIIBE Yutaka2016-07-061-2/+2
* g10: Fix --list-packets.NIIBE Yutaka2016-06-284-5/+4
* g10: Fix card-edit/fetch to use keyserver_fetch.NIIBE Yutaka2016-06-241-17/+7
* g10: Fix another race condition for trustdb access.Niibe Yutaka2016-06-141-2/+5
* gpg: Silence trustdb messages with --quiet.Werner Koch2016-03-311-6/+8
* g10: Make sure to have the directory for trustdb.NIIBE Yutaka2016-02-121-55/+63
* gpg: Silence a compiler warning.Werner Koch2015-10-011-4/+4
* gpg: Improve 'General key info' line of --card-status.NIIBE Yutaka2015-09-291-2/+4
* Release 2.0.29.gnupg-2.0.29Werner Koch2015-09-081-2/+3
* gpg: Print a new FAILURE status after most commands.Werner Koch2015-09-083-14/+88
* gpg: Avoid cluttering stdout with trustdb info in verbose mode.Werner Koch2015-09-081-1/+1
* gpg: Obsolete --no-sig-create-check.Werner Koch2015-09-013-7/+11
* g10: fix --card-status creating stub.NIIBE Yutaka2015-08-121-0/+1
* Don't segfault if the first 'auto-key-locate' option is 'clear'.Neal H. Walfield2015-07-161-0/+3
* gpg: Print PGP-2 fingerprint instead of all zeroes.Werner Koch2015-06-172-1/+9
* g10: Fix a race condition initially creating trustdb.NIIBE Yutaka2015-06-151-65/+56
* gpg: Consider that gcry_mpi_get_opaque may return NULL.Werner Koch2015-06-021-26/+35
* gpg: Fix segv due to NULL value stored as opaque MPI (BRANCH 2.0)Daniel Kahn Gillmor2015-06-022-8/+14
* g10: detects public key encryption packet error properly.NIIBE Yutaka2015-05-191-3/+3
* g10: Improve handling of no corresponding public key.NIIBE Yutaka2015-05-191-0/+12
* g10: fix cmp_public_key and cmp_secret_keys.NIIBE Yutaka2015-04-301-9/+15
* gpg: Emit status line NEWSIG before signature verification starts.Werner Koch2015-04-161-0/+2
* gpg: Fix DoS while parsing mangled secret key packets.Werner Koch2015-04-051-7/+43
* gpg: New command --list-gcrypt-config.Werner Koch2015-03-111-0/+10
* gpg: Remove left-over debug message.Werner Koch2015-02-261-3/+0
* 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