summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate ECC keys Q=(x,y) as compliant keys, enabling their compact represent...compliant-ecc-keygenAndrey2013-05-091-4/+49
* cipher: Fix regression in Padlock support.Werner Koch2013-04-182-7/+3
* mpi: Yet another fix to get option flag munging right.Werner Koch2013-04-181-1/+1
* mpi: Make using gcc's -Ofast easier.Werner Koch2013-04-181-1/+1
* Fix alignment problem in idea.c.Werner Koch2013-04-181-27/+27
* Add some const attributes.Vladimir Serbinenko2013-04-183-3/+6
* Fix alignment problem in serpent.c.Vladimir Serbinenko2013-04-182-56/+36
* Fix multiply by zero in gcry_mpi_ec_mul.Werner Koch2013-04-162-5/+32
* Add macros to return pre-defined MPIs.Werner Koch2013-04-157-1/+47
* Fix addition of EC points.Werner Koch2013-04-151-1/+1
* Add hack to allow using an "ecc" key for "ecdsa" or "ecdh".Werner Koch2013-04-123-128/+360
* Add gcry_pubkey_get_sexp.Werner Koch2013-04-1118-13/+367
* Remove obsolete warning note from gcry_pk_keygrip.Werner Koch2013-04-111-2/+2
* Remove unused code.Werner Koch2013-04-112-96/+0
* Clarify DCO for Werner KochWerner Koch2013-04-051-1/+1
* Make the Q parameter optional for ECC signing.Werner Koch2013-04-054-26/+112
* Add test case for SCRYPT and rework the code.Werner Koch2013-04-0512-544/+393
* Add the SCRYPT KDF functionChristian Grothoff2013-04-048-2/+710
* Doc fix.Werner Koch2013-03-261-1/+2
* Add DCO by Christian GrothoffWerner Koch2013-03-221-7/+21
* Replace deprecated AM_CONFIG_HEADER macro.Werner Koch2013-03-221-2/+2
* Disable AES-NI support if as does not support SSSE3.Werner Koch2013-03-221-13/+44
* Fix make dependency regression.Werner Koch2013-03-211-1/+1
* Use finer grained on-the-fly helper computations for EC.Werner Koch2013-03-202-25/+43
* Allow building with w64-mingw32Werner Koch2013-03-201-3/+3
* Provide GCRYPT_VERSION_NUMBER macro, add build info to the binary.Werner Koch2013-03-205-13/+33
* Fix a memory leak in the new EC code.Werner Koch2013-03-201-1/+1
* Extend the new EC interface and fix two bugs.Werner Koch2013-03-196-20/+163
* mpi: Add functions to manipulate an EC context.Werner Koch2013-03-1514-119/+963
* Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch2013-03-139-60/+202
* Add GCRYMPI_FLAG_IMMUTABLE to help debugging.Werner Koch2013-03-137-45/+164
* Document the new point and EC functionsWerner Koch2013-03-111-4/+148
* mpi: Add an API for EC math.Werner Koch2013-03-0813-31/+493
* mpi: Add an API for EC point operations.Werner Koch2013-03-089-3/+394
* mpi: Add mpi_snatch and change an internal typedef.Werner Koch2013-03-0711-89/+137
* Add Christian to the list of authors.Werner Koch2013-03-071-0/+1
* Pretty print the configure feedback.Werner Koch2013-03-072-19/+50
* Fix building of hwf-x86.cWerner Koch2013-02-201-0/+2
* Remove build hacks for FreeBSD.Werner Koch2013-02-201-6/+0
* Rinjdael: Fix use of SSE2 outside USE_AESNI/ctx->use_aesniJussi Kivilinna2013-02-191-2/+10
* Add AES-NI/AVX accelerated Camellia implementationJussi Kivilinna2013-02-198-6/+1272
* camellia.c: Prepare for AES-NI/AVX implementationJussi Kivilinna2013-02-192-96/+52
* Camellia, prepare glue code for AES-NI/AVX implementationJussi Kivilinna2013-02-193-12/+206
* Prepare for hardware feature detection on other platforms.Werner Koch2012-12-217-183/+362
* Clean up i386/x86-64 cpuid usage in hwfeatures.cJussi Kivilinna2012-12-211-218/+122
* Add support for using DRNG random number generatorDmitry Kasatkin2012-12-185-0/+113
* doc: Add Dmitry to AUTHORSWerner Koch2012-12-181-0/+1
* Update AUTHORS file.Werner Koch2012-12-051-5/+8
* random: Add a RNG selection interface and system RNG wrapper.Werner Koch2012-12-0311-19/+764
* Update the copyright years.Werner Koch2012-12-034-22/+25