summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-133/+133
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-14/+9
* Explicit symmetric cipher state versionning.Jonathan Bastien-Filiatrault2010-09-171-39/+39
* Remove hardcoded version checks in gnutls_cipher.c.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent code.Simon Josefsson2010-04-141-42/+53
* 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-6/+19
* Revert "Merged the two internal hash API functions, to simplify and reduce co...Nikos Mavrogiannopoulos2009-12-051-7/+7
* reduced calls to gnutls_hash on encryption/decryption. Only initialize MAC wh...Nikos Mavrogiannopoulos2009-12-021-74/+52
* Exported gnutls_cipher_get_block_size() and all hash functions added to libgn...Nikos Mavrogiannopoulos2009-12-021-2/+2
* Merged the two internal hash API functions, to simplify and reduce code.Nikos Mavrogiannopoulos2009-11-291-18/+18
* Indent code.Simon Josefsson2009-11-051-11/+17
* remove unnessesary warning.Nikos Mavrogiannopoulos2009-11-011-1/+0
* Fix code style so it compiles with gcc 4.4 with warnings.Simon Josefsson2009-10-261-1/+1
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-0/+11
* Add debug message.Simon Josefsson2009-09-111-2/+5
* Replace explicit version checks with feature checksJonathan Bastien-Filiatrault2009-08-191-6/+6
* Fix warnings.Simon Josefsson2008-11-121-1/+1
* Indent.Simon Josefsson2008-09-161-20/+20
* Make it compile.Simon Josefsson2008-07-221-2/+2
* Indent code.Simon Josefsson2008-07-021-43/+46
* Drop gc.h.Simon Josefsson2008-07-011-2/+1
* Fix broken debug check for GNUTLS-SA-2008-1.Simon Josefsson2008-05-191-9/+3
* Fix GNUTLS-SA-2008-1 security vulnerabilities.Simon Josefsson2008-05-191-3/+11
* Added interface to register random generators.Nikos2008-03-291-5/+9
* several fixes in the cipher (register) interface and added hash.Nikos2008-03-161-32/+34
* Added functionality to override (register) a cipher. Initial functionality fo...Nikos2008-03-161-3/+3
* some updates in the compression codeNikos Mavrogiannopoulos2007-11-141-0/+8
* Corrected bug in decompression of expanded compression data.Nikos Mavrogiannopoulos2007-11-141-4/+4
* When decompressed data are more than the record max size warn usingNikos Mavrogiannopoulos2007-11-131-1/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Replace uint16 with uint16_t.Simon Josefsson2005-12-091-5/+5
* Replace uint8 with uint8_t.Simon Josefsson2005-12-091-12/+12
* Use GNU coding style.Simon Josefsson2005-11-071-343/+390
* Don't include gnutls_random.h.Simon Josefsson2005-08-301-1/+0
* Call gc directly instead of _gnutls_get_random.Simon Josefsson2005-08-301-7/+7
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* added an extra check while checking the padding.Nikos Mavrogiannopoulos2005-04-271-2/+1
* Fix warning.Simon Josefsson2005-04-141-12/+12
* Clean up license templates.Simon Josefsson2005-01-221-14/+16
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-17/+17
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-382/+400
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-10/+10
* The record receive buffer is now stored in the session data, to avoid memory ...Nikos Mavrogiannopoulos2004-04-131-6/+9
* patch to fix the bug in mutual certificate authentication in SSL 3.0Nikos Mavrogiannopoulos2004-02-271-1/+3
* *** empty log message ***Nikos Mavrogiannopoulos2004-02-111-1/+1
* Several bug fixes and cleanups by Arne Thomassen.Nikos Mavrogiannopoulos2004-01-061-6/+9
* *** empty log message ***Nikos Mavrogiannopoulos2003-12-291-2/+4