summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* agent: Implement new protection mode openpgp-s2k3-ocb-aes.Werner Koch2016-04-129-138/+374
* doc: Note that the persistant passphrase format is unimplemented.Werner Koch2016-04-122-1/+3
* indent: Help Emacs not to get confused by conditional compilation.Werner Koch2016-04-122-1/+4
* doc: Point to RFC-4880 for keyedit subcommand "tsign".Werner Koch2016-04-121-1/+2
* g10: Fix exporting secret keys of certain sizes.Justus Winter2016-04-071-1/+1
* g10: Fix typo.Justus Winter2016-04-071-1/+1
* doc: Update help.ru.txtIneiev2016-04-061-107/+226
* Revert "g10: Support armored keyrings in gpgv."Justus Winter2016-04-066-137/+10
* dirmngr: Autodetect PEM format in dirmngr-client.Justus Winter2016-04-051-13/+30
* build: Fix for: Build gpgcompose only in maintainer modeWerner Koch2016-04-051-1/+2
* doc: Install gpg and gpgv man pages under the correct name.Werner Koch2016-04-054-31/+81
* build: Build gpgcompose only in maintainer modeWerner Koch2016-04-052-1/+3
* gpg: Replace use of "gpg2" by GPG_NAMEWerner Koch2016-04-053-15/+16
* Now build "gpg" binary but install as "gpg2"Werner Koch2016-04-0410-31/+87
* tests: Add missing file.Werner Koch2016-04-041-0/+1
* g10: Support armored keyrings in gpgv.Justus Winter2016-04-046-10/+137
* tests: Fix default key test.Justus Winter2016-04-041-2/+2
* po: Fix misleading german translation.Justus Winter2016-04-011-2/+1
* build: Check for conflicting trust model options.Justus Winter2016-04-011-1/+4
* g10: Remove option --always-trust if compiled without trust models.Justus Winter2016-04-011-0/+2
* speedo,w32: Build libsqlite3.Justus Winter2016-03-311-1/+3
* g10: Use gpg-error abstraction of sched_yield.Justus Winter2016-03-311-2/+1
* gpg: Fix NULL-segv for missing tofu DB.Werner Koch2016-03-291-1/+2
* gpg: Improve message when asking for key capabilities.Werner Koch2016-03-221-5/+7
* gpg: Remove the extra prompt for Curve25519.Werner Koch2016-03-221-34/+30
* gpg: Silence trustdb computation with --quiet.Werner Koch2016-03-191-8/+11
* sm: Always create a keybox header when creating a new keybox.Werner Koch2016-03-171-0/+12
* doc: Improve documentation of --enable-large-rsa.Neal H. Walfield2016-03-171-4/+6
* agent: allow removal of the shadowed key.NIIBE Yutaka2016-03-171-1/+1
* g10: Add const qualifier.NIIBE Yutaka2016-03-161-2/+2
* gpg: Do not rely on a certain evaluation order.Werner Koch2016-03-151-1/+5
* scd: Add manufacturer id 0x000aWerner Koch2016-03-141-0/+1
* g10: Silence message if --quiet is given.Kevin J. McCarthy2016-03-101-1/+1
* gpg: Add a new test.Neal H. Walfield2016-03-083-2/+616
* sm: Implement pinentry loopback and reading passphrases from fd.Justus Winter2016-03-077-20/+237
* sm: Remove unused argument '--fixed-passphrase'.Justus Winter2016-03-073-10/+0
* kbx: Avoid undefined behavior.Justus Winter2016-03-071-1/+1
* scd: Bug fix for a device with multiple interfaces.NIIBE Yutaka2016-03-071-2/+3
* build: Make libusb a hard requirement if the ccid driver is requested.Justus Winter2016-03-041-3/+16
* g10: Drop superfluous declaration.Justus Winter2016-03-041-1/+0
* g10: Guard code against errors.Justus Winter2016-03-041-7/+8
* doc: Drop superfluous 'is'.Justus Winter2016-03-041-1/+1
* dirmngr: Add more missing CFLAGS.Justus Winter2016-03-031-2/+2
* tests/openpgp: Skip gpgtar test if it has not been built.Justus Winter2016-03-031-0/+6
* gpg: Add new program gpgcompose.Neal H. Walfield2016-03-025-5/+3061
* gpg: More robustly detect valid non-armored OpenPGP messages.Neal H. Walfield2016-03-021-13/+54
* common: Provide a function for mapping packet types to strings.Neal H. Walfield2016-03-021-0/+28
* gpg: Rename pop_filter to iobuf_pop_filter and export it.Neal H. Walfield2016-03-022-11/+19
* gpg: Split write_pubkey_enc_from_list.Neal H. Walfield2016-03-022-61/+73
* gpg: Allow the caller to write the contents of a plaintext packet.Neal H. Walfield2016-03-021-8/+16