aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 1.4.20gnupg-1.4.20Werner Koch2015-12-193-12/+43
* w32: Avoid warning when using newer mingw versions.Werner Koch2015-12-191-1/+1
* po: Auto-updateWerner Koch2015-12-1928-360/+663
* po: Update German translationWerner Koch2015-12-191-14/+23
* po: Update Russian translationIneiev2015-12-191-6/+4
* gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor2015-12-198-18/+92
* gpg: Reject signatures made with MD5.Werner Koch2015-12-195-1/+33
* gpg: Change default cipher for --symmetric from CAST5 to AES-128.Werner Koch2015-12-173-8/+11
* 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
* po: Update Japanese translation.NIIBE Yutaka2015-09-171-1975/+1482
* po: Fix Spanish translationNIIBE Yutaka2015-09-081-1/+1
* Obsolete option --no-sig-create-check.Werner Koch2015-09-015-15/+19
* 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-302-8/+30
* 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
* Post release updatesWerner Koch2015-02-272-1/+4
* Release 1.4.19.gnupg-1.4.19Werner Koch2015-02-275-17/+39
* po: Auto-updateWerner Koch2015-02-2729-200/+543
* po: Update German translationWerner Koch2015-02-271-6/+19
* po: Update French translationDavid Prévot2015-02-261-72/+70
* po: Update Czech translationRoman Pavlik2015-02-261-1488/+1463
* po: Update Dutch translationFrans Spiesschaert2015-02-261-1388/+1488
* po: Update Spanish translationManuel \"Venturi\" Porras Peralta2015-02-261-1226/+1248
* po: Update Polish translationJakub Bogusz2015-02-261-1164/+1140
* po: Update Russian translationIneiev2015-02-261-948/+935
* po: Update Ukrainian translationYuri Chornoivan2015-02-261-10/+15
* po: Update Italian translation.Milo Casagrande2015-02-261-2579/+1699
* Update Chinese (traditional) translationJedi Lin2015-02-261-31/+12
* Fix for building without DNS support.Werner Koch2015-02-261-2/+2
* po,intl: Update to 0.19.3.Werner Koch2015-02-2699-1926/+2720
* Switch to a hash and CERT record based PKA system.Werner Koch2015-02-267-224/+226
* Move two functions from g10/ to util/.Werner Koch2015-02-263-50/+50
* Add new function strconcat.Werner Koch2015-02-262-27/+90
* Add convenience function to hash a buffer.Werner Koch2015-02-262-1/+19
* Allow requesting only an IPGP certtype with dns_cert().Werner Koch2015-02-263-7/+9
* doc: Fix name of keep-ownertrust.Werner Koch2015-02-261-1/+1
* mpi: Avoid data-dependent timing variations in mpi_powm.NIIBE Yutaka2015-02-263-40/+82
* doc: Add warning note about not acting as an oracle to --batch.Werner Koch2015-02-231-6/+17
* 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
* curl-shim: clean up varargsDaniel Kahn Gillmor2015-02-231-0/+2
* 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-2312-106/+148