summaryrefslogtreecommitdiff
path: root/lib/gnutls_hash_int.c
Commit message (Expand)AuthorAgeFilesLines
* stricter type usageNikos Mavrogiannopoulos2014-03-081-1/+1
* explicit type conversions when neededNikos Mavrogiannopoulos2014-03-081-6/+6
* Added sanity check in hash_init() and mac_init().Nikos Mavrogiannopoulos2014-01-311-0/+6
* The library state is used even when not in FIPS mode.Nikos Mavrogiannopoulos2013-11-301-5/+5
* In FIPS140-2 mode disable non-conformant ciphers, MAC and hash algorithms.Nikos Mavrogiannopoulos2013-11-271-0/+14
* Added support for fips states.Nikos Mavrogiannopoulos2013-11-271-0/+11
* reindented codeNikos Mavrogiannopoulos2013-11-081-410/+377
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-59/+24
* eliminate the reset ability from hashesNikos Mavrogiannopoulos2013-04-271-21/+7
* Do not handle MAC reset separately. It is implied by nettle's output function.Nikos Mavrogiannopoulos2013-04-271-2/+0
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-27/+27
* 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