summaryrefslogtreecommitdiff
path: root/lib/gnutls_hash_int.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for RFC2630 - PKCS7 formated structuresNikos Mavrogiannopoulos2002-03-241-0/+3
* Handshake messages are not kept in memory any more. Now we use less memoryNikos Mavrogiannopoulos2002-01-251-21/+48
* cleanupsNikos Mavrogiannopoulos2002-01-021-14/+14
* Cleanups in the digest code (separated from HMAC).Nikos Mavrogiannopoulos2002-01-021-14/+14
* optimizations and fixes in the TLS PRF calculation (and the SSL3 equivalent)Nikos Mavrogiannopoulos2001-12-101-12/+33
* cleanups againNikos Mavrogiannopoulos2001-12-061-4/+4
* added internal memory handlersNikos Mavrogiannopoulos2001-08-041-1/+1
* added mhash 0.8.10 supportNikos Mavrogiannopoulos2001-07-181-6/+2
* optimizations in hash functions (removed a lot of mallocs)Nikos Mavrogiannopoulos2001-07-111-38/+40
* fixes in ChangeCipherSpec handling (this also fixes rehandshake).Nikos Mavrogiannopoulos2001-06-241-1/+0
* several cleanupsNikos Mavrogiannopoulos2001-06-241-3/+3
* several additions in order to support KX_RSA and X509PKI.Nikos Mavrogiannopoulos2001-06-151-2/+2
* corrected memory leaksNikos Mavrogiannopoulos2001-05-091-13/+24
* some minor updatesNikos Mavrogiannopoulos2000-12-141-4/+4
* cleanups for gcc -WallNikos Mavrogiannopoulos2000-12-111-4/+0
* SSL3 support was addedNikos Mavrogiannopoulos2000-12-071-0/+59
* more ssl3 fixesNikos Mavrogiannopoulos2000-12-061-3/+3
* A lot of fixes for SSL3Nikos Mavrogiannopoulos2000-12-061-18/+17
* Priorities were moved to the state (were global)Nikos Mavrogiannopoulos2000-12-051-3/+3
* added ssl3 key generation function - more fixes in ssl3 macNikos Mavrogiannopoulos2000-11-221-155/+246
* more bugfixesNikos Mavrogiannopoulos2000-11-221-3/+3