summaryrefslogtreecommitdiff
path: root/cipher/ecc.c
Commit message (Expand)AuthorAgeFilesLines
* ecc: Fix for chosen cipher text attacks.NIIBE Yutaka2016-02-101-2/+9
* Fix memory leak in gcry_pk_testkey for ECC.Werner Koch2012-11-071-13/+18
* Fix a small memory leak in gcry_pk_get_keygrip.Werner Koch2011-04-041-0/+1
* Small tweak to the ECC debug output.Werner Koch2011-02-111-4/+4
* Add ChangeLog Entry for Andrey's changes.ecc-integration-doneECC-INTEGRATION-1-5Werner Koch2011-02-021-1/+1
* Add function gcry_pk_get_param.Werner Koch2011-02-011-2/+26
* Add gcry_pk_get_curve.Werner Koch2011-02-011-1/+86
* Changed ecdh parameter names and fixed MPI allocation.Werner Koch2011-01-311-31/+10
* Return used curve name with ECC key generationWerner Koch2011-01-311-9/+28
* Reverted the API to the old one.Werner Koch2011-01-271-308/+181
* Begin of changing the ECDH API.Werner Koch2011-01-261-52/+35
* Editorial changes.Werner Koch2011-01-201-195/+246
* Fixed a typo, added logging.Andrey Jivsov2011-01-121-3/+13
* 'g10/gpg2 --encrypt --debug 15 -r ecdsa -a -o _e.asc _' and 'g10/gpg2 --deb...Andrey Jivsov2011-01-101-24/+144
* Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 .Andrey Jivsov2011-01-051-118/+358
* Allow transient-key for ecdsa.Werner Koch2010-06-101-4/+17
* Applied spelling fixes and more verbose test diagnositcs by Brad Hards.Werner Koch2010-04-121-1/+1
* Preparinglibgcrypt-1.4.4Werner Koch2009-01-221-1/+1
* Finished RSA X9.31 key generation.Werner Koch2008-11-251-2/+4
* Cleaned up the public key module calling conventions.Werner Koch2008-11-241-31/+52
* Another tweak for the RNG test code.Werner Koch2008-09-161-1/+3
* Overhauled the keygrip computation.Werner Koch2008-08-291-1/+107
* Replace assert calls by a new gcry_assert at most places.Werner Koch2008-08-201-1/+0
* A whole bunch of changes to eventually support Werner Koch2008-08-191-14/+76
* Better AES performance.Werner Koch2008-03-171-2/+2
* cipher/Marcus Brinkmann2007-04-291-8/+10
* Support more curves.Werner Koch2007-04-201-10/+93
* Enhanced support for ECDSA.Werner Koch2007-04-181-1/+48
* ./Werner Koch2007-04-161-12/+88
* 2007-04-13 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-04-131-0/+3
* Rewrote the ECDSA implementation.Werner Koch2007-03-281-1510/+404
* Did some performance experiments and added code for Barrett reduction.Werner Koch2007-03-231-178/+252
* Some tweaks to ecc.c and a new benchmark.Werner Koch2007-03-221-363/+388
* Experimental support for ECDSA.Werner Koch2007-03-221-1469/+1730
* New code from Sergi Blanch i Torne.Werner Koch2007-03-211-0/+1733