aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-27gpg: Use sigdescr_np for newer GNU C library.NIIBE Yutaka1-1/+6
2018-06-08gpg: Sanitize diagnostic with the original file name.Werner Koch1-1/+5
2018-04-13g10: Push compress filter only if compressed.NIIBE Yutaka1-5/+8
2017-12-04g10: Fix regexp sanitization.NIIBE Yutaka1-1/+7
2017-07-19build: Avoid check gpg --version during make distcheck.Werner Koch1-0/+9
2017-07-19indent: Fix indentation of an if block.Werner Koch1-18/+18
2017-07-07gpg: Fix memory leak.NIIBE Yutaka1-0/+1
2017-05-10g10: Fix secmem leak.Ineiev1-12/+12
2017-03-30gpg: Fix exporting of zero length user ID packets.Werner Koch1-1/+6
2016-08-17gpg: Add dummy option --with-subkey-fingerprint.Werner Koch1-0/+5
2016-08-09gpg: Avoid publishing the GnuPG version by defaultDaniel Kahn Gillmor1-1/+1
2016-08-04Fix spelling: "occured" should be "occurred"Daniel Kahn Gillmor2-2/+2
2016-08-04g10: Fix checking key for signature validation.NIIBE Yutaka1-2/+2
2016-07-09gpgv: Tweak default options for extra security.NIIBE Yutaka1-0/+2
2016-07-06g10: Fix keysize with --expert.NIIBE Yutaka1-2/+2
2016-06-28g10: Fix --list-packets.NIIBE Yutaka4-5/+4
2016-06-15g10: Fix another race condition for trustdb access.Niibe Yutaka1-2/+5
2016-02-12g10: Make sure to have the directory for trustdb.NIIBE Yutaka1-45/+52
2016-01-26g10: Fix iobuf API of filter function for alignment.NIIBE Yutaka10-11/+11
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