aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-20gpg: Add experimental support for an issuer fpr.Werner Koch1-13/+20
2016-06-13gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch1-0/+1
2016-06-13gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch1-12/+65
2016-06-06gpg: Implement --keyid-format=none.Werner Koch1-31/+16
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-30/+32
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-5/+4
2016-01-21gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch1-2/+2
2015-12-04Do not translate messages printed with log_debug.Werner Koch1-2/+3
2015-11-17Fix typos found using codespell.Justus Winter1-3/+3
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield1-11/+11
2015-10-26gpg: Do not call an extra get_validity if no-show-uid-validity is used.Werner Koch1-6/+25
2015-10-19gpg: Improve and regularize naming of signature checking functions.Neal H. Walfield1-4/+6
2015-10-18g10: Add TOFU support.Neal H. Walfield1-6/+24
2015-10-06gpg: Fail decryption for AES etc message w/o MDC.Werner Koch1-0/+16
2015-08-06gpg: Adjust UID line indentation for common key algos.Werner Koch1-1/+3
2015-05-19g10: detects public key encryption packet error properly.NIIBE Yutaka1-5/+3
2015-04-23gpg: Move all DNS access to Dirmngr.Werner Koch1-14/+24
2015-03-19gpg: Emit status line NEWSIG before signature verification starts.Werner Koch1-0/+2
2015-02-25gpg: Switch to a hash and CERT record based PKA system.Werner Koch1-1/+2
2015-02-25Move new mailbox.c source file to common/.Werner Koch1-0/+1
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-4/+4
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-26/+26
2015-01-05gpg: Remove unused args from a function.Werner Koch1-1/+1
2014-11-28gpg: Change another BUG() call to a regular error message.Werner Koch1-6/+11
2014-11-17gpg: Fix a NULL-deref for invalid input data.Werner Koch1-3/+8
2014-11-13gpg: Make the use of "--verify FILE" for detached sigs harder.Werner Koch1-0/+38
2014-11-13gpg: Re-indent two files.Werner Koch1-939/+1024
2014-11-13gpg: Remove PGP-2 related cruft.Werner Koch1-33/+8
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-1/+1
2014-08-14gpg: Disable an MD5 workaround for pgp2 by default.Werner Koch1-12/+15
2014-06-27po: Update the German (de) translationWerner Koch1-1/+1
2014-06-02gpg: Simplify default key listing.Werner Koch1-242/+178
2014-05-07gpg: Print the key algorithm/curve with signature info.Werner Koch1-2/+9
2014-05-07gpg: Fix memleak in signature verification of bogus keys.Werner Koch1-37/+35
2014-05-07gpg: Fix indendation of check_sig_and_print.Werner Koch1-332/+347
2014-03-27Change some keyedit functions to allow printing to arbitrary streams.Werner Koch1-3/+3
2014-02-05gpg: Change format for the key size in --list-key and --edit-key.Werner Koch1-3/+5
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-0/+1
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2013-12-11gpg: Change --show-session-key to print the session key earlier.Werner Koch1-10/+1
2013-10-04gpg: Limit the nesting level of I/O filters.Werner Koch1-30/+48
2013-10-02gpg: Fix bug with deeply nested compressed packets.Werner Koch1-9/+43
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-1/+1
2012-05-08Add tweaks for the not anymore patented IDEA algorithm.Werner Koch1-7/+0
2012-03-26Allow compress algorithm 0.Werner Koch1-3/+1
2011-09-20Replace gcry_md_start_debug by gcry_md_debug.Werner Koch1-4/+4
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-34/+34
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-2/+4
2010-10-20Make public key data structure easier to read.Werner Koch1-2/+2
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-17/+24