summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for Salsa20/12 - 12 round version of Salsa20Dmitry Eremin-Solenikov2013-09-071-1/+2
* mpi: Add functions to manipulate the sign.Werner Koch2013-09-071-0/+14
* sexp: Add function gcry_sexp_nth_buffer.Werner Koch2013-07-191-0/+7
* Add support for Salsa20.Werner Koch2013-07-181-1/+2
* Typo fix in comment.Werner Koch2013-07-171-1/+1
* Add control commands to disable mlock and setuid dropping.Werner Koch2013-05-221-1/+3
* Add macros to return pre-defined MPIs.Werner Koch2013-04-151-0/+10
* Add gcry_pubkey_get_sexp.Werner Koch2013-04-111-0/+7
* Remove obsolete warning note from gcry_pk_keygrip.Werner Koch2013-04-111-2/+2
* Add test case for SCRYPT and rework the code.Werner Koch2013-04-051-1/+1
* Add the SCRYPT KDF functionChristian Grothoff2013-04-041-1/+2
* Provide GCRYPT_VERSION_NUMBER macro, add build info to the binary.Werner Koch2013-03-201-0/+5
* mpi: Add functions to manipulate an EC context.Werner Koch2013-03-151-3/+18
* Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch2013-03-131-1/+2
* Add GCRYMPI_FLAG_IMMUTABLE to help debugging.Werner Koch2013-03-131-1/+2
* mpi: Add an API for EC math.Werner Koch2013-03-081-0/+27
* mpi: Add an API for EC point operations.Werner Koch2013-03-081-1/+41
* mpi: Add mpi_snatch and change an internal typedef.Werner Koch2013-03-071-0/+5
* random: Add a RNG selection interface and system RNG wrapper.Werner Koch2012-12-031-1/+11
* Update the copyright years.Werner Koch2012-12-031-19/+21
* Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command.Tomas Mraz2012-04-041-1/+2
* Completed switch to a simpler thread model.Werner Koch2011-12-011-135/+13
* Removed deprecated debug macros.Werner Koch2011-09-151-21/+0
* Removed the module registration interfaceWerner Koch2011-09-151-27/+0
* Removed the AC interface (gcry_ac_*)Werner Koch2011-09-151-408/+0
* Fixed a bug in the gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklenWerner Koch2011-06-291-1/+1
* New function gcry_kdf_deriveWerner Koch2011-03-091-0/+27
* Flag the _ac_ functions as deprecated.Werner Koch2011-02-171-57/+91
* Add GCRYCTL_DISABLE_HWFWerner Koch2011-02-161-1/+2
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-31/+31
* Add function gcry_pk_get_param.Werner Koch2011-02-011-1/+5
* Add gcry_pk_get_curve.Werner Koch2011-02-011-0/+4
* Insert sys/select.h to be POSIXly correct.Werner Koch2010-08-161-0/+1
* Minor changes for MSVC.Werner Koch2010-07-091-1/+4
* fixes for msvc compilerWerner Koch2010-06-291-2/+3
* Add new TIGER variantsWerner Koch2010-03-261-2/+4
* Help not to edit a generated buffer.Werner Koch2010-03-151-0/+5
* Add an identifier for ECDH.Werner Koch2010-01-211-1/+2
* Implemented the AES-Wrap algorithmWerner Koch2009-12-091-1/+2
* Doc fixes.Werner Koch2009-05-101-4/+4
* Preparinglibgcrypt-1.4.4Werner Koch2009-01-221-1/+1
* Finished RSA X9.31 key generation.Werner Koch2008-11-251-2/+2
* Add a method to disable the weak key detection.Werner Koch2008-11-051-1/+1
* Add CAVS test.Werner Koch2008-10-021-2/+2
* Preparing a releaseWerner Koch2008-09-181-0/+4
* Use syslog to log important messages.Werner Koch2008-09-151-0/+1
* Let the test suite run the selftests even in non-fips mode.Werner Koch2008-09-051-1/+2
* Implemented gcry_mpi_lshift.Werner Koch2008-08-201-3/+4
* Adding gcry_mpi_lshift.libgcrypt-1.4.2rc1Werner Koch2008-08-191-0/+4
* A whole bunch of changes to eventually support Werner Koch2008-08-191-88/+112