aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pubkey-enc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-01gpg,sm: Error out on compliance mismatch while decrypting.Werner Koch1-18/+24
2017-07-28gpg,sm: String changes for compliance diagnostics.Werner Koch1-2/+2
2017-07-27gpg,sm: Fix compliance checking for decryption.Werner Koch1-24/+18
2017-06-23indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch1-9/+12
2017-06-08common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter1-1/+25
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-9/+10
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-4/+4
2017-02-28gpg: Do not require a trustdb for decryption.Werner Koch1-1/+6
2017-02-23gpg: Emit new status DECRYPTION_KEYWerner Koch1-3/+26
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
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-3/+2
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield1-3/+3
2015-08-06Curve25519 support.NIIBE Yutaka1-2/+2
2015-04-06gpg: Rename a debug macro.Werner Koch1-2/+2
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-2/+2
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-6/+6
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-2/+2
2014-04-28ECC Fixes.NIIBE Yutaka1-1/+1
2014-04-15gpg: Change pinentry prompt to talk about "secret key".Werner Koch1-1/+1
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-4/+5
2014-01-29gpg: Remove cipher.h and put algo ids into a common file.Werner Koch1-1/+0
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-3/+3
2013-02-07gpg: Add pinentry-mode feature.Werner Koch1-1/+3
2013-01-08gpg: Cache keybox searches.Werner Koch1-0/+10
2012-05-08Add tweaks for the not anymore patented IDEA algorithm.Werner Koch1-4/+0
2011-11-22Don't print anonymous recipient messages in quiet mode.Werner Koch1-3/+5
2011-09-20Allow NULL for free_public_key.Werner Koch1-4/+2
2011-02-03Finished ECC integration.ECC-INTEGRATION-2-1Werner Koch1-4/+6
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch1-1/+1
2011-01-25Editorial cleanups of keygen.cWerner Koch1-14/+15
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-54/+58
2011-01-11'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov1-3/+37
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-22/+40
2010-10-20Make public key data structure easier to read.Werner Koch1-1/+1
2010-10-13More agent support for gpg.Werner Koch1-28/+7
2010-09-06Removed more secret key related code.Werner Koch1-1/+1
2010-04-27Provide a useful pinentry prompt.Werner Koch1-1/+1
2010-04-23Decryption and signi via agent is now implemented.Werner Koch1-65/+60
2010-04-21Re-indent and changed return type.Werner Koch1-244/+275
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch1-4/+4
2009-11-23Add gpgconf related dummy options default_pubkey_algo.Werner Koch1-0/+2
2009-06-05Add full Camellia support.David Shaw1-2/+2
2008-10-17Use more warning options with modern GCCs.Werner Koch1-1/+1
2007-12-12Support DSA2.Werner Koch1-1/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch1-2/+3
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-0/+1
2006-06-30A couple of fixes. gpg2's key generation does now work.Werner Koch1-1/+1