aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gpg: Fix indendation of check_sig_and_print.Werner Koch2014-05-071-332/+347
* Change some keyedit functions to allow printing to arbitrary streams.Werner Koch2014-03-271-3/+3
* gpg: Change format for the key size in --list-key and --edit-key.Werner Koch2014-02-051-3/+5
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-0/+1
* gpg: Remove cipher.h and put algo ids into a common file.Werner Koch2014-01-291-1/+0
* gpg: Change --show-session-key to print the session key earlier.Werner Koch2013-12-111-10/+1
* gpg: Limit the nesting level of I/O filters.Werner Koch2013-10-041-30/+48
* gpg: Fix bug with deeply nested compressed packets.Werner Koch2013-10-021-9/+43
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* Add tweaks for the not anymore patented IDEA algorithm.Werner Koch2012-05-081-7/+0
* Allow compress algorithm 0.Werner Koch2012-03-261-3/+1
* Replace gcry_md_start_debug by gcry_md_debug.Werner Koch2011-09-201-4/+4
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-34/+34
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-2/+4
* Make public key data structure easier to read.Werner Koch2010-10-201-2/+2
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-17/+24