aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: Avoid check gpg --version during make distcheck.Werner Koch2017-07-191-0/+9
* indent: Fix indentation of an if block.Werner Koch2017-07-191-18/+18
* gpg: Fix memory leak.NIIBE Yutaka2017-07-071-0/+1
* g10: Fix secmem leak.Ineiev2017-05-101-12/+12
* gpg: Fix exporting of zero length user ID packets.Werner Koch2017-03-301-1/+6
* gpg: Add dummy option --with-subkey-fingerprint.Werner Koch2016-08-171-0/+5
* gpg: Avoid publishing the GnuPG version by defaultDaniel Kahn Gillmor2016-08-091-1/+1
* Fix spelling: "occured" should be "occurred"Daniel Kahn Gillmor2016-08-042-2/+2
* 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 another race condition for trustdb access.Niibe Yutaka2016-06-151-2/+5
* g10: Make sure to have the directory for trustdb.NIIBE Yutaka2016-02-121-45/+52
* g10: Fix iobuf API of filter function for alignment.NIIBE Yutaka2016-01-2610-11/+11
* 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