aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ecdh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-27g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-27g10: Fix ECDH, clarifying the format.NIIBE Yutaka1-18/+20
2016-10-27g10: ECDH shared point format.Arnaud Fontaine1-8/+24
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-6/+5
2015-08-06Curve25519 support.NIIBE Yutaka1-3/+6
2015-04-06gpg: Rename a debug macro.Werner Koch1-12/+12
2015-01-05gpg: Clear a possible rest of the KDF secret buffer.Werner Koch1-1/+1
2014-01-31gpg: Use only OpenPGP cipher algo ids.Werner Koch1-3/+3
2013-11-15gpg: Rework ECC support and add experimental support for Ed25519.Werner Koch1-2/+2
2011-04-28Removed memory leak in the ECDH code.Werner Koch1-32/+53
2011-02-02Sample ECC keys and message do now work.Werner Koch1-42/+39
2011-01-31Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous v...Werner Koch1-94/+97
2011-01-31Reworked the ECC changes to better fit into the Libgcrypt API.Werner Koch1-15/+11
2011-01-26Function name cleanupsWerner Koch1-3/+3
2011-01-25Started with some code cleanups in ECDH.Werner Koch1-122/+90
2011-01-25More ECDH code cleanupsWerner Koch1-74/+30
2011-01-21Editorial changes and allow building with old libgcrypts.Werner Koch1-190/+261
2011-01-11'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov1-48/+34
2011-01-06Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov1-0/+477