summaryrefslogtreecommitdiff
path: root/lib/gnutls_hash_int.h
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_hash() returns error code if any.Nikos Mavrogiannopoulos2015-08-211-1/+1
* reduce warningsNikos Mavrogiannopoulos2015-03-191-3/+3
* In FIPS140-2 mode disable non-conformant ciphers, MAC and hash algorithms.Nikos Mavrogiannopoulos2013-11-271-0/+2
* reindented codeNikos Mavrogiannopoulos2013-11-081-71/+64
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-40/+7
* eliminate the reset ability from hashesNikos Mavrogiannopoulos2013-04-271-15/+0
* Do not handle MAC reset separately. It is implied by nettle's output function.Nikos Mavrogiannopoulos2013-04-271-13/+0
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-15/+35
* Fixes to avoid a timing attack in TLS CBC record parsing.Nikos Mavrogiannopoulos2013-02-041-0/+21
* 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-2/+2
* hash copy no longer needed.Nikos Mavrogiannopoulos2012-02-201-4/+0
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-5/+5
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Only list algorithms if they are implemented.Nikos Mavrogiannopoulos2012-01-121-0/+1
* The hash_fast() and hmac_fast() functions can be registered as well to allowNikos Mavrogiannopoulos2011-10-011-1/+1
* operations structures were made constants.Nikos Mavrogiannopoulos2011-09-301-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* Allow all SHA algorithms for DSA signatures.Nikos Mavrogiannopoulos2011-06-041-0/+9
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-0/+1
* Properly reset the SSL 3.0 MAC algorithm.Nikos Mavrogiannopoulos2011-03-121-0/+2
* inlined several small functions.Nikos Mavrogiannopoulos2011-02-071-11/+79
* Better error checking on SSL3.Nikos Mavrogiannopoulos2011-02-071-3/+3
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-0/+5
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-10/+10
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-8/+8
* Removed the no longer needed "active" variable.Nikos Mavrogiannopoulos2010-06-191-1/+0
* Greatly simplified the internal hash/hmac and cipher functions.Nikos Mavrogiannopoulos2010-06-181-11/+11
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* More indentation.Simon Josefsson2010-04-141-27/+28
* 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-3/+7
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-15/+26
* 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-25/+14
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-291-6/+6
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-0/+1
* Use more warnings. Fix many warnings.Simon Josefsson2008-11-171-2/+3
* added _gnutls_hash_fast()Nikos Mavrogiannopoulos2008-06-301-0/+3
* added _gnutls_pkcs5_pbkdf2_sha1() based on gc_pkcs5_pbkdf2_sha1()Nikos Mavrogiannopoulos2008-06-301-0/+3
* Initial merge attempt with gnutls_with_ext_mpiNikos Mavrogiannopoulos2008-06-281-6/+16
* fixes for all tests to succeed.Nikos2008-03-161-3/+0
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-14/+23
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Replace uint32 with uint32_t.Simon Josefsson2005-12-091-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-24/+26
* Fixes to make GC work again.Simon Josefsson2005-10-171-1/+1
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2005-03-191-6/+5