Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reindented code | Nikos Mavrogiannopoulos | 2013-11-08 | 1 | -866/+997 |
* | separated the TLS IV size and the cipher IV size. | Nikos Mavrogiannopoulos | 2013-11-06 | 1 | -4/+4 |
* | doc update | Nikos Mavrogiannopoulos | 2013-09-17 | 1 | -0/+6 |
* | added comments | Nikos Mavrogiannopoulos | 2013-09-04 | 1 | -1/+1 |
* | _gnutls_send_tlen_int() accepts the actual pad rather than the intended data.... | Nikos Mavrogiannopoulos | 2013-09-01 | 1 | -12/+38 |
* | simplified pad calculation | Nikos Mavrogiannopoulos | 2013-08-31 | 1 | -1/+4 |
* | The after handshake function is now called before epoch change. | Nikos Mavrogiannopoulos | 2013-07-28 | 1 | -3/+3 |
* | When in compatibility mode allow for larger record sizes than the maximum. | Nikos Mavrogiannopoulos | 2013-07-26 | 1 | -1/+5 |
* | explicit tests for non-null version | Nikos Mavrogiannopoulos | 2013-06-10 | 1 | -2/+14 |
* | Eliminated memory copy on decryption. | Nikos Mavrogiannopoulos | 2013-05-28 | 1 | -34/+43 |
* | Eliminated memory copy at encryption. | Nikos Mavrogiannopoulos | 2013-05-26 | 1 | -40/+9 |
* | simplified code by passing an mbuffer. | Nikos Mavrogiannopoulos | 2013-05-25 | 1 | -15/+17 |
* | optimized access to TLS protocol version properties. | Nikos Mavrogiannopoulos | 2013-05-25 | 1 | -20/+18 |
* | simplified access to cipher and mac properties to reduce wasted cycles. | Nikos Mavrogiannopoulos | 2013-05-25 | 1 | -16/+16 |
* | convert gnutls versions to TLS major-minor in a single function. | Nikos Mavrogiannopoulos | 2013-03-27 | 1 | -3/+4 |
* | The HMAC subsystem can now be used for other MAC algorithms, like UMAC. UMAC-... | Nikos Mavrogiannopoulos | 2013-03-19 | 1 | -0/+7 |
* | corrected bug in stream ciphers and added new cipher to the new padding format. | Nikos Mavrogiannopoulos | 2013-03-17 | 1 | -2/+14 |
* | Added salsa20 cipher, and ciphersuites. | Nikos Mavrogiannopoulos | 2013-03-17 | 1 | -6/+22 |
* | updategnutls_3_1_7 | Nikos Mavrogiannopoulos | 2013-02-04 | 1 | -1/+1 |
* | Fixes to avoid a timing attack in TLS CBC record parsing. | Nikos Mavrogiannopoulos | 2013-02-04 | 1 | -37/+59 |
* | Use LGPLv2.1 in the files their author's agreed to. | Nikos Mavrogiannopoulos | 2013-02-01 | 1 | -1/+1 |
* | Small changes and a sanity check | Nikos Mavrogiannopoulos | 2013-01-23 | 1 | -12/+17 |
* | GnuTLS Length Hiding patch. | Alfredo Pironti | 2013-01-23 | 1 | -54/+25 |
* | corrected compression. | Nikos Mavrogiannopoulos | 2013-01-02 | 1 | -1/+2 |
* | better checks in new record packets. | Nikos Mavrogiannopoulos | 2013-01-02 | 1 | -4/+4 |
* | use padding also if in DTLS. | Nikos Mavrogiannopoulos | 2013-01-02 | 1 | -3/+3 |
* | some simplifications | Nikos Mavrogiannopoulos | 2013-01-02 | 1 | -17/+10 |
* | simplified decryption | Nikos Mavrogiannopoulos | 2013-01-02 | 1 | -82/+51 |
* | Added a new record padding mechanism. | Nikos Mavrogiannopoulos | 2013-01-02 | 1 | -10/+355 |
* | Corrected bugs in record parsing. | Nikos Mavrogiannopoulos | 2012-12-04 | 1 | -4/+4 |
* | use a %STATELESS_COMPRESSION priority string instead of gnutls_init() flag. | Nikos Mavrogiannopoulos | 2012-09-16 | 1 | -1/+1 |
* | Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init(). | Nikos Mavrogiannopoulos | 2012-09-15 | 1 | -1/+2 |
* | optimized usage of gnutls_rnd() | Nikos Mavrogiannopoulos | 2012-04-13 | 1 | -60/+61 |
* | changes in packet parsing. | Nikos Mavrogiannopoulos | 2012-02-28 | 1 | -8/+6 |
* | Added GCM mode using cryptodev. This is mostly a hack due to how GCM mode is ... | Nikos Mavrogiannopoulos | 2012-02-23 | 1 | -4/+7 |
* | check _gnutls_auth_cipher_add_auth for error codes. | Nikos Mavrogiannopoulos | 2012-02-21 | 1 | -4/+13 |
* | Cleanup copyright headers. | Simon Josefsson | 2012-01-25 | 1 | -2/+1 |
* | Fixed signed/unsigned warnings. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -22/+22 |
* | Modulo operations are only occuring on unsigned integers. | Nikos Mavrogiannopoulos | 2012-01-21 | 1 | -2/+3 |
* | Run 'make update-copyright'. | Simon Josefsson | 2012-01-16 | 1 | -2/+2 |
* | corrected typo | Nikos Mavrogiannopoulos | 2012-01-06 | 1 | -1/+1 |
* | provide less timing information when decoding packets. Patch by Nadhem Alfardan. | Nikos Mavrogiannopoulos | 2012-01-06 | 1 | -1/+6 |
* | minor doc and comment fixes | Patrick Pelletier | 2011-12-28 | 1 | -1/+1 |
* | Optimizations in DH parameter generation. | Nikos Mavrogiannopoulos | 2011-12-12 | 1 | -2/+2 |
* | Reduce pad. | Nikos Mavrogiannopoulos | 2011-11-10 | 1 | -2/+2 |
* | provide less timing information during packet MAC verification. | Nikos Mavrogiannopoulos | 2011-11-10 | 1 | -5/+3 |
* | Further optimizations in the compression code. Re-enabled the test program by... | Nikos Mavrogiannopoulos | 2011-09-23 | 1 | -2/+2 |
* | Simplified and corrected decompression and compression. | Nikos Mavrogiannopoulos | 2011-09-22 | 1 | -109/+94 |
* | Clarify license and copyright. | Simon Josefsson | 2011-08-03 | 1 | -1/+1 |
* | Upgraded to LGPLv3. | Nikos Mavrogiannopoulos | 2011-06-23 | 1 | -5/+3 |