summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes to avoid a timing attack in TLS CBC record parsing.Nikos Mavrogiannopoulos2013-02-041-37/+60
* Corrected bugs in record parsing.Nikos Mavrogiannopoulos2012-12-041-4/+4
* use a %STATELESS_COMPRESSION priority string instead of gnutls_init() flag.Nikos Mavrogiannopoulos2012-09-161-1/+1
* Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init().Nikos Mavrogiannopoulos2012-09-151-1/+2
* changes in packet parsing.Nikos Mavrogiannopoulos2012-02-281-8/+6
* Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ...Nikos Mavrogiannopoulos2012-02-231-4/+7
* check _gnutls_auth_cipher_add_auth for error codes.Nikos Mavrogiannopoulos2012-02-211-4/+13
* Cleanup copyright headers.Simon Josefsson2012-01-251-2/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-22/+22
* Modulo operations are only occuring on unsigned integers.Nikos Mavrogiannopoulos2012-01-211-2/+3
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+2
* 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