aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-19w32: Avoid warning when using newer mingw versions.Werner Koch1-1/+1
2015-12-19gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor6-15/+70
2015-12-19gpg: Reject signatures made with MD5.Werner Koch3-0/+24
2015-12-17gpg: Change default cipher for --symmetric from CAST5 to AES-128.Werner Koch2-7/+10
2015-12-17Pass DBUS_SESSION_BUS_ADDRESS for gnome3Daniel Kahn Gillmor1-0/+9
2015-11-20gpg: Avoid cluttering stdout with trustdb info in verbose mode.Werner Koch1-1/+1
2015-10-01gpg: Silence a compiler warning.Werner Koch1-4/+4
2015-09-01Obsolete option --no-sig-create-check.Werner Koch3-8/+6
2015-06-16g10: Fix a race condition initially creating trustdb.NIIBE Yutaka1-3/+3
2015-06-15g10: Fix a race condition initially creating trustdb.NIIBE Yutaka1-65/+56
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-8/+14
2015-04-05gpg: Fix DoS while parsing mangled secret key packets.Werner Koch1-7/+43
2015-03-28gpg: Remove left-over debug message.Werner Koch1-3/+0
2015-02-27Release 1.4.19.gnupg-1.4.19Werner Koch1-3/+2
2015-02-26Switch to a hash and CERT record based PKA system.Werner Koch3-8/+10
2015-02-26Move two functions from g10/ to util/.Werner Koch2-50/+0
2015-02-26Allow requesting only an IPGP certtype with dns_cert().Werner Koch1-1/+1
2015-02-23Protect against NULL return of mpi_get_opaque.Werner Koch1-5/+12
2015-02-23gpg: Fix segv due to NULL value stored as opaque MPIDaniel Kahn Gillmor2-4/+10
2015-02-23gpg: Remove an unused variable.Werner Koch1-1/+0
2015-02-23gpg: Print better diagnostics for keyserver operations.Werner Koch5-22/+125
2015-02-23Use inline functions to convert buffer data to scalars.Werner Koch11-96/+78
2015-02-23doc: Change remaining http links to gnupg.org to httpsWerner Koch2-3/+3
2015-02-23gpg: Prevent an invalid memory read using a garbled keyring.Werner Koch1-3/+21
2015-02-23gpg: Fix a NULL-deref in export due to invalid packet lengths.Werner Koch1-1/+2
2015-02-23gpg: Fix a NULL-deref due to empty ring trust packets.Werner Koch1-3/+7
2015-02-23gpg: Limit the size of key packets to a sensible value.Werner Koch1-2/+28
2015-02-23gpg: Allow predefined names as answer to the keygen.algo prompt.Werner Koch1-11/+13
2015-02-23gpg: Print a warning if the subkey expiration may not be what you want.Werner Koch1-0/+58
2015-01-13gpg: Fix possible read of unallocated memoryWerner Koch1-4/+7
2015-01-09scd: Fix possibly inhibited checkpin of the admin pin.Werner Koch1-1/+1
2015-01-08scd: fix get_public_key for OpenPGPcard v1.0.Joshua Rogers1-1/+1
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-2/+7
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-2/+8
2014-11-14gpg: Make the use of "--verify FILE" for detached sigs harder.Werner Koch4-38/+113
2014-11-12gpg: Add import option "keep-ownertrust".Werner Koch2-2/+14
2014-10-03gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor3-3/+25
2014-09-29Allow use of --debug-level=LEVEL without '='.Werner Koch1-1/+1
2014-08-20gpg: Allow compressed data with algorithm 0.Werner Koch1-4/+1
2014-08-06gpg: Fix regression due to the keyserver import filter.Werner Koch3-42/+58
2014-08-06Add kbnode_t for easier backporting.Werner Koch1-0/+1
2014-06-30Limit keysize for unattended key generation to useful values.Werner Koch1-2/+10
2014-06-30Make screening of keyserver result work with multi-key commands.Werner Koch1-23/+45
2014-06-23Fix syntax error introduced with 60bd6488Werner Koch1-3/+4
2014-06-23Screen keyserver responses.Stefan Tomanek3-39/+116
2014-06-23Print hash algorithm in sig recordsWerner Koch1-6/+2