summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-08mpi: Add an API for EC point operations.Werner Koch5-2/+110
2013-03-07mpi: Add mpi_snatch and change an internal typedef.Werner Koch6-13/+36
2013-02-20Fix building of hwf-x86.cWerner Koch1-0/+2
2013-02-19Add AES-NI/AVX accelerated Camellia implementationJussi Kivilinna3-0/+7
2013-02-19Camellia, prepare glue code for AES-NI/AVX implementationJussi Kivilinna1-0/+8
2012-12-21Prepare for hardware feature detection on other platforms.Werner Koch5-183/+282
2012-12-21Clean up i386/x86-64 cpuid usage in hwfeatures.cJussi Kivilinna1-218/+122
2012-12-18Add support for using DRNG random number generatorDmitry Kasatkin3-0/+32
2012-12-03random: Add a RNG selection interface and system RNG wrapper.Werner Koch2-3/+67
2012-12-03Update the copyright years.Werner Koch1-19/+21
2012-11-26Optimize wipememory2 for i386 and x86-64Jussi Kivilinna1-1/+42
2012-11-21Do not detect AES-NI support if disabled by configure.Werner Koch1-4/+10
2012-11-21Add x86_64 support for AES-NIJussi Kivilinna1-3/+0
2012-11-21Fix cpuid vendor-id check for i386 and x86-64Jussi Kivilinna1-27/+32
2012-11-21Fix hwdetect assembler clobbersJussi Kivilinna1-4/+4
2012-11-05Switch to the new automagic beta numbering scheme.Werner Koch1-2/+2
2012-10-30Fixed indentation of sexp.cWerner Koch1-189/+220
2012-08-16Replace deliberate division by zero with _gcry_divide_by_zero.Xi Wang2-0/+10
2012-06-21Clear AESNI feature flag for x86_64.Werner Koch1-0/+3
2012-06-21Beautify last change.Werner Koch1-8/+14
2012-06-21Enable VIA Padlock on x86_64 platformsRafaël Carré1-0/+97
2012-04-04Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command.Tomas Mraz4-1/+22
2012-02-16Fix missing prototype.Werner Koch1-1/+1
2012-02-16Add support for the IDEA cipher.Ulrich Müller1-0/+1
2012-01-03Fix pthread locking and remove defunctional support for static lock init.Marcus Brinkmann4-10/+24
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-1/+12
2011-12-01Completed switch to a simpler thread model.Werner Koch7-484/+318
2011-12-01Make build_revision shorter for W32 useWerner Koch1-7/+6
2011-09-15Removed deprecated debug macros.Werner Koch2-21/+6
2011-09-15Removed the module registration interfaceWerner Koch8-177/+46
2011-09-15Removed the AC interface (gcry_ac_*)Werner Koch8-967/+22
2011-09-15Fix an endless loop in hmac256 --binaryWerner Koch2-0/+7
2011-06-29Fixed a bug in the gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklenWerner Koch1-1/+1
2011-06-10Fixed leading zero problems in PSS and OAEP.Werner Koch2-5/+26
2011-05-25Support PSS.Daiki Ueno1-0/+4
2011-05-24Cleanup pk_encoding_ctx code.Daiki Ueno2-0/+24
2011-05-19Add $(GPG_ERROR_LIBS) to gcryptrnd_LDADD for gpg_strerror.Daiki Ueno2-1/+6
2011-05-18Support PKCS#1 un-padding.Daiki Ueno2-1/+4
2011-05-11Add missing ChangeLogsWerner Koch1-0/+6
2011-05-11Support RSA-OAEP padding for encryption.Daiki Ueno1-1/+18
2011-04-19Make sure to return correct error codes for secmem failures.Werner Koch3-5/+26
2011-04-01Make sure that gcry_realloc (NULL, n) works on all platforms.Werner Koch2-0/+14
2011-03-28Fixed a few warnings emitted by gcc 4.6.Werner Koch2-1/+12
2011-03-09New function gcry_kdf_deriveWerner Koch6-0/+55
2011-02-23Add option host to libgcrypt-config.Werner Koch3-2/+35
2011-02-22Use AES-NI insns for CTR mode.Werner Koch1-0/+3
2011-02-21Final changes for 1.5.0-beta1Werner Koch4-19/+20
2011-02-17Flag the _ac_ functions as deprecated.Werner Koch4-63/+203
2011-02-17Fix AES-NI detection.Werner Koch2-1/+6
2011-02-16Add GCRYCTL_DISABLE_HWFWerner Koch5-18/+55