summaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Enable the Issuer Fingerprint from rfc4880bisWerner Koch2016-10-281-2/+1
* gpg: Verify multiple detached signatures with different hash algos.Werner Koch2016-10-271-5/+23
* Fix typos.Justus Winter2016-10-271-1/+1
* gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch2016-10-271-8/+7
* Fix more spellingDaniel Kahn Gillmor2016-09-171-1/+1
* g10: Don't include the signature when printing a binding's validity.Neal H. Walfield2016-09-151-2/+2
* gpg: Make --output work with --verify.Werner Koch2016-09-081-1/+6
* gpg: Simplify code to print VALIDSIG.Werner Koch2016-09-011-29/+20
* gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch2016-09-011-57/+73
* gpg: Copy the correct digest for use by TOFU.Werner Koch2016-09-011-1/+1
* g10: When showing a user id's trust, pass the current signature.Neal H. Walfield2016-08-301-1/+1
* gpg: Print the signer's UID during verification.Werner Koch2016-08-101-2/+30
* gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch2016-08-081-3/+3
* g10: Fix memory leak.Justus Winter2016-06-301-2/+0
* g10: Fix --list-packets.NIIBE Yutaka2016-06-281-1/+1
* gpg: Add experimental support for an issuer fpr.Werner Koch2016-06-201-13/+20
* gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch2016-06-131-0/+1
* gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch2016-06-131-12/+65
* gpg: Implement --keyid-format=none.Werner Koch2016-06-061-31/+16
* gpg: Pass CTRL object down to the trust functionsWerner Koch2016-05-211-30/+32
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-5/+4
* gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch2016-01-211-2/+2
* Do not translate messages printed with log_debug.Werner Koch2015-12-041-2/+3
* Fix typos found using codespell.Justus Winter2015-11-171-3/+3
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-041-11/+11
* gpg: Do not call an extra get_validity if no-show-uid-validity is used.Werner Koch2015-10-261-6/+25
* gpg: Improve and regularize naming of signature checking functions.Neal H. Walfield2015-10-191-4/+6
* g10: Add TOFU support.Neal H. Walfield2015-10-181-6/+24
* gpg: Fail decryption for AES etc message w/o MDC.Werner Koch2015-10-061-0/+16
* gpg: Adjust UID line indentation for common key algos.Werner Koch2015-08-061-1/+3
* g10: detects public key encryption packet error properly.NIIBE Yutaka2015-05-191-5/+3
* gpg: Move all DNS access to Dirmngr.Werner Koch2015-04-231-14/+24
* gpg: Emit status line NEWSIG before signature verification starts.Werner Koch2015-03-191-0/+2
* gpg: Switch to a hash and CERT record based PKA system.Werner Koch2015-02-251-1/+2
* Move new mailbox.c source file to common/.Werner Koch2015-02-251-0/+1
* gpg: Replace remaining uses of stdio by estream.Werner Koch2015-02-191-4/+4
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-26/+26
* gpg: Remove unused args from a function.Werner Koch2015-01-051-1/+1
* gpg: Change another BUG() call to a regular error message.Werner Koch2014-11-281-6/+11
* gpg: Fix a NULL-deref for invalid input data.Werner Koch2014-11-171-3/+8
* gpg: Make the use of "--verify FILE" for detached sigs harder.Werner Koch2014-11-131-0/+38
* gpg: Re-indent two files.Werner Koch2014-11-131-939/+1024
* gpg: Remove PGP-2 related cruft.Werner Koch2014-11-131-33/+8
* Use a unique capitalization for "Note:".Werner Koch2014-10-101-1/+1
* gpg: Disable an MD5 workaround for pgp2 by default.Werner Koch2014-08-141-12/+15
* po: Update the German (de) translationWerner Koch2014-06-271-1/+1
* gpg: Simplify default key listing.Werner Koch2014-06-021-242/+178
* gpg: Print the key algorithm/curve with signature info.Werner Koch2014-05-071-2/+9
* gpg: Fix memleak in signature verification of bogus keys.Werner Koch2014-05-071-37/+35