aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Change remaining http links to gnupg.org to httpsWerner Koch2015-02-233-4/+4
* 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-232-11/+43
* gpg: Print a warning if the subkey expiration may not be what you want.Werner Koch2015-02-231-0/+58
* Use ciphertext blinding for Elgamal decryption.Werner Koch2015-02-111-14/+49
* Update automake helper files.Werner Koch2015-01-1910-1128/+1565
* Modernize to automake 1.14.Werner Koch2015-01-198-37/+37
* Fix a problem with select and high fds.Werner Koch2015-01-192-15/+22
* doc: Formatting fixes.Werner Koch2015-01-131-9/+16
* avoid future chance of using uninitialized memoryDaniel Kahn Gillmor2015-01-131-1/+1
* doc: Fix memory leak in yat2m.Werner Koch2015-01-131-0/+1
* 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
* doc: Do not install gnupg.7Werner Koch2014-11-241-1/+4
* 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