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