summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
AgeCommit message (Expand)AuthorFilesLines
2013-09-10md: Add function gcry_md_hash_buffers.Werner Koch1-0/+14
2013-09-07Add support for Salsa20/12 - 12 round version of Salsa20Dmitry Eremin-Solenikov1-1/+2
2013-09-07mpi: Add functions to manipulate the sign.Werner Koch1-0/+14
2013-07-19sexp: Add function gcry_sexp_nth_buffer.Werner Koch1-0/+7
2013-07-18Add support for Salsa20.Werner Koch1-1/+2
2013-07-17Typo fix in comment.Werner Koch1-1/+1
2013-05-22Add control commands to disable mlock and setuid dropping.Werner Koch1-1/+3
2013-04-15Add macros to return pre-defined MPIs.Werner Koch1-0/+10
2013-04-11Add gcry_pubkey_get_sexp.Werner Koch1-0/+7
2013-04-11Remove obsolete warning note from gcry_pk_keygrip.Werner Koch1-2/+2
2013-04-05Add test case for SCRYPT and rework the code.Werner Koch1-1/+1
2013-04-04Add the SCRYPT KDF functionChristian Grothoff1-1/+2
2013-03-20Provide GCRYPT_VERSION_NUMBER macro, add build info to the binary.Werner Koch1-0/+5
2013-03-15mpi: Add functions to manipulate an EC context.Werner Koch1-3/+18
2013-03-13Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch1-1/+2
2013-03-13Add GCRYMPI_FLAG_IMMUTABLE to help debugging.Werner Koch1-1/+2
2013-03-08mpi: Add an API for EC math.Werner Koch1-0/+27
2013-03-08mpi: Add an API for EC point operations.Werner Koch1-1/+41
2013-03-07mpi: Add mpi_snatch and change an internal typedef.Werner Koch1-0/+5
2012-12-03random: Add a RNG selection interface and system RNG wrapper.Werner Koch1-1/+11
2012-12-03Update the copyright years.Werner Koch1-19/+21
2012-04-04Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command.Tomas Mraz1-1/+2
2011-12-01Completed switch to a simpler thread model.Werner Koch1-135/+13
2011-09-15Removed deprecated debug macros.Werner Koch1-21/+0
2011-09-15Removed the module registration interfaceWerner Koch1-27/+0
2011-09-15Removed the AC interface (gcry_ac_*)Werner Koch1-408/+0
2011-06-29Fixed a bug in the gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklenWerner Koch1-1/+1
2011-03-09New function gcry_kdf_deriveWerner Koch1-0/+27
2011-02-17Flag the _ac_ functions as deprecated.Werner Koch1-57/+91
2011-02-16Add GCRYCTL_DISABLE_HWFWerner Koch1-1/+2
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-31/+31
2011-02-01Add function gcry_pk_get_param.Werner Koch1-1/+5
2011-02-01Add gcry_pk_get_curve.Werner Koch1-0/+4
2010-08-16Insert sys/select.h to be POSIXly correct.Werner Koch1-0/+1
2010-07-09Minor changes for MSVC.Werner Koch1-1/+4
2010-06-29fixes for msvc compilerWerner Koch1-2/+3
2010-03-26Add new TIGER variantsWerner Koch1-2/+4
2010-03-15Help not to edit a generated buffer.Werner Koch1-0/+5
2010-01-21Add an identifier for ECDH.Werner Koch1-1/+2
2009-12-09Implemented the AES-Wrap algorithmWerner Koch1-1/+2
2009-05-10Doc fixes.Werner Koch1-4/+4
2009-01-22PreparingWerner Koch1-1/+1
2008-11-25Finished RSA X9.31 key generation.Werner Koch1-2/+2
2008-11-05Add a method to disable the weak key detection.Werner Koch1-1/+1
2008-10-02Add CAVS test.Werner Koch1-2/+2
2008-09-18Preparing a releaseWerner Koch1-0/+4
2008-09-15Use syslog to log important messages.Werner Koch1-0/+1
2008-09-05Let the test suite run the selftests even in non-fips mode.Werner Koch1-1/+2
2008-08-20Implemented gcry_mpi_lshift.Werner Koch1-3/+4
2008-08-19Adding gcry_mpi_lshift.Werner Koch1-0/+4