summaryrefslogtreecommitdiff
path: root/lib/gnutls_hash_int.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-13/+16
* Indent.Simon Josefsson2004-10-281-2/+2
* Move hashing to generic crypto API.Simon Josefsson2004-08-161-1/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-7/+7
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-16/+22
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-8/+8
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-2/+2
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-1/+1
* Only the documented symbols are now exported.Nikos Mavrogiannopoulos2003-01-091-8/+0
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-2/+2
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-6/+6
* Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This on...Nikos Mavrogiannopoulos2002-08-211-0/+2
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-2/+2
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-13/+13