summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* corrected typoNikos Mavrogiannopoulos2012-01-061-1/+1
* provide less timing information when decoding packets. Patch by Nadhem Alfardan.Nikos Mavrogiannopoulos2012-01-061-1/+6
* minor doc and comment fixesPatrick Pelletier2011-12-281-1/+1
* Optimizations in DH parameter generation.Nikos Mavrogiannopoulos2011-12-121-2/+2
* Reduce pad.Nikos Mavrogiannopoulos2011-11-101-2/+2
* provide less timing information during packet MAC verification.Nikos Mavrogiannopoulos2011-11-101-5/+3
* Further optimizations in the compression code. Re-enabled the test program by...Nikos Mavrogiannopoulos2011-09-231-2/+2
* Simplified and corrected decompression and compression.Nikos Mavrogiannopoulos2011-09-221-109/+94
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* gnutls/crypto.h no longer includes functions to register ciphers.Nikos Mavrogiannopoulos2011-06-021-2/+2
* gnutls_algorithms.c was split into manageable files in algorithms/.Nikos Mavrogiannopoulos2011-05-211-1/+1
* _gnutls_is_dtls() is no more. IS_DTLS() is being used instead.Nikos Mavrogiannopoulos2011-03-121-1/+1
* Properly reset the SSL 3.0 MAC algorithm.Nikos Mavrogiannopoulos2011-03-121-2/+2
* Corrected size check in block encrypted records.Nikos Mavrogiannopoulos2011-03-111-1/+1
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-1/+2
* memcpy -> memmove.Nikos Mavrogiannopoulos2011-03-051-1/+1
* Return a more precise mtu unit to applications.Nikos Mavrogiannopoulos2011-02-201-1/+8
* Added gnutls_dtls_g/set_mtu() to allow setting and getting the DTLS mtu from ...Nikos Mavrogiannopoulos2011-02-201-2/+2
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-7/+9
* fix for dtls.dtlsNikos Mavrogiannopoulos2011-02-181-1/+1
* dtls: Use proper record sequence for DTLS decrypt.Jonathan Bastien-Filiatrault2011-02-171-5/+4
* dtls: Add epoch and sequence number to DTLS packets.Jonathan Bastien-Filiatrault2011-02-171-1/+6
* Cleanups and moved definitions to gnutls_int.h. AEAD modes now use the record...Nikos Mavrogiannopoulos2011-02-071-43/+43
* Better error checking on SSL3.Nikos Mavrogiannopoulos2011-02-071-1/+3
* calculation for c_length occurs in a single place.Nikos Mavrogiannopoulos2011-02-071-9/+7
* Added support for GCM ciphersuites (not tested with other implementation).Nikos Mavrogiannopoulos2011-02-061-204/+197
* 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