summaryrefslogtreecommitdiff
path: root/lib/gnutls_hash_int.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use GNU coding style.Simon Josefsson2005-11-071-251/+292
* Add MD2.Simon Josefsson2005-10-271-0/+6
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Fix warning.Simon Josefsson2005-04-141-6/+6
* renamed all instances of _SHA to _SHA1 to make naming more consistent and clear.Nikos Mavrogiannopoulos2005-03-051-6/+6
* Clean up license templates.Simon Josefsson2005-01-221-14/+15
* Indent.Simon Josefsson2004-10-281-17/+14
* Move hashing to generic crypto API.Simon Josefsson2004-08-161-32/+30
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-8/+8
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-289/+292
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-15/+15
* some bugfixes. No longer allow sending client hello if a TLS version is not set.Nikos Mavrogiannopoulos2004-02-281-2/+0
* patch to fix the bug in mutual certificate authentication in SSL 3.0Nikos Mavrogiannopoulos2004-02-271-0/+1
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-27/+15
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* eliminated some memory leaks and other fixes.Nikos Mavrogiannopoulos2003-12-011-3/+3
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-10/+10
* Added the RIPEMD ciphersuites defined in draft-ietf-tls-openpgp-keys-04.Nikos Mavrogiannopoulos2003-11-131-72/+65
* still more patches by Arne ThomassenNikos Mavrogiannopoulos2003-08-111-2/+2
* Applied patch from Arne Thomassen <arne@arne-thomassen.de>, whichNikos Mavrogiannopoulos2003-08-091-4/+0
* Ported to the new libgcrypt (still unstable). Also added the RC2 cipher and i...Nikos Mavrogiannopoulos2003-08-071-14/+13
* *** empty log message ***Nikos Mavrogiannopoulos2003-03-171-13/+0
* MD2 support was dropped this is an algorithm we cannot use.Nikos Mavrogiannopoulos2003-03-171-11/+0
* some cleanups.Nikos Mavrogiannopoulos2003-03-171-21/+1
* Added support for MD2 signature verification in X.509 certificates.Nikos Mavrogiannopoulos2003-02-271-0/+27
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-091-0/+2
* Only the documented symbols are now exported.Nikos Mavrogiannopoulos2003-01-091-71/+6
* 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-5/+5
* removed old FIXME stuff.Nikos Mavrogiannopoulos2002-08-271-3/+0
* corrected bug in SSL3 random generation function. Now the export ciphersuite ...Nikos Mavrogiannopoulos2002-08-211-70/+96
* Added the first exportable ciphersuite (TLS_RSA_WITH_RC4_EXPORT_MD5). This on...Nikos Mavrogiannopoulos2002-08-211-0/+30
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-5/+5
* Several (internal) cleanups. Const flags are better used now.Nikos Mavrogiannopoulos2002-06-301-1/+1
* License changed to LGPLNikos Mavrogiannopoulos2002-05-141-11/+12
* Prefixed with underscore several internal functions.Nikos Mavrogiannopoulos2002-03-291-44/+44