summaryrefslogtreecommitdiffstats
path: root/g10/ecdh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Don't use malloc for kek_params.NIIBE Yutaka2021-11-121-8/+5
* gpg: Allow ECDH with a smartcard returning just the x-ccordinate.Werner Koch2021-03-291-7/+16
* gpg: Support ECDH with v5 key.NIIBE Yutaka2021-03-241-1/+8
* ecc: Use "cv448" to specify key using X448.NIIBE Yutaka2020-06-231-1/+1
* gpg: Use bytes for ECDH.NIIBE Yutaka2020-06-091-42/+24
* gpg: Add X448 support.NIIBE Yutaka2020-06-091-2/+27
* gpg: Clean up ECDH code path (5).NIIBE Yutaka2020-05-221-115/+134
* gpg: Clean up ECDH code path (4).NIIBE Yutaka2020-05-221-167/+186
* gpg: Clean up ECDH code path (3).NIIBE Yutaka2020-05-221-36/+52
* gpg: Clean up ECDH code path (2).NIIBE Yutaka2020-05-221-65/+72
* gpg: Clean up ECDH code path (1).NIIBE Yutaka2020-05-221-49/+61
* Fix the previous commit.NIIBE Yutaka2019-03-141-1/+1
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-131-1/+1
* Use the gpgrt log functions if possible.Werner Koch2017-11-271-9/+9
* Remove -I option to common.NIIBE Yutaka2017-03-071-1/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g10: Fix ECDH, clarifying the format.NIIBE Yutaka2016-10-271-18/+20
* g10: ECDH shared point format.Arnaud Fontaine2016-10-271-8/+24
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-6/+5
* Curve25519 support.NIIBE Yutaka2015-08-061-3/+6
* gpg: Rename a debug macro.Werner Koch2015-04-061-12/+12
* gpg: Clear a possible rest of the KDF secret buffer.Werner Koch2015-01-051-1/+1
* gpg: Use only OpenPGP cipher algo ids.Werner Koch2014-01-311-3/+3
* gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch2013-11-151-2/+2
* Removed memory leak in the ECDH code.Werner Koch2011-04-281-32/+53
* Sample ECC keys and message do now work.Werner Koch2011-02-021-42/+39
* Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch2011-01-311-94/+97
* Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch2011-01-311-15/+11
* Function name cleanupsWerner Koch2011-01-261-3/+3
* Started with some code cleanups in ECDH.Werner Koch2011-01-251-122/+90
* More ECDH code cleanupsWerner Koch2011-01-251-74/+30
* Editorial changes and allow building with old libgcrypts.Werner Koch2011-01-211-190/+261
* 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov2011-01-111-48/+34
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-061-0/+477