aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gpg: Make the use of "--verify FILE" for detached sigs harder.Werner Koch2014-11-145-48/+130
* gpg: Add import option "keep-ownertrust".Werner Koch2014-11-123-2/+23
* doc: Minor fixWerner Koch2014-10-031-1/+1
* mpi: Fix compiler warning.Werner Koch2014-10-031-2/+2
* gpg: Add build and runtime support for larger RSA keysDaniel Kahn Gillmor2014-10-035-3/+50
* doc: Cleanup gpg.texi.Werner Koch2014-09-292-326/+14
* doc: Final update from master (gnupg 2.1)Werner Koch2014-09-293-44/+218
* Allow use of --debug-level=LEVEL without '='.Werner Koch2014-09-292-1/+3
* mpi: Improve mpi_invm to detect bad input.Werner Koch2014-09-111-0/+5
* mpi: Suppress set-but-unused-variables warnings.Werner Koch2014-08-203-3/+13
* Fix strict-alias warnings for rijndael.cWerner Koch2014-08-201-19/+19
* gpg: Allow compressed data with algorithm 0.Werner Koch2014-08-201-4/+1