summaryrefslogtreecommitdiff
path: root/lib/gnutls_hash_int.c
Commit message (Expand)AuthorAgeFilesLines
* Do not handle MAC and hash reset separately. It is implied by nettle's output...Nikos Mavrogiannopoulos2013-04-271-23/+7
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* several type changes to please clangNikos Mavrogiannopoulos2012-04-021-6/+6
* hash copy no longer needed.Nikos Mavrogiannopoulos2012-02-201-19/+0
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-20/+20
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-121-0/+14
* initialize only a fully available hashNikos Mavrogiannopoulos2011-10-231-1/+1
* The hash_fast() and hmac_fast() functions can be registered as well to allowNikos Mavrogiannopoulos2011-10-011-17/+28
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* digest_length() uses int as input.Nikos Mavrogiannopoulos2011-05-281-1/+1
* Properly reset the SSL 3.0 MAC algorithm.Nikos Mavrogiannopoulos2011-03-121-0/+19
* minor optimizations.Nikos Mavrogiannopoulos2011-02-071-3/+6
* inlined several small functions.Nikos Mavrogiannopoulos2011-02-071-90/+15
* Better error checking on SSL3.Nikos Mavrogiannopoulos2011-02-071-9/+20
* check the error of hash set_key.Nikos Mavrogiannopoulos2011-02-061-2/+7
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-6/+36
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-38/+38
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-17/+17
* Updated cryptodev code to support the linux cryptodev extensions.Nikos Mavrogiannopoulos2010-10-021-2/+0
* Removed the no longer needed "active" variable.Nikos Mavrogiannopoulos2010-06-191-10/+4
* Greatly simplified the internal hash/hmac and cipher functions.Nikos Mavrogiannopoulos2010-06-181-82/+50
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* Reverted all previous changes to combine hashes with MAC algorithms.Nikos Mavrogiannopoulos2009-12-051-4/+4
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-77/+190
* Revert "Added plain MD5 hash check and corrected gnutls_hash_fast() usage in ...Nikos Mavrogiannopoulos2009-12-051-2/+17
* Added plain MD5 hash check and corrected gnutls_hash_fast() usage in openssl.cNikos Mavrogiannopoulos2009-12-021-17/+2
* Corrected compilation issues.Nikos Mavrogiannopoulos2009-12-011-3/+2
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-190/+78
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-291-2/+2
* Indent code.Simon Josefsson2009-11-051-7/+9
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-4/+23
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-3/+3
* Make _gnutls_hash_copy work with registered hashes.Simon Josefsson2008-09-191-1/+2
* Indent code.Simon Josefsson2008-07-021-168/+185
* added _gnutls_hash_fast()Nikos Mavrogiannopoulos2008-06-301-0/+25
* added _gnutls_pkcs5_pbkdf2_sha1() based on gc_pkcs5_pbkdf2_sha1()Nikos Mavrogiannopoulos2008-06-301-0/+24
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-76/+115
* fixes for all tests to succeed.Nikos2008-03-161-1/+1
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-123/+169
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Avoid assert.Simon Josefsson2007-02-141-0/+3
* Revert, not needed.Simon Josefsson2007-02-061-4/+0
* (_gnutls_hash_get_algo_len): Handle NULL MACs again, broken by lastSimon Josefsson2007-02-061-0/+4
* Support (RSA-)SHA-256/384/512.Simon Josefsson2007-02-051-61/+41
* Replace uint32 with uint32_t.Simon Josefsson2005-12-091-1/+1