aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-13common, g10: Fix enumeration types.NIIBE Yutaka1-10/+13
2017-03-20gpg: Add new field no 18 to the colon listing.Werner Koch1-1/+89
2017-03-07Remove -I option to common.NIIBE Yutaka1-4/+4
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-11-15gpg: Add new compliance mode "de-vs".Werner Koch1-0/+5
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-2/+0
2016-01-19gpg: Add function print_further_info.Werner Koch1-0/+21
2016-01-18gpg: Minor string changes.Werner Koch1-2/+2
2015-12-15gpg: New function to printed a detailed error code.Werner Koch1-0/+25
2015-12-03gpg: Change some error messages.Werner Koch1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-4/+4
2015-10-30common: Add separate header for zb32.c.Werner Koch1-0/+1
2015-10-26gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor1-26/+25
2015-10-19gpg: Print warning when rejecting weak digestsDaniel Kahn Gillmor1-2/+2
2015-10-19gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor1-3/+48
2015-06-17agent: Print a warning for obsolete options.Werner Koch1-13/+0
2015-03-16gpg: Allow printing of MPI values in --list-mode.Werner Koch1-7/+8
2015-02-24gpg: Add function to extract the mailbox.Werner Koch1-75/+0
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-2/+2
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-10/+0
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-1/+1
2014-12-15gpg: Fix regression in notation data regression.Werner Koch1-9/+9
2014-10-09gpg: Sync keylist output and warning messages.Werner Koch1-2/+10
2014-10-02gpg: Fix regression removing SHA256.Werner Koch1-4/+0
2014-09-25gpg: Do not always print dashes in obsolete_option.Werner Koch1-4/+5
2014-09-25gpg: Warn about (but don't fail) on scdaemon options in gpg.conf.Daniel Kahn Gillmor1-0/+14
2014-08-14gpg: Disable an MD5 workaround for pgp2 by default.Werner Koch1-0/+15
2014-08-14gpg: Remove options --pgp2 and --rfc1991.Werner Koch1-10/+0
2014-07-23gpg: Add command --quick-gen-keyWerner Koch1-0/+14
2014-06-02gpg: Avoid NULL-deref in default key listing.Werner Koch1-33/+41
2014-05-07gpg: Mark experimental algorithms in the key listing.Werner Koch1-2/+2
2014-04-17gpg: New %U expando for the photo viewer.Werner Koch1-0/+17
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3
2014-02-07gpg: Avoid compiler warnings for disabled algos.Werner Koch1-1/+63
2014-01-31gpg: Add configure options to disable algorithmsWerner Koch1-20/+43
2014-01-31gpg: Improve --version algo info output.Werner Koch1-3/+3
2014-01-31gpg: Start using OpenPGP digest algo ids.Werner Koch1-14/+51
2014-01-31gpg: Use only OpenPGP cipher algo ids.Werner Koch1-24/+74
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-111/+107
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-7/+7
2012-05-08Add tweaks for the not anymore patented IDEA algorithm.Werner Koch1-18/+0
2012-01-11gpg: Fix segv with RSA_S keys.Werner Koch1-0/+8
2011-03-03Minor code cleanups.Werner Koch1-7/+5
2011-02-03Relax mailbox name checking. Fixes bug#1315.Werner Koch1-41/+40
2011-01-31Move OpenPGP OID helpers to common/.Werner Koch1-201/+0
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch1-26/+278
2011-01-26Function name cleanupsWerner Koch1-88/+4
2011-01-25Started with some code cleanups in ECDH.Werner Koch1-1/+1
2011-01-21Make most of the selftests work.Werner Koch1-19/+1