summaryrefslogtreecommitdiffstats
path: root/g10/pubkey-enc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Support ECDH with v5 key.NIIBE Yutaka2021-03-241-5/+1
* gpg: Reword warning about decryption w/o using a non-encrypt key.Werner Koch2020-07-141-2/+3
* gpg: For decryption, support use of a key with no 'encrypt' usage.NIIBE Yutaka2020-07-101-5/+9
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-031-1/+1
* gpg: Use bytes for ECDH.NIIBE Yutaka2020-06-091-10/+1
* gpg: ECDH: Accept longer padding.NIIBE Yutaka2020-04-081-4/+1
* gpg: Return the last error for pubkey decryption.NIIBE Yutaka2019-07-051-16/+20
* gpg: Allow decryption using PIV cards.Werner Koch2019-04-031-0/+10
* gpg: Avoid importing secret keys if the keyblock is not valid.Werner Koch2019-03-151-1/+1
* gpg: Report STATUS_NO_SECKEY when it is examined.NIIBE Yutaka2019-01-161-0/+3
* gpg: Make --skip-hidden-recipients work again.Werner Koch2018-10-081-0/+13
* g10: Enumerated keys for decryption should be unique.NIIBE Yutaka2018-08-271-2/+0
* g10: Change decryption key selection for public key encryption.NIIBE Yutaka2018-08-271-59/+59
* Use the gpgrt log functions if possible.Werner Koch2017-11-271-2/+2
* gpg,sm: Error out on compliance mismatch while decrypting.Werner Koch2017-08-011-18/+24
* gpg,sm: String changes for compliance diagnostics.Werner Koch2017-07-281-2/+2
* gpg,sm: Fix compliance checking for decryption.Werner Koch2017-07-271-24/+18
* indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch2017-06-231-9/+12
* common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter2017-06-081-1/+25
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-9/+10
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-081-1/+1
* Remove -I option to common.NIIBE Yutaka2017-03-071-4/+4
* gpg: Do not require a trustdb for decryption.Werner Koch2017-02-281-1/+6
* gpg: Emit new status DECRYPTION_KEYWerner Koch2017-02-231-3/+26
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* 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-3/+2
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-041-3/+3
* Curve25519 support.NIIBE Yutaka2015-08-061-2/+2
* gpg: Rename a debug macro.Werner Koch2015-04-061-2/+2
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-2/+2
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-6/+6
* Use a unique capitalization for "Note:".Werner Koch2014-10-101-2/+2
* ECC Fixes.NIIBE Yutaka2014-04-281-1/+1
* gpg: Change pinentry prompt to talk about "secret key".Werner Koch2014-04-151-1/+1
* gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch2014-01-301-4/+5
* gpg: Remove cipher.h and put algo ids into a common file.Werner Koch2014-01-291-1/+0
* gpg: Make decryption with the OpenPGP card work.Werner Koch2013-08-281-3/+3
* Merge branch 'master' into key-storage-workWerner Koch2013-02-121-1/+3
|\
| * gpg: Add pinentry-mode feature.Werner Koch2013-02-071-1/+3
* | gpg: Cache keybox searches.Werner Koch2013-01-081-0/+10
|/
* Add tweaks for the not anymore patented IDEA algorithm.Werner Koch2012-05-081-4/+0
* Don't print anonymous recipient messages in quiet mode.Werner Koch2011-11-221-3/+5
* Allow NULL for free_public_key.Werner Koch2011-09-201-4/+2
* Finished ECC integration.Werner Koch2011-02-031-4/+6
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2011-01-311-1/+1
* Editorial cleanups of keygen.cWerner Koch2011-01-251-14/+15
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-54/+58
* 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov2011-01-111-3/+37
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-22/+40