summaryrefslogtreecommitdiff
path: root/lib/gnutls_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* Align on 16-byte boundaries the buffers provided to cryptodev.Nikos Mavrogiannopoulos2013-12-151-47/+57
* reindented codeNikos Mavrogiannopoulos2013-11-081-866/+997
* separated the TLS IV size and the cipher IV size.Nikos Mavrogiannopoulos2013-11-061-4/+4
* doc updateNikos Mavrogiannopoulos2013-09-171-0/+6
* added commentsNikos Mavrogiannopoulos2013-09-041-1/+1
* _gnutls_send_tlen_int() accepts the actual pad rather than the intended data....Nikos Mavrogiannopoulos2013-09-011-12/+38
* simplified pad calculationNikos Mavrogiannopoulos2013-08-311-1/+4
* The after handshake function is now called before epoch change.Nikos Mavrogiannopoulos2013-07-281-3/+3
* When in compatibility mode allow for larger record sizes than the maximum.Nikos Mavrogiannopoulos2013-07-261-1/+5
* explicit tests for non-null versionNikos Mavrogiannopoulos2013-06-101-2/+14
* Eliminated memory copy on decryption.Nikos Mavrogiannopoulos2013-05-281-34/+43
* Eliminated memory copy at encryption.Nikos Mavrogiannopoulos2013-05-261-40/+9
* simplified code by passing an mbuffer.Nikos Mavrogiannopoulos2013-05-251-15/+17
* optimized access to TLS protocol version properties.Nikos Mavrogiannopoulos2013-05-251-20/+18
* simplified access to cipher and mac properties to reduce wasted cycles.Nikos Mavrogiannopoulos2013-05-251-16/+16
* convert gnutls versions to TLS major-minor in a single function.Nikos Mavrogiannopoulos2013-03-271-3/+4
* The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-...Nikos Mavrogiannopoulos2013-03-191-0/+7
* corrected bug in stream ciphers and added new cipher to the new padding format.Nikos Mavrogiannopoulos2013-03-171-2/+14
* Added salsa20 cipher, and ciphersuites.Nikos Mavrogiannopoulos2013-03-171-6/+22
* updategnutls_3_1_7Nikos Mavrogiannopoulos2013-02-041-1/+1
* Fixes to avoid a timing attack in TLS CBC record parsing.Nikos Mavrogiannopoulos2013-02-041-37/+59
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Small changes and a sanity checkNikos Mavrogiannopoulos2013-01-231-12/+17
* GnuTLS Length Hiding patch.Alfredo Pironti2013-01-231-54/+25
* corrected compression.Nikos Mavrogiannopoulos2013-01-021-1/+2
* better checks in new record packets.Nikos Mavrogiannopoulos2013-01-021-4/+4
* use padding also if in DTLS.Nikos Mavrogiannopoulos2013-01-021-3/+3
* some simplificationsNikos Mavrogiannopoulos2013-01-021-17/+10
* simplified decryptionNikos Mavrogiannopoulos2013-01-021-82/+51
* Added a new record padding mechanism.Nikos Mavrogiannopoulos2013-01-021-10/+355
* 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
* optimized usage of gnutls_rnd()Nikos Mavrogiannopoulos2012-04-131-60/+61
* 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