summaryrefslogtreecommitdiffstats
path: root/g10/misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-2/+0
* gpg: Add function print_further_info.Werner Koch2016-01-191-0/+21
* gpg: Minor string changes.Werner Koch2016-01-181-2/+2
* gpg: New function to printed a detailed error code.Werner Koch2015-12-151-0/+25
* gpg: Change some error messages.Werner Koch2015-12-031-1/+1
* Fix typos found using codespell.Justus Winter2015-11-171-4/+4
* common: Add separate header for zb32.c.Werner Koch2015-10-301-0/+1
* gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor2015-10-261-26/+25
* gpg: Print warning when rejecting weak digestsDaniel Kahn Gillmor2015-10-191-2/+2
* gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor2015-10-191-3/+48
* agent: Print a warning for obsolete options.Werner Koch2015-06-171-13/+0
* gpg: Allow printing of MPI values in --list-mode.Werner Koch2015-03-161-7/+8
* gpg: Add function to extract the mailbox.Werner Koch2015-02-241-75/+0
* gpg: Replace remaining uses of stdio by estream.Werner Koch2015-02-191-2/+2
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-10/+0
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-1/+1
* gpg: Fix regression in notation data regression.Werner Koch2014-12-151-9/+9
* gpg: Sync keylist output and warning messages.Werner Koch2014-10-091-2/+10
* gpg: Fix regression removing SHA256.Werner Koch2014-10-021-4/+0
* gpg: Do not always print dashes in obsolete_option.Werner Koch2014-09-251-4/+5
* gpg: Warn about (but don't fail) on scdaemon options in gpg.conf.Daniel Kahn Gillmor2014-09-251-0/+14
* gpg: Disable an MD5 workaround for pgp2 by default.Werner Koch2014-08-141-0/+15
* gpg: Remove options --pgp2 and --rfc1991.Werner Koch2014-08-141-10/+0
* gpg: Add command --quick-gen-keyWerner Koch2014-07-231-0/+14
* gpg: Avoid NULL-deref in default key listing.Werner Koch2014-06-021-33/+41
* gpg: Mark experimental algorithms in the key listing.Werner Koch2014-05-071-2/+2
* gpg: New %U expando for the photo viewer.Werner Koch2014-04-171-0/+17
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-071-0/+3
* gpg: Avoid compiler warnings for disabled algos.Werner Koch2014-02-071-1/+63
* gpg: Add configure options to disable algorithmsWerner Koch2014-01-311-20/+43
* gpg: Improve --version algo info output.Werner Koch2014-01-311-3/+3
* gpg: Start using OpenPGP digest algo ids.Werner Koch2014-01-311-14/+51
* gpg: Use only OpenPGP cipher algo ids.Werner Koch2014-01-311-24/+74
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-111/+107
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-7/+7
* Add tweaks for the not anymore patented IDEA algorithm.Werner Koch2012-05-081-18/+0
* gpg: Fix segv with RSA_S keys.Werner Koch2012-01-111-0/+8
* Minor code cleanups.Werner Koch2011-03-031-7/+5
* Relax mailbox name checking. Fixes bug#1315.Werner Koch2011-02-031-41/+40
* Move OpenPGP OID helpers to common/.Werner Koch2011-01-311-201/+0
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-311-26/+278
* Function name cleanupsWerner Koch2011-01-261-88/+4
* Started with some code cleanups in ECDH.Werner Koch2011-01-251-1/+1
* Make most of the selftests work.Werner Koch2011-01-211-19/+1
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-61/+72
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-5/+142
* s/AES/AES128/ in diagnostics and --list-configWerner Koch2010-12-021-1/+1
* Smartcard related updatesWerner Koch2010-11-171-7/+6
* Make public key data structure easier to read.Werner Koch2010-10-201-1/+1