aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More agent support for gpg.Werner Koch2010-10-131-4/+3
* Import OpenPGP keys into the agent.Werner Koch2010-08-311-0/+35
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-7/+10
* Finished the bulk of changes to use estream in most places instead ofWerner Koch2010-03-151-18/+20
* Various changes to eventually support openpgp keys in pgp-agent.Werner Koch2010-02-021-23/+27
* Fix bug 1091.Werner Koch2009-07-201-1/+1
* Add full Camellia support.David Shaw2009-06-051-11/+2
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-33/+0
* Add limited support for NetKey 3.0 cards.Werner Koch2009-01-081-8/+7
* Update spanish translation.Werner Koch2009-01-081-2/+13
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-4/+12
* * main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw2008-10-031-15/+37
* Adjust for the changed Camellia draft.Werner Koch2008-04-181-5/+30
* Allow type 20 keys only with option --rfc2440.Werner Koch2007-12-121-0/+15
* Support DSA2.Werner Koch2007-12-121-4/+51
* Fix for bug 851.Werner Koch2007-12-101-0/+1
* Started to implement the audit log feature.Werner Koch2007-11-191-1/+1
* Ported changes from 1.4.Werner Koch2007-10-251-26/+43
* Updated estream.Werner Koch2007-08-221-4/+6
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-73/+0